winlin

update readme, update api server stream list

@@ -22,6 +22,7 @@ git clone https://code.csdn.net/winlinvip/srs-csdn.git @@ -22,6 +22,7 @@ git clone https://code.csdn.net/winlinvip/srs-csdn.git
22 22
23 报告问题(BugReport): [https://github.com/winlinvip/simple-rtmp-server/issues/new](https://github.com/winlinvip/simple-rtmp-server/issues/new)<br/> 23 报告问题(BugReport): [https://github.com/winlinvip/simple-rtmp-server/issues/new](https://github.com/winlinvip/simple-rtmp-server/issues/new)<br/>
24 中文资料(Wiki): [https://github.com/winlinvip/simple-rtmp-server/wiki](https://github.com/winlinvip/simple-rtmp-server/wiki) <br/> 24 中文资料(Wiki): [https://github.com/winlinvip/simple-rtmp-server/wiki](https://github.com/winlinvip/simple-rtmp-server/wiki) <br/>
  25 +产品对比(Wiki): [https://github.com/winlinvip/simple-rtmp-server/wiki/Compare](https://github.com/winlinvip/simple-rtmp-server/wiki/Compare) <br/>
25 使用步骤(Usage): [https://github.com/winlinvip/simple-rtmp-server#usage](#usage) <br/> 26 使用步骤(Usage): [https://github.com/winlinvip/simple-rtmp-server#usage](#usage) <br/>
26 功能摘要(Summary): [https://github.com/winlinvip/simple-rtmp-server#summary](#summary) <br/> 27 功能摘要(Summary): [https://github.com/winlinvip/simple-rtmp-server#summary](#summary) <br/>
27 关于SRS(About): [https://github.com/winlinvip/simple-rtmp-server#about](#about) <br/> 28 关于SRS(About): [https://github.com/winlinvip/simple-rtmp-server#about](#about) <br/>
@@ -764,12 +764,14 @@ class RESTNodes(object): @@ -764,12 +764,14 @@ class RESTNodes(object):
764 "edge":server, "client":ip, 764 "edge":server, "client":ip,
765 "peers":self.__json_dump_nodes(peers), 765 "peers":self.__json_dump_nodes(peers),
766 "streams": { 766 "streams": {
767 - "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",  
768 - "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",  
769 - "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",  
770 - "hls-livestream-html": "http://demo.chnvideo.com:8085/api/v1/nodes?type=hls&format=html&origin=demo.chnvideo.com&port=8080&stream=live/livestream",  
771 - "hls-livestream-m3u8": "http://demo.chnvideo.com:8085/api/v1/nodes?type=hls&format=m3u8&origin=demo.chnvideo.com&port=8080&stream=live/livestream",  
772 - "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", 767 + "cztv": {
  768 + "hls": "http://demo.chnvideo.com:8085/api/v1/nodes?type=hls&format=html&origin=demo.chnvideo.com&port=8080&stream=live/rtmp_cztv01-sd",
  769 + "rtmp": "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"
  770 + },
  771 + "livestream": {
  772 + "hls": "http://demo.chnvideo.com:8085/api/v1/nodes?type=hls&format=html&origin=demo.chnvideo.com&port=8080&stream=live/livestream",
  773 + "rtmp": "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"
  774 + },
773 "apk": "http://demo.chnvideo.com/android.srs.apk" 775 "apk": "http://demo.chnvideo.com/android.srs.apk"
774 } 776 }
775 }}) 777 }})