-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ffmpegmux: use -start_at_zero with -copyts #2559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- fixes invalid timestamp on recorded files - fixes invalid timestamp on live player cache playback - starts the timestamp always at 0 if -copyts was used - removed wrong called log, it should have been `self.logger` when it was changed it was only used for one line instead of all at the moment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, I tested adding the option and it always seemed to work.
Looks good @back-to. @beardypig Feel free to just merge after a review. I don't think we have any procedure around requiring more than one person. |
Sometimes I like to wait in case op makes a change, or someone else wants to weigh in :) |
ffmpegmux: use -start_at_zero with -copyts
- don't use `-start_at_zero` as default for `-copyts` - revert streamlink#2559 - change command `--ffmpeg-no-start-at-zero` to `--ffmpeg-start-at-zero` (there was no release in between this command) - use `--ffmpeg-start-at-zero` for the facebook plugin, because the original fix was for it. streamlink#2488
…lt (streamlink#3413) - don't use `-start_at_zero` as default for `-copyts` - revert streamlink#2559 - change command `--ffmpeg-no-start-at-zero` to `--ffmpeg-start-at-zero` (there was no release in between this command) - use `--ffmpeg-start-at-zero` for the facebook plugin, because the original fix was for it. streamlink#2488
…lt (streamlink#3413) - don't use `-start_at_zero` as default for `-copyts` - revert streamlink#2559 - change command `--ffmpeg-no-start-at-zero` to `--ffmpeg-start-at-zero` (there was no release in between this command) - use `--ffmpeg-start-at-zero` for the facebook plugin, because the original fix was for it. streamlink#2488
self.logger
when it was changedit was only used for one line instead of all at the moment.
Fixes #2488