mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the aac jump bug on iphone, correct the audio pts, use audio buffer and flush audio
This commit is contained in:
parent
d631882d34
commit
f8855cfcbb
8 changed files with 281 additions and 72 deletions
|
@ -13,8 +13,8 @@ vhost __defaultVhost__ {
|
|||
gop_cache on;
|
||||
hls on;
|
||||
hls_path ./objs/nginx/html;
|
||||
hls_fragment 10;
|
||||
hls_window 60;
|
||||
hls_fragment 5;
|
||||
hls_window 30;
|
||||
}
|
||||
# the vhost disabled.
|
||||
vhost removed.vhost.com {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue