mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
增加VLC如何播放SRT协议说明 (#1929)
This commit is contained in:
parent
679c79802f
commit
3585e9f7bc
@ -41,4 +41,6 @@ m 为特殊key来确定是推流还是拉流,如果为publish 则为推流,
|
|||||||
|
|
||||||
`ffplay -i srt://192.168.1.105:9000?streamid=#!::r=live/test`
|
`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`即可
|
Loading…
Reference in New Issue
Block a user