Skip to content
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

Download m3u8 to container formats other than mp4 #25840

Closed
xloem opened this issue Jun 29, 2020 · 2 comments
Closed

Download m3u8 to container formats other than mp4 #25840

xloem opened this issue Jun 29, 2020 · 2 comments
Labels

Comments

@xloem
Copy link

@xloem xloem commented Jun 29, 2020

Checklist

  • I'm reporting a feature request
  • I've verified that I'm running youtube-dl version 2020.06.16.1
  • I've searched the bugtracker for similar feature requests including closed ones

Description

m3u8 videos such as twitch are always stored using an mp4 container. This prevents streaming live video to stdout, as mp4 requires a seekable output.

mkv does not need a seekable output. Ideally the user could select the format.

I've made some changes locally to quickly customize the extension for twitch by reading a --default-extension option, which seems to work fine.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 30, 2020

Streaming works just fine with m3u8 videos.

@dstftw dstftw closed this Jun 30, 2020
@dstftw dstftw added the invalid label Jun 30, 2020
@xloem
Copy link
Author

@xloem xloem commented Jul 1, 2020

Huh. Not reproducing on the device I'm on now either. Did you fix something? I was on another system when I was dealing with this issue. Maybe it was an ffmpeg thing. Thanks for reviewing. See if I bump into it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.