用于 Web 服务器的 RTSP 流媒体
最近几天,我正在努力直接在 iPhone 上进行 RTSP 流传输,但无法得到任何解决方案。今天我提出了另一个问题,是否可以将“rtsp://urlString/filename.sdp”传输到http服务器,然后从http传输到iphone。
如果是这样,它将如何运作?
请为此建议我一些东西。
Last few days I am working hard on RTSP streaming directly on iPhone but could not got any solution. Today i came up with another question that, whetherit is possible to stream "rtsp://urlString/filename.sdp" to an http server and then from http to iphone.
If it is the way how will it work?
Please, do suggest me something for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 RTSP 流媒体上做了很多工作,但无法得到任何解决方案。相反,我了解到 iPhone 不直接支持 RTSP 流媒体。
他们的私人图书馆很少,但这些都没有得到苹果的批准。
所以简单的答案是 iPhone 直到今天还没有直接支持 RTSP 流媒体,可能会在更高版本的 iPhone sdk 中提供。
I worked a lot on RTSP streaming but could not get any solution. Rather I got to know that RTSP streaming is not supported by iPhone directly.
Their are few private libraries available but those are not approved by apple.
So the simple answer is RTSP streaming is not directly supported by iPhone till today, may be it would be available in later versions of iPhone sdk.