mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-18 16:48:28 +02:00
Change: ffmpeg stream avoid negative timestamp #116
This commit is contained in:
parent
ee1dc92898
commit
97a065030e
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ class Stream extends EventEmitter {
|
||||||
const hlsOptions = [
|
const hlsOptions = [
|
||||||
'-f hls',
|
'-f hls',
|
||||||
"-copyts",
|
"-copyts",
|
||||||
"-avoid_negative_ts disabled",
|
"-avoid_negative_ts make_non_negative",
|
||||||
"-max_delay 5000000",
|
"-max_delay 5000000",
|
||||||
"-max_muxing_queue_size 2048",
|
"-max_muxing_queue_size 2048",
|
||||||
`-hls_time 6`,
|
`-hls_time 6`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue