streamlink --ffmpeg-copyts "m3u8" best -o "name.ts"

 

 

--ffmpeg-copyts 이 명령어가 중요하다

 

 

-copyts

Do not process input timestamps, but keep their values without trying to sanitize them. In particular, do not remove the initial start time offset value.

Note that, depending on the vsync option or on specific muxer processing (e.g. in case the format option avoid_negative_ts is enabled) the output timestamps may mismatch with the input timestamps even when this option is selected.

 

복사했습니다!