简体   繁体   中英

Which protocol should be used to send video stream to a media server for live streaming?

I am working on an iOS application to stream live video from iPhone to a media server and then make it available to a larger audience using RTSP.

Which protocol or method I should use to send the video stream to a server.

Thanks.

Please refer this link , it may be useful to You.

http://developer.apple.com/library/ios/#documentation/networkinginternet/conceptual/streamingmediaguide/Introduction/Introduction.html

http://www.rambla.be/state-play-overview-streaming-protocols

http://stackoverflow.com/questions/2719958/how-to-use-http-live-streaming-protocol-in-iphone-sdk-3-0

HTTP Live streaming is not designed for you needs, it's for server->clients + I won't comment about huge delay it implies

You better check RTSP or RTMP protocol and LivU blog

For Celluar Apple seems to make a distinction between apps that are used for just streaming content from servers and those that are used for some type of conferencing. I think VOIP types are safe, and it seems like gocoder presenter types apps don't have issues either. There's no official page detailing this, but there is some mention under what apples considers VOIP app.

No app has issues if its over wifi only.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM