iOS-Video-Player icon indicating copy to clipboard operation
iOS-Video-Player copied to clipboard

How to support the RTMP, RTSP protocol live?

Open xhzengAIB opened this issue 9 years ago • 3 comments

@haikieu Hi!

HLS Support is very good. But RTMP / RTSP protocal streaming not support playing.

Jack

xhzengAIB avatar Jan 08 '15 01:01 xhzengAIB

Hi Zeng,

I'm sorry to say that this feature hasn't been implemented yet.

Basically, In order to playing video, the player needs to be provided a URL link to mp4 file/ m3u8 file. Basing on that mechanism, to support RTMP/RTSP, we could use ffmpeg library to fetch video data, then export them as mp4 file so that the player could play.

Best regards, Hai Kieu : ;

haikieu avatar Jan 08 '15 10:01 haikieu

Thank you for your kind reply, can you describe the process in detail?

xhzengAIB avatar Jan 09 '15 02:01 xhzengAIB

The first, make familiar with ffmpeg at the below link.

https://www.ffmpeg.org/download.html#build-mac

Compiling ffmpeg may take certain time, then learn to use it... I'm sure you will get the answer there.

haikieu avatar Jan 09 '15 10:01 haikieu