Question

I need to play an RTMP streaming in a website.

I want to run on iOS devices, but I know RTMP does not run on it.

So, my idea is to convert RTMP to some audio file (mp4, for example) and send it to the user and to play with HTML5. Do you have a better idea to do this work? I have PHP5 at server, but I have no idea about how to convert a continuous data (streaming) in a HTML5 compatible audio. For now, it's only an idea I have...

Thanks in advance.

Was it helpful?

Solution

There is currently no live format that works with html 5 . Mp4 can not be used as a live source as it is not a streaming format. The only built in support for Live audio/video on iOS is HLS.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top