mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Solve the problem of inaccurate HLS TS duration. v5.0.187 (#3824)
This commit is contained in:
parent
8b80566f78
commit
75c9c5a849
10 changed files with 84 additions and 62 deletions
|
@ -14,8 +14,7 @@ http_server {
|
|||
vhost __defaultVhost__ {
|
||||
hls {
|
||||
enabled on;
|
||||
hls_fragment 0.2;
|
||||
hls_window 2;
|
||||
hls_wait_keyframe off;
|
||||
hls_fragment 2;
|
||||
hls_window 10;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue