Description'
Please ensure that the markdown structure is maintained.
Documentation for realtime config has an error
- SRS version:
3.0.153
- The log of SRS is as follows:'
Please ensure that the markdown structure is maintained.
start play smi=0ms, mw_sleep=100, mw_enabled=1, realtime=0, tcp_nodelay=1
- The configuration of SRS is as follows:
Please ensure that the markdown structure is maintained.
# the listen ports, split by space.
listen 1935;
vhost __defaultVhost__ {
tcp_nodelay on
min_latency on;
play {
gop_cache off;
queue_length 10;
mw_latency 100;
}
publish {
mr off;
}
}
Replay
Please ensure that the markdown structure is maintained.
Play stream with rtmp client and check log
Expect
Please ensure that the markdown structure is maintained.
If I add the missing semi-colon to the config after tcp_nodelay on then the min_latency setting is applied correctly. The sample configuration is incorrect in both conf/realtime.conf and the wiki in both languages.
TRANS_BY_GPT3
Description'
Please ensure that the markdown structure is maintained.
3.0.153Please ensure that the markdown structure is maintained.
Please ensure that the markdown structure is maintained.
Replay
Please ensure that the markdown structure is maintained.
Expect
Please ensure that the markdown structure is maintained.
If I add the missing semi-colon to the config after
tcp_nodelay onthen the min_latency setting is applied correctly. The sample configuration is incorrect in bothconf/realtime.confand the wiki in both languages.TRANS_BY_GPT3