简体   繁体   English

应该使用哪种协议将视频流发送到媒体服务器以进行实时流传输?

[英]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. 我正在开发一个iOS应用程序,用于将iPhone的实时视频流传输到媒体服务器,然后使用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 HTTP Live流不是针对您的需求而设计的,它是针对服务器->客户端的+我不会评论它所暗示的巨大延迟

You better check RTSP or RTMP protocol and LivU blog 您最好检查RTSP或RTMP协议和LivU博客

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. 对于Celluar而言,Apple似乎对仅用于从服务器流式传输内容的应用程序和用于某些类型的会议的应用程序进行了区分。 I think VOIP types are safe, and it seems like gocoder presenter types apps don't have issues either. 我认为VOIP类型是安全的,并且好像gocoder演示者类型的应用程序也没有问题。 There's no official page detailing this, but there is some mention under what apples considers VOIP app. 没有官方页面对此进行详细说明,但是在苹果公司认为VOIP应用程序的地方有提及。

No app has issues if its over wifi only. 如果仅通过wifi,则没有应用程序会出现问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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