在媒体服务器(例如 Adobe)上查找可用的 RTMP 通道
我正在规划一个软件应用程序,用户将能够从互联网上一个或多个媒体服务器上可用的 RTMP 流列表中选择给定的媒体通道。理想情况下,该列表应该通过某种了解可用和活动通道的服务动态创建。
我的问题是:这是否可以通过服务和媒体服务器之间的某种协议实现。我知道 RTMP 本身不允许这样做。因此,假设需要某种出站机制。
I am planning a software application where the user will be able to select a given media channel from a list of RTMP streams available on one or more media servers on the internet. The list should ideally be dynamically created through some kind of service that knows about the available and active channels.
My question is: Would this be possible through some kind of protocol between the service and the media server. I understand that RTMP by itself doesn't allow this. A therefore assume that some outbound mechanism will be required.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不...
...RTMP 中没有本机应用程序发现。如果您想要这种功能,您需要为您正在运行的流媒体服务器编写某种发现服务。
No...
...there is no native application discovery in RTMP. If you'd like this kind of functionality you'll need to program some sort of discovery service for which ever streaming server you are running.