phunkyfish

Results 332 comments of phunkyfish

Making a build is easy enough but exactly how it needs to be signed so it will work with RC1 I don’t know.

Can you explain the steps you went through to get to this error? try following this closed issue thread: https://github.com/xbmc/inputstream.ffmpegdirect/issues/89

Maybe ask the person who solved it for advice on this thread?

Do you mean if you disable timeshift you are not able to seek?

I understand. For those streams it might be better to let kodi handle it instead of the addon. What happens if you replace the prop you have with this one...

inputstream.ffmpeg is kodi’s internal inputstream based on ffmpeg. Please try it.

What quality is the stream? Is it a very high quality stream?

That seems a reasonable quality. Any way I can get access to a test stream? I can try a few things but need something to work on.

Ok, but then this should be in a new addon called inputstream.livestreamer as the stream is no longer being read by ffmpeg. It could be quite a simple addon that...

Timeshift supports seeking but only backwards. This is accomplished by buffering the stream and then handling all seek requests via the addons own data structure. When you play a VOD...