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

Problem with whitespace! #52

Closed
longtranthang opened this issue Jul 27, 2017 · 4 comments
Closed

Problem with whitespace! #52

longtranthang opened this issue Jul 27, 2017 · 4 comments

Comments

@longtranthang
Copy link

longtranthang commented Jul 27, 2017

Hi all,

I have problem when my file have whitespace in path, how can i fixed it? Decrypted is ok, but encrypted failed.

Original file path: https://example.com/Cong suat dien/01_360.mp4

Thank in advance.

#EXTM3U
#EXT-X-TARGETDURATION:10
#EXT-X-ALLOW-CACHE:YES
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:1
#EXTINF:10.000,
https://example.com/EkVN0ppqbSIeojyNRocD-Q suat dien/01_360.mp4/seg-1-v1-a1.ts
#EXTINF:10.000,
https://example.com/EkVN0ppqbSIeojyNRocD-Q suat dien/01_360.mp4/seg-2-v1-a1.ts
#EXTINF:10.000,
https://example.com/EkVN0ppqbSIeojyNRocD-Q suat dien/01_360.mp4/seg-3-v1-a1.ts
#EXTINF:9.755,
https://example.com/EkVN0ppqbSIeojyNRocD-Q suat dien/01_360.mp4/seg-4-v1-a1.ts
#EXT-X-ENDLIST

@erankor
Copy link
Contributor

erankor commented Jul 27, 2017

I think the solution is on nginx-vod-module's side, please check with this pull - kaltura/nginx-vod-module#650

@longtranthang
Copy link
Author

Thank you.

Finally, i replace all whitespace with underscore :)

@erankor
Copy link
Contributor

erankor commented Aug 1, 2017

@longtranthang, did you try the pull request? it didn't work for you?

@mcml91
Copy link

mcml91 commented Mar 4, 2019

@longtranthang, did you try the pull request? it didn't work for you?

Hey,

I applied the pull, this did not resolve the issue.

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

No branches or pull requests

3 participants