diff --git a/srt/srt.md b/srt/srt.md index ca25f524..c8a1722e 100644 --- a/srt/srt.md +++ b/srt/srt.md @@ -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) \ No newline at end of file +- vlc 拉流 + - vlc拉流需要在偏好设置->串流输出->访问输出->SRT中设置streamid,例如`#!::r=live/test` + - 拉流时只需填入`srt://192.168.1.105:9000`即可 \ No newline at end of file