我正在使用Wowza流引擎媒体服务器(4.5)开发和Android视频直播流应用程序。 我想获得一个连接到Wowza的实时流源列表,并在列表视图中显示它们。 在Wowza文档中,我找到了Wowza Streaming Engine REST API和一个实现示例:
curl -X GET --header 'Accept:application/json; charset=utf-8' http://localhost:8087/v2/servers/_defaultServer_/publishers
如何在android中使用Wowza REST API?
一个小例子或任何步骤都会有所帮助。
答案 0 :(得分:0)
试试这个: curl -X GET --digest -u admin:admin --header' Accept:application / json;字符集= UTF-8' http://localhost:8087/v2/servers/defaultServer/publishers 以供参考: https://www.wowza.com/forums/showthread.php?49599-cURL-request-quot-requires-user-authentication-quot-start-stop-live-streams-every-M-9-50
答案 1 :(得分:0)
Wowza Streaming引擎提供了一些内置的Rest API,可用于获取流媒体流的传入流的当前静态。
您可以将其卷曲为:
curl -X GET --header 'Accept:application/json; charset=utf-8' --header 'Content-Type:application/json; charset=utf-8' http://localhost:8087/v2/servers/_defaultServer_/vhosts/_defaultVHost_/applications/live/instances/_definst_/incomingstreams/myStream/monitoring/current