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

[ytdl] Handle url in data uri scheme #4058

Closed
wants to merge 1 commit into from

Conversation

mozbugbox
Copy link

There are site return inline data in URL in data-URI scheme as m3u8
playlist:

data:mime/type;base64,dafjodfjia

Try to handle this kind of url.

Still pause between .ts segments

sample url: http://www.le.com/ptv/vplay/27002214.html

I agree that my changes can be relicensed to LGPL 2.1 or later.

There are site return inline data in URL in data-URI scheme as m3u8
playlist:

    data:mime/type;base64,dafjodfjia

Try to handle this kind of url.

Still pause between .ts segments
@ghost
Copy link

ghost commented Jan 25, 2017

@ChrisK2 @wiiaboo any opinions about this?

@wiiaboo wiiaboo closed this in d303ebd Jan 25, 2017
@wiiaboo
Copy link
Member

wiiaboo commented Jan 25, 2017

FFmpeg can handle data URIs directly, turns out, so it doesn't need special handling by mpv.

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

Successfully merging this pull request may close these issues.

None yet

2 participants