I've built a Drupal back-end website for streaming live m3u8 streams, and when I play these streams over to an Android Java application it works, but I'm wondering if there is a way to do this in phonegap as well.
Asked
Active
Viewed 805 times
0
-
There's no such thing as an "m3u8 stream". Those files are just playlists. Are you referring to HLS? HTTP progressive streaming? SHOUTcast/Icecast style streams? – Brad Mar 24 '14 at 23:09
-
you know what he meant...and yes you may have to write a plug in for it to be cross platform...dealing with this issue now. Works on some androids not al firmwares and does not work on ios at all. – greaterKing Apr 29 '14 at 08:45
-
On iOS just redirect to the m3u8. – johncblandii May 21 '14 at 06:23