Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从客户端发布实时流到服务器。有许多客户端(许多流)。
现在我想获取该流的详细信息。所以我使用了日志字段。该字段返回一些值,但我没有得到流名称。我使用 wowza 服务器进行流式传输。
for(String s : WMSLoggerIDs.FD_ALL) { System.out.println(s+": "+WMSLoggerFactory.getGlobalLogValue(s)); }
public void play(IClient client, RequestFunction function, AMFDataList params) { System.out.println(getParamString(params, PARAM1)); }
如果您使用 play 函数并传递这些参数,您将获得 Stream Name