Can RTSP (Real Time Streaming Protocol) be used to send live video stream from iPhone to a media server?

为君一笑 提交于 2019-12-06 09:58:44

Our interpretation is that if the app is a voip app, like conferencing it gets special consideration otherwise you must use hls if not on wifi.

We have published an app sending real-time video from iPhone from server and it does not use HLS. There are dozens of other apps in app store using proprietary protocols as well. So the answer is no, it is not required to use HLS when streaming video from iPhone.

It's yes, you can definitely use RSTP to to send video stream from your ios app to a server as long as you do not stream it back to ios app using RSTP. Apple official documentation states that:

"if your app delivers video over cellular networks, and the video exceeds either 10 minutes duration or 5 MB of data in a five minute period, you are required to use HTTP Live Streaming."

So, it is not talking anything about what protocol you should use when you are sending video to the server.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!