Forum Discussion
sjb64
3 years agoRoku Guru
No, you can't do that, A Roku has only 1 stream processing system, so it can't be dealing with 2 simultaneous streams.
You could load all the HLS M3U8's, create a single M3U8 for all of them as a single stream using the various TS files, save it online (or in tmp: if you set up an internal socket server) and stream from it. You might have to use the M3U8 discontinuity flags of the TS's come from various sources.
- jhoard3 years agoReel Rookie
Ok, thank you. I will attempt to implement your solution and see how it goes.
- sjb643 years agoRoku Guru
It can be a bit tricky getting the discontinuity right, and loading it from an online source will be a lot easier than rolling a socket server on the box to load from tmp:.