Change: ffmpeg stream avoid negative timestamp #116

This commit is contained in:
advplyr 2021-10-23 13:42:07 -05:00
parent ee1dc92898
commit 97a065030e

View File

@ -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`,