Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
The only native support for playlists is via the .m3u8 files of HLS.
However, you could parse the .m4u and call the roVideoPlayer.SetContentList() on the array of content meta data for the playlist. This technique will cause the player to buffer between each clip in the playlist.
Thats very interesting kevin, could you show a example?
one thing i noticed is after using FFMPEG to encode a video and fast start, the videos wont buffering while watching online, But they still buffer in roku, how come?