rsromeo
15 years agoChannel Surfer
SIMULATING A PLAYLIST
Trying to figure out how to play multiple mp4 files in succession. I know without using HLS, there will be rebuffering in between each clip but I can live with that. Just trying to make it work. Does anyone know if the following will work?
this.player.SetContentList([{
Stream: { url:"http://test.com/video1.mp4" }
StreamFormat: "mp4"
},
Stream: { url:"http://test.com/video2.mp4" }
StreamFormat: "mp4"
}])
this.player.SetContentList([{
Stream: { url:"http://test.com/video1.mp4" }
StreamFormat: "mp4"
},
Stream: { url:"http://test.com/video2.mp4" }
StreamFormat: "mp4"
}])