Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have to develop plug-in module which will allow us to stream live video from IP Cams if the IP of the cameras are available. The format and encoding for the same is: MPEG4 RTSP/RTP but I dont know from where to start. I have search in many site, unable to find any thing related. while browsing the Apples doc's, I found AVFoundation is used to stream live video from IP Cam's.

UPDATE I found this from GITHUB but dont know How to implement it in my App.

Please help me by sample code or related app and suggest me to overcome this. thanks in Advance.

share|improve this question
solved ? I face the same problem... – Robin Dec 18 '11 at 7:00

2 Answers

up vote 0 down vote accepted

I am adding some references for you - let me know if that helps.

Elsewhere people have said that iPhone doesn't support native RTSP.

However, one possible thing that works (since there many folks who are working in SO on this), is to use live HTTP.

Some resources from - http://developer.apple.com/resources/http-streaming/

http://tools.ietf.org/html/draft-pantos-http-live-streaming-07

MPEG-TS Segments HTTP Live Streaming

share|improve this answer

I've migrated ffmpeg & live555 to iOS, and has an app to accept MPEG4/H264 video stream from the IPcam.

share|improve this answer
Can you tell me how we can broadcast live video from ios device to a server? – Ramz Aug 14 '12 at 5:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.