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

manifest url issue #91

Open
FabioFDC opened this issue Mar 6, 2014 · 2 comments
Open

manifest url issue #91

FabioFDC opened this issue Mar 6, 2014 · 2 comments

Comments

@FabioFDC
Copy link

FabioFDC commented Mar 6, 2014

Hi!
First of all congratulation to this plugin, well working and easy-to-use.

I think i've found an issue on the manifest/fragment url loading.
I have an manifest url coming from Azure Media Services, via Dynamic Packaging. My url is like:
http:// { DOMAIN } /8418b960-942d-4f46-836b-007f2a92d0ff/27.ism/Manifest(format=m3u8-aapl)

The issue is that when the plugin load the first fragment it append the fragment to the url like this:
http:// { DOMAIN } /8418b960-942d-4f46-836b-007f2a92d0ff/27.ism/Manifest(format=m3u8-aapl)/Fragments(video=0,format=m3u8-aapl)
when he must substring all the manifest part until the last "/" taking http error "400 - bad request" from the server.

With normal url (without bracers) it works well, so i think maybe there's some issue with "(" or ")" characters.

Is this an issue you know?

I've tried to change the source code but I don't know where to look for :(

Thank you in advance to any suggestion!

Regards,
Fabio

@D3adKnight
Copy link
Member

Hi,

With normal url (without bracers) it works well, so i think maybe there's some issue with "(" or ")" characters.

Maybe something wrong with bracers parsing. You can see what happens in
org.denivip.osmf.elements.m3u8Classes.M3U8PlaylistParser.as
and
org.denivip.osmf.net.httpstreaming.hls.HTTPStreamingHLSIndexHandler.as

files.

Or give me working example, I'll try fix this trouble how fast as I can.

@FabioFDC
Copy link
Author

FabioFDC commented Mar 7, 2014

Hi D3adKnight,

thanks for yuor quick response.
This is the url i try to play:
http://edidomus.origin.mediaservices.windows.net/8418b960-942d-4f46-836b-007f2a92d0ff/27.ism/Manifest(format=m3u8-aapl)

I'll search for the code line, I'll be grateful if you send me the compiled solution :)

Thanks in advance,
Fabio

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

2 participants