使用多个 Streaming 时如何获取 Stream 名称?
我从客户端向服务器发布实时流。有很多客户端(很多流)。
现在我想获取该 Streaming 的详细信息。所以我使用了日志字段。该字段返回一些值,但我没有得到流名称。我使用 wowza 服务器进行流媒体播放。
for(String s : WMSLoggerIDs.FD_ALL) {
System.out.println(s+": "+WMSLoggerFactory.getGlobalLogValue(s));
}
I publish a live Stream from client to server. There are many clients (many Streams).
Now I want to get the details of that Streaming. So I used Log fields. That fields return some value but I didn't get the stream name. I use the wowza server for streaming.
for(String s : WMSLoggerIDs.FD_ALL) {
System.out.println(s+": "+WMSLoggerFactory.getGlobalLogValue(s));
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用播放函数并传递这些参数,您将获得流名称
If You use the play function and passing these arguments ,you will get the Stream Name