mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +01:00
Change: ffmpeg stream avoid negative timestamp #116
This commit is contained in:
parent
ee1dc92898
commit
97a065030e
@ -261,7 +261,7 @@ class Stream extends EventEmitter {
|
||||
const hlsOptions = [
|
||||
'-f hls',
|
||||
"-copyts",
|
||||
"-avoid_negative_ts disabled",
|
||||
"-avoid_negative_ts make_non_negative",
|
||||
"-max_delay 5000000",
|
||||
"-max_muxing_queue_size 2048",
|
||||
`-hls_time 6`,
|
||||
|
Loading…
Reference in New Issue
Block a user