We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1bb66 commit fd84ef5Copy full SHA for fd84ef5
video/srs-storage/conf/docker.conf
@@ -32,10 +32,10 @@ vhost __defaultVhost__ {
32
# 启用http-flv
33
enabled on;
34
mount [vhost]/[app]/[stream].flv;
35
- has_audio off; # ✅ 允许没有音频(或中途音频丢失/静音)
36
- has_video on; # ✅ 要求必须有视频(一般默认就是 on)
37
- drop_if_not_match off; # ✅ 不因为音视频结构不完整就丢弃连接
38
- guess_has_av on; # ✅ 启用智能判断,容忍前几帧无音频
+ has_audio off; # 允许没有音频(或中途音频丢失/静音)
+ has_video on; # 要求必须有视频(一般默认就是 on)
+ drop_if_not_match off; # 不因为音视频结构不完整就丢弃连接
+ guess_has_av on; # 启用智能判断,容忍前几帧无音频
39
}
40
41
tcp_nodelay on;
0 commit comments