Forum Discussion
mitchstein
8 years agoRoku Guru
just make a text file that contains a list of files to play and give it the extension .m3u then point the json file at m3u file and it will play them in order. It also can be updated onthefly..
For instance:
playlist.m3u:
inside that file is just
c:\videos\video1.mp4
c:\videos\video2.mp4
and you can have as many lines as you want and you can keep adding lines as you need... It's actually how unreal media server does rmtp feeds to IIS and HLS..
For instance:
playlist.m3u:
inside that file is just
c:\videos\video1.mp4
c:\videos\video2.mp4
and you can have as many lines as you want and you can keep adding lines as you need... It's actually how unreal media server does rmtp feeds to IIS and HLS..