前题是启动ABLMediaServer,把ini里的hls_enable=1
1、添加rtsp到视频服务器
http://127.0.0.1:7088/index/api/addStreamProxy?secret=035c73f7-bb6b-4889-a715-d9eb2d1925cc&vhost=_defaultVhost_&app=Media&stream=Camera_00001&enable_hls=1&url=rtsp://127.0.0.1:554/live/test1
后边的参数就是一个rtsp源,从《视频技术1》里模拟出来的
2、查询视频流转换后的url
http://127.0.0.1:7088/index/api/getMediaList?secret=035c73f7-bb6b-4889-a715-d9eb2d1925cc
3、上边的webrtc http-mp4 格式的可以直接播放
webrtc的声音没出来
http-hls(m3u8)这个360浏览器可以直接播放