Skip to content

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

Merged
merged 1 commit into from
Jul 21, 2019
Merged

Conversation

back-to
Copy link
Collaborator

@back-to back-to commented Jul 21, 2019

  • 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.

Fixes #2488

- 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.
@back-to back-to added the bug label Jul 21, 2019
@back-to back-to requested a review from beardypig July 21, 2019 10:15
Copy link
Member

@beardypig beardypig left a 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.

@gravyboat
Copy link
Member

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.

@gravyboat gravyboat merged commit b1535ea into streamlink:master Jul 21, 2019
@beardypig
Copy link
Member

Sometimes I like to wait in case op makes a change, or someone else wants to weigh in :)

@back-to back-to deleted the 2488 branch August 3, 2019 06:41
mkbloke pushed a commit to mkbloke/streamlink that referenced this pull request Aug 18, 2020
ffmpegmux: use -start_at_zero with -copyts
back-to added a commit to back-to/streamlink that referenced this pull request Dec 13, 2020
- 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
back-to added a commit that referenced this pull request Dec 15, 2020
- don't use `-start_at_zero` as default for `-copyts`
- revert #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.
  #2488
Billy2011 pushed a commit to Billy2011/streamlink-27 that referenced this pull request Dec 15, 2020
…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
Billy2011 pushed a commit to Billy2011/streamlink-27 that referenced this pull request Dec 17, 2020
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Files of recorded of Facebook MPEG-DASH streams are broken
3 participants