English | 简体中文
支持接收MpegPS流
https://github.com/Monibuca/plugin-ps
import ( _ "m7s.live/plugin/ps/v4" )
ps:
http: # 格式参考全局配置
publish: # 格式参考全局配置
subscribe: # 格式参考全局配置
relaymode: 1 # 0:纯转发 1:转协议,不转发 2:转发并且转协议
/ps/api/receive?streamPath=xxx&ssrc=xxx&port=xxx&reuse=1&dump=xxx
其中:
dump代表是否dump到文件,如果dump到文件,会在当前目录下生成一个以dump为名的文件夹,文件夹下面是以streamPath参数值为名的文件,文件内容从端口收到的数据[4byte 内容长度][2byte 相对时间][内容]
/ps/api/replay?streamPath=xxx&dump=xxx
ws://[host]/ps/[streamPath]
例如: ws://localhost:8080/ps/live/test
数据包含的是裸的PS数据,不包含rtp头