正在显示
1 个修改的文件
包含
20 行增加
和
4 行删除
| @@ -555,10 +555,26 @@ class RESTServers(object): | @@ -555,10 +555,26 @@ class RESTServers(object): | ||
| 555 | "edge":server_ip, "client":ip, | 555 | "edge":server_ip, "client":ip, |
| 556 | "peers":self.__json_dump_nodes(peers), | 556 | "peers":self.__json_dump_nodes(peers), |
| 557 | "streams": { | 557 | "streams": { |
| 558 | - "hls-livestream-sales": "http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-sales-arm&stream=live/livestream", | ||
| 559 | - "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", | ||
| 560 | - "hls-livestream-dev": "http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-dev-arm&stream=live/livestream", | ||
| 561 | - "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" | 558 | + "pi": { |
| 559 | + "livestream": { | ||
| 560 | + "sales-pi-hls": "http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-sales-arm&stream=live/livestream", | ||
| 561 | + "dev-pi-hls": "http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-dev-arm&stream=live/livestream" | ||
| 562 | + }, | ||
| 563 | + "cztv": { | ||
| 564 | + "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", | ||
| 565 | + "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" | ||
| 566 | + } | ||
| 567 | + }, | ||
| 568 | + "hiwifi": { | ||
| 569 | + "hls": { | ||
| 570 | + "dev-livestream": "http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-dev-hiwifi&stream=live/livestream", | ||
| 571 | + "sales-livestream": "http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=hls&device_id=chnvideo-sales-hiwifi&stream=live/livestream" | ||
| 572 | + }, | ||
| 573 | + "rtmp":{ | ||
| 574 | + "dev-livestream": "http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=rtmp&device_id=chnvideo-dev-hiwifi&stream=live/livestream", | ||
| 575 | + "sales-livestream": "http://demo.chnvideo.com:8085/api/v1/servers?id=ingest&action=rtmp&device_id=chnvideo-sales-hiwifi&stream=live/livestream" | ||
| 576 | + } | ||
| 577 | + } | ||
| 562 | } | 578 | } |
| 563 | }}) | 579 | }}) |
| 564 | # others, default. | 580 | # others, default. |
-
请 注册 或 登录 后发表评论