phunkyfish

Results 351 comments of phunkyfish

> THX @fritsch IPTV-Simple @phunkyfish can we move `PVR_STREAM_PROPERTY_ISREALTIMESTREAM ` to KODIPROP or optionally disabled via properties? You can just set the M3U entry as VOD in iptvsimple. Then realtimestream...

Will kodi play your url directly using an strm file? I.e. like this: https://kodi.wiki/view/Internet_video_and_audio_streams What if you set the open mode to curl?

Using the crypto protocol wouldn't work anyway, at least I don't think it would. We would need to provide a mechanism with KODIPROPS to leverage it. The default value of...

That state is influenced by Video Player. Not the addon. The difference is that when using a STRM file you are using Kodi’s internal demuxer and when using the M3U...

Correct, it never appears to read any frame data. I found the same and I don’t know why.

I can give it another try at the weekend. Not on discord I’m afraid.

Same here. I will try again next weekend. All I can think of to try now is it trace the code paths in kodi and then the addon and see...

> Did this plugin ever work btw? Just curious because i've never seen anything work. Do you happen to have an m3u sample file that does work? Yes, but it...

> Oh well, fast update, lol. Removing the `if (!IsVideoReady())` check makes it work.... But that's internal Kodi code, not your plugin!... > > Help, lol. The same code is...

Nice work. I did some tracing through the different paths this weekend (kodi vs the addon). I didn’t find the cause of the divergence yet but just a matter of...