From 241d04b3919d213039306e5e0493a3534421569a Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 28 Apr 2014 14:54:27 +0800 Subject: [PATCH] update api server for android server vhost changed --- trunk/research/api-server/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/research/api-server/server.py b/trunk/research/api-server/server.py index 3eab0c92e..945618ea9 100755 --- a/trunk/research/api-server/server.py +++ b/trunk/research/api-server/server.py @@ -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",