Forum Discussion

rsromeo's avatar
rsromeo
Channel Surfer
16 years ago

MP4 Playlist?

Hi -

Is there anyway to create a playlist (M4U I think) so that several MP4 files can be played in succession instead of playing only one?

2 Replies

  • 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.

    --Kevin
  • 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?