HLSStream + traditional stream #2235
-
|
I've broken my internet radio coding down into bits. I have sketches fully working for:
The question is, is there a stream or way to play all of these types in one routine? Could the MultiStreamingDecoder be used? I realise that the m3u8 'chunked' feed is very different to normal streaming... Or I suppose I could use logic in the sketch to stream to the correct routine based on the mimetype. Once again, your routines are fantastic, such complex stuff made (relatively) easy - I'm even beginning to understand some of it ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
There is currently no such thing, but you can try to make it yourself. Possible appraches:
|
Beta Was this translation helpful? Give feedback.
There is currently no such thing, but you can try to make it yourself.
Possible appraches: