Jalle19 / node-ffmpeg-mpegts-proxy

Simple proxy for leveraging ffmpeg to convert any source URL into MPEG-TS over HTTP
GNU General Public License v2.0
166 stars 52 forks source link

Not able to play the channel on iOS #16

Closed windyin closed 7 years ago

windyin commented 8 years ago

Seems the streaming generated is not able to play on iOS devices. Though I wrote a m3u8 file to contain the streaming


EXTM3U

EXTINF:-1,CNN News

http://example.com:38989/channel1

Jalle19 commented 8 years ago

I have no idea about any of this. I wrote this tool to pipe random streams to tvheadend, but it seems most people are using it for other things these days. I don't even have an iOS device so I can't help you much.

Jalle19 commented 7 years ago

Closing this since the purpose of the tool is to output MPEG-TS. If your favorite player on iOS can't play that I suggest you switch to another player.