Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-05-05 18:07:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
90e50da305e208013e4b4922f6babff615ebb0ae
90e50da3
1 parent
e5290725
update api server, add hiwifi
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
20 行增加
和
4 行删除
trunk/research/api-server/server.py
trunk/research/api-server/server.py
查看文件 @
90e50da
...
...
@@ -555,10 +555,26 @@ class RESTServers(object):
"edge"
:
server_ip
,
"client"
:
ip
,
"peers"
:
self
.
__json_dump_nodes
(
peers
),
"streams"
:
{
"hls-livestream-sales"
:
"http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-sales-arm&stream=live/livestream"
,
"hls-cztv-sales"
:
"http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-sales-arm&stream=live/rtmp_cztv01-sd"
,
"hls-livestream-dev"
:
"http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-dev-arm&stream=live/livestream"
,
"hls-cztv-dev"
:
"http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-dev-arm&stream=live/rtmp_cztv01-sd"
"pi"
:
{
"livestream"
:
{
"sales-pi-hls"
:
"http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-sales-arm&stream=live/livestream"
,
"dev-pi-hls"
:
"http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-dev-arm&stream=live/livestream"
},
"cztv"
:
{
"sales-pi-hls"
:
"http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-sales-arm&stream=live/rtmp_cztv01-sd"
,
"dev-pi-hls"
:
"http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-dev-arm&stream=live/rtmp_cztv01-sd"
}
},
"hiwifi"
:
{
"hls"
:
{
"dev-livestream"
:
"http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-dev-hiwifi&stream=live/livestream"
,
"sales-livestream"
:
"http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-sales-hiwifi&stream=live/livestream"
},
"rtmp"
:{
"dev-livestream"
:
"http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=rtmp&device_id=chnvideo-dev-hiwifi&stream=live/livestream"
,
"sales-livestream"
:
"http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=rtmp&device_id=chnvideo-sales-hiwifi&stream=live/livestream"
}
}
}
}})
# others, default.
...
...
请
注册
或
登录
后发表评论