开发者

IPhone Video Streaming Problem

开发者 https://www.devze.com 2023-03-28 04:27 出处:网络
I want to implement video st开发者_开发知识库reaming in my project. So, Is there any tutorial that works? Videos are stored at server side. So, to fetch video using url and play it on MPMoviePlayerVie

I want to implement video st开发者_开发知识库reaming in my project. So, Is there any tutorial that works? Videos are stored at server side. So, to fetch video using url and play it on MPMoviePlayerViewController . Thank You.


For video streaming in iPhone you can use ffmpeg concept.FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library.Have a look at these sites for samples,

  1. https://github.com/FFmpeg/FFmpeg
  2. http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/


Check this solution, it's a full audio and video streamer.

0

精彩评论

暂无评论...
验证码 换一张
取 消