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-04-28 14:54:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
241d04b3919d213039306e5e0493a3534421569a
241d04b3
1 parent
45a70987
update api server for android server vhost changed
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
trunk/research/api-server/server.py
trunk/research/api-server/server.py
查看文件 @
241d04b
...
...
@@ -730,7 +730,7 @@ class RESTNodes(object):
"streams"
:
{
"hls-cztv-html"
:
"http://demo.chnvideo.com:8085/api/v1/nodes?type=hls&format=html&origin=demo.chnvideo.com&port=8080&stream=live/rtmp_cztv01-sd"
,
"hls-cztv-m3u8"
:
"http://demo.chnvideo.com:8085/api/v1/nodes?type=hls&format=m3u8&origin=demo.chnvideo.com&port=8080&stream=live/rtmp_cztv01-sd"
,
"rtmp-cztv-html"
:
"http://demo.chnvideo.com:8085/api/v1/nodes?type=rtmp&format=html&origin=demo.chnvideo.com&vhost=
__defaultVhost__
&port=1935&stream=live/rtmp_cztv01-sd"
,
"rtmp-cztv-html"
:
"http://demo.chnvideo.com:8085/api/v1/nodes?type=rtmp&format=html&origin=demo.chnvideo.com&vhost=
android
&port=1935&stream=live/rtmp_cztv01-sd"
,
"hls-livestream-html"
:
"http://demo.chnvideo.com:8085/api/v1/nodes?type=hls&format=html&origin=demo.chnvideo.com&port=8080&stream=live/livestream"
,
"hls-livestream-m3u8"
:
"http://demo.chnvideo.com:8085/api/v1/nodes?type=hls&format=m3u8&origin=demo.chnvideo.com&port=8080&stream=live/livestream"
,
"rtmp-livestream-html"
:
"http://demo.chnvideo.com:8085/api/v1/nodes?type=rtmp&format=html&origin=demo.chnvideo.com&vhost=demo.srs.com&port=1935&stream=live/livestream"
,
...
...
请
注册
或
登录
后发表评论