Kodi Community Forum
v18 manage a list of streams and switch between them using next/previous - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: v18 manage a list of streams and switch between them using next/previous (/showthread.php?tid=338233)



manage a list of streams and switch between them using next/previous - fooman2011 - 2018-12-10

Hello,

In my video addon I have a list of streams, I would like to be able to switch between them using next/previous.
What is the best way to do that ?

I have tried to create a m3u8 playlist and then setResolvedUrl on it, without any success Sad (see the source code here: https://paste.kodi.tv/ayeduzeguy)
It gives me following error:
ERROR: CDVDDemuxFFmpeg::Open - error probing input format, C:\Users\MyUser\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.myplugin\live-playlist.m3u8
ERROR: CVideoPlayer::OpenDemuxStream - Error creating demuxer

Thanks for help


RE: manage a list of streams and switch between them using next/previous - DarrenHill - 2018-12-10

Thread moved to add-on development