增加VLC如何播放SRT协议说明 (#1929)

This commit is contained in:
KevinZang
2022-09-01 15:53:19 +08:00
committed by GitHub
parent 679c79802f
commit 3585e9f7bc

View File

@@ -41,4 +41,6 @@ m 为特殊key来确定是推流还是拉流如果为publish 则为推流,
`ffplay -i srt://192.168.1.105:9000?streamid=#!::r=live/test`
- vlc 不支持,因为无法指定streamid[参考](https://github.com/Haivision/srt/issues/1015)
- vlc 拉流
- vlc拉流需要在偏好设置->串流输出->访问输出->SRT中设置streamid,例如`#!::r=live/test`
- 拉流时只需填入`srt://192.168.1.105:9000`即可