From 3585e9f7bc538e73ae40cb598b382de8241300b9 Mon Sep 17 00:00:00 2001 From: KevinZang Date: Thu, 1 Sep 2022 15:53:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0VLC=E5=A6=82=E4=BD=95?= =?UTF-8?q?=E6=92=AD=E6=94=BESRT=E5=8D=8F=E8=AE=AE=E8=AF=B4=E6=98=8E=20(#1?= =?UTF-8?q?929)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- srt/srt.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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