Has anyone parsed a Smooth Video (Silverlight) Manifest file?
I can fetch it, I just need a little help understanding the format. I want my python script to download a chunk to test if a stream is working.
I take it the sections like :
<c d="62680000" />
are the chunk IDs?
How do i work out the path to get them, based on the URl field which is like:
Url="QualityLevels({bitrate})/Fragments(video={start time})/WowzaSessions(421420850).ismv">
Ive got the same test working for Apple HLS, though this has a simpler format.
Any help with this format? MS dont seem to have much docs on getting this, its all focused around using existing player controls in a browser.