说明 / 示例
接口测试域名domain:47.76.190.37:8001
**推送URL生成规则**
建议:
1.pushToken要与token完全不一样
2.pushSecretKey建议为6~18为的密码,数字与字母即可
推送URL示例:
rtsp://{vhost}/{app}/{streamid}?ptoken={pushToken}&secret={pushSecretKey}
**播放URL生成规则**
rtmp://{vhost}/{app}/{streamid}?token={token}
http://{vhost}/{app}/{streamid}.flv?token={token}
ws://{vhost}/{app}/{streamid}.flv?token={token}
http://{vhost}/{app}/{streamid}/hls.m3u8?token={token}
http://{vhost}/{app}/{streamid}.live.mp4?token={token}
ws://{vhost}/{app}/{streamid}.live.mp4?token={token}