View Single Post
  #2  
Old 02-04-2012, 11:06 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: Rai.tv - how capture streaming and download video on demand


I would want to say, using ISM Downloader!! It's made for downloading Microsoft Smooth Streams!! but unfortunately It doesn't support AVC1 codec!! Your vid use that codec:
Code:
 <?xml version="1.0" ?> 
- <SmoothStreamingMedia MajorVersion="2" MinorVersion="0" Duration="35980000000" TimeScale="10000000">
- <StreamIndex Type="video" SubType="" Chunks="1800" TimeScale="10000000" Url="QualityLevels({bitrate})/Fragments(video={start time})">
  <QualityLevel Index="0" Bitrate="1500000" CodecPrivateData="00000001674d401f965605a1afcf80a040000003004000000cb888002dc60000b7187f18e0ed0a15700000000168eacd48" FourCC="AVC1" MaxWidth="720" MaxHeight="404" /> 
  <QualityLevel Index="1" Bitrate="1000000" CodecPrivateData="00000001674d401f965605a1afcf80a040000003004000000cb888007a100007a107f18e0ed0a1570000000168eacd48" FourCC="AVC1" MaxWidth="720" MaxHeight="404" /> 
  <QualityLevel Index="2" Bitrate="900000" CodecPrivateData="000000016742801e965605017fcb80a040000003004000000cb888006ddc000dbb1fc6383b42855c0000000168ca8d48" FourCC="AVC1" MaxWidth="640" MaxHeight="360" /> 
  <QualityLevel Index="3" Bitrate="630000" CodecPrivateData="000000016742801e965605017fcb80a040000003004000000cb888004ce400099c1fc6383b42855c0000000168ca8d48" FourCC="AVC1" MaxWidth="640" MaxHeight="360" /> 
  <QualityLevel Index="4" Bitrate="450000" CodecPrivateData="000000016742801e965605017fcb80a040000003004000000cb88800dbb0006dd1fc6383b42855c00000000168ca8d48" FourCC="AVC1" MaxWidth="640" MaxHeight="360" /> 
  <QualityLevel Index="5" Bitrate="200000" CodecPrivateData="000000016742801e965605017fcb80a040000003004000000cb888018680030d1fc6383b42855c0000000168ca8d48" FourCC="AVC1" MaxWidth="640" MaxHeight="360" /> 
  <c t="2951018660000" />
The only things that I have seen before in this forum, RMC 4.0.7 seems to work!!
Reply With Quote