View Single Post
  #25  
Old 08-09-2012, 04:48 PM
calamar calamar is offline
Junior Member
 
Join Date: Aug 2012
Posts: 3
calamar is on a distinguished road
Default

Re: ISM Downloader - Download Silverlight videos and save as MKV files


Hi I've tried your software with rtve oogg streamings (http://www.rtve.es/londres-2012/videos/video?v=4283), and hangs every time I try to use it.

I catch the manifest url via live http headers that is, f.e.:
Code:
http://rtvelond2012vod-s.akamaihd.net/73eac305-505c-4fd4-ad3b-3537767f129b/archive.ism/manifest?__auth__=1344548435_911ef2a7996a9642cf9cf667bd916a72
the fact is, if I try:
Code:
http://rtvelond2012vod-s.akamaihd.net/73eac305-505c-4fd4-ad3b-3537767f129b/archive.ism/manifest
I get Bad Request from the server.

If I try (in firefox) the entire url, I can download the manifest file:
Code:
<?xml version="1.0" encoding="utf-8"?>
<SmoothStreamingMedia MajorVersion="2" MinorVersion="0" TimeScale="10000000" Duration="46640000000"><StreamIndex Type="video" Name="video" Language="und" Subtype="" Chunks="2332" TimeScale="10000000" Url="QualityLevels({bitrate})/Fragments(video={start time})"><QualityLevel Index="0" Bitrate="950000" CodecPrivateData="00000001674D401EECA04414FC460220000003002000000651E2C5B2C00000000168CBECB2" FourCC="H264" MaxWidth="544" MaxHeight="306"/><QualityLevel Index="1" Bitrate="600000" CodecPrivateData="000000016742C01ED90191DB011000000300100000030328F162E4800000000168CB8CB2" FourCC="H264" MaxWidth="400" MaxHeight="224"/><QualityLevel Index="2" Bitrate="400000" CodecPrivateData="000000016742C01ED901519FBC0440000003004000000CA3C58B920000000168CB8CB2" FourCC="H264" MaxWidth="336" MaxHeight="188"/><QualityLevel Index="3" Bitrate="200000" CodecPrivateData="000000016742C01ED901519FBC0440000003004000000CA3C58B920000000168CB8CB2" FourCC="H264" MaxWidth="336" MaxHeight="188"/><QualityLevel Index="4" Bitrate="1400000" CodecPrivateData="00000001674D401EECA05819FDE022000003000200000300651E2C5B2C0000000168CBECB2" FourCC="H264" MaxWidth="704" MaxHeight="396"/><c t="649387216000" d="20000000"/><c d="20000000"/><c d="20000000"/><c 

--- BLA BLA BLA BLA BLA ---

d="20000000"/><c d="20000000"/><c d="20000000"/><c d="19976778"/><c d="19976667"/><c d="19976777"/><c t="696007280556" d="19976777"/></StreamIndex></SmoothStreamingMedia>
But I can only request it ONE time, if I try it a second time I get:
An error occurred while processing your request.

Reference #50.64db6ad4.1344548784.182a2653 (change with every video)


Of course I've tried both manifest urls, with and without the ?aunth=... in both cases the program (ismdownload) crashes inevitably.

Any hint?

I've tried

Last edited by calamar : 08-09-2012 at 04:49 PM. Reason: change some url by [code]
Reply With Quote