Monday, September 23, 2013

IOS RTSP protocol on how to play a video stream



As stated, IOS RTSP protocol on how to play a video stream?

Video stream encoding is the H264.


Reply:
FFMpeg + Image maps

Reply:
ffmpeg + SDL +. . .
Reply:
Why not HLS it? More simple and convenient. Ffmpeg RTSP server receives the video flow into HLS. ios what you can not do on the broadcast.
Reply:
HLS does not support RTSP ah. So you can use ffmpeg to RTSP server transfer into HLS format. Generate m3u8 and video files. Command is as follows:
ffmpeg-i SDP.sdp-vcodec copy-map 0-f segment-segment_list foo.m3u8-segment_list_flags + live-segment_time 10 out% 03d.ts


Reply:
ffmpeg find examples look like a call, not a few simple lines of code
Reply:
https://github.com/kolyvan/kxmovie/

No comments:

Post a Comment