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

Spaces in #EXT-X-KEY/URI fail with PKCS#5:unpad error #371

Open
ranuser99 opened this issue Aug 22, 2015 · 0 comments
Open

Spaces in #EXT-X-KEY/URI fail with PKCS#5:unpad error #371

ranuser99 opened this issue Aug 22, 2015 · 0 comments

Comments

@ranuser99
Copy link

If URI in:

EXT-X-KEY:METHOD=AES-128,URI=".."

contains non-url encoded characters, such as spaces the plugin with throw PKCS#5:unpad error. This is tested with StrobeMediaPlayback.

Unfortunately, the platform we are using does not url encode the KEY URI. If this lack of url encoding is the problem, can you consider adding url encoding of the uri stem between the "/" characters as a defensive measure?

sample m3u8:

http://174.37.213.54/dptek/_defnst_/mp4:hlstest/path%20has%20space/debug.mp4/playlist.m3u8

Thank you!

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

No branches or pull requests

1 participant