-
Notifications
You must be signed in to change notification settings - Fork 7
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 xml validation #2
Comments
I found crash reason, just not sure why is that happening.
When i remove Also - it works if done this way:
|
I came across this bug too. Simply did this instead:
|
I'll look into it |
Well, I managed to fix the issue, but several other issues arose. At the moment I'm stuck with the following part of your MPD file: <SegmentTemplate timescale="90000" media="457_video_1_3_$Number$.mp4?m=1488453681" initialization="457_video_1_3_init.mp4?m=1488453681" startNumber="8608457">
<SegmentTimeline>
<S t="3432264669158" d="720000" r="11"/>
</SegmentTimeline>
</SegmentTemplate> I'm having troubles figuring out, which would be the 1st segment url? I'm guessing I found online player (http://players.akamai.com/dash/) that starts requests from |
@NekroMancer checkout #3 - xml validation problem is fixed there. I've created a separate issue #4 with PR #5 for SegmentTimeline support |
Hi @EvAlex , that number was generated by website which i got source from. I'm not sure what it means, maybe some kind of checksum for security. I dropped the idea i was following that day, project went into different direction |
Hi
I'm trying to save 30 seconds of live stream to file, but i keep getting exceptions on bad XML schema. With code:
I get this exception:
The expected token IS = in downloaded xml.
When i checked my stream mpd on http://www.validome.org/xml/validate/ it says it's valid xml.
Can you help me here?
The text was updated successfully, but these errors were encountered: