Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 06-28-2010, 08:46 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

www.rai.tv - Download silverlight smooth streaming from ism (or ismv?)and save as mp4


HI,i would download a video on demand

Code:
http://www.rai.tv/dl/RaiTV/programmi/media/ContentItem-8c9e3bc9-45d3-4927-a2f6-0307c3917ac2-wc2010.html?p=3
(a video that is entirely saved in the server and not a real-time flow) of the celebration of south africa 2010..now,the platform is silverlight smooth streaming and the data are packed in segment files...with Wireshark i've found a files named "relinkerservlet.htmcont=180740" that i have renamed into "relinkerservlet.htmcont=180740.html";i have opened this and i've found:
<playList>
<playListItems>
<playListItem
title="RAI"
description="RAI- in diretta HD"
mediaSource="http://www.rai.tv/dl/video/smooth/E0.csm"
adaptiveStreaming="true"
thumbSource=""
frameRate="25">
</playListItem>
</playListItems>
</playList>

then i have opend also http://www.rai.tv/dl/video/smooth/E0.csm typed the url in the browser...the content is a xml file:

<?xml version="1.0" ?>
- <SmoothStreamingMedia MajorVersion="2" MinorVersion="0" Duration="19956720000">
- <Clip Url="http://replaytv.rai.it/ondemand/italy/vod/fifa2010/replaytv/fifa_live-isml/2010-06-11-11-49-37-040/segment001/fifa_live.ism/Manifest" ClipBegin="509801949999" ClipEnd="529758669999">
- <StreamIndex Type="video" SubType="" Chunks="998" TimeScale="10000000" Url="QualityLevels({bitrate})/Fragments(video={start time})">
<QualityLevel Index="0" Bitrate="350000" CodecPrivateData="250000010fc38a08f04f8a08f813ff00 0080850808aadeacf40000010e5a67f840" FourCC="WVC1" MaxWidth="288" MaxHeight="160" />
<QualityLevel Index="1" Bitrate="880000" CodecPrivateData="250000010fcb9a0df07f8a0df81fff00 0080850819adac32340000010e5a67f840" FourCC="WVC1" MaxWidth="448" MaxHeight="256" />
<QualityLevel Index="2" Bitrate="1410000" CodecPrivateData="250000010fcbac12f0a78a12f829ff00 008085081ab076b92c0000010e5a67f840" FourCC="WVC1" MaxWidth="608" MaxHeight="336" />
<QualityLevel Index="3" Bitrate="1940000" CodecPrivateData="250000010fcbbc15f0c78a15f831ff00 0080850823b33ca00c0000010e5a67f840" FourCC="WVC1" MaxWidth="704" MaxHeight="400" />
<QualityLevel Index="4" Bitrate="501000" CodecPrivateData="250000010fc38e0a705f8a0a7817ff00 0080850810f49cc71c0000010e5a67f840" FourCC="WVC1" MaxWidth="336" MaxHeight="192" />
<QualityLevel Index="5" Bitrate="3000000" CodecPrivateData="250000010fd3be27f1678a27f859ff00 0080850825b8d727040000010e5a27f840" FourCC="WVC1" MaxWidth="1280" MaxHeight="720" />
<QualityLevel Index="6" Bitrate="2470000" CodecPrivateData="250000010fd3be1df10d8a1df8437f00 0080850824b605e38c0000010e5a67f840" FourCC="WVC1" MaxWidth="960" MaxHeight="540" />
<c t="509800000000" />
<c t="509820000000" />
...(many other link)...
<c t="529680000000" />
<c t="529700000000" />
<c t="529720000000" />
<c t="529740000000" d="20000000" />
</StreamIndex>
- <StreamIndex Type="audio" SubType="" Chunks="948" TimeScale="10000000" Url="QualityLevels({bitrate})/Fragments(audio={start time})">
<QualityLevel Index="0" Bitrate="80000" CodecPrivateData="1000030000000000000000000000e000 42c0" FourCC="WMAP" AudioTag="354" Channels="2" SamplingRate="48000" BitsPerSample="16" PacketSize="3414" />
<c t="509785493333" />
<c t="509807680000" />
...(many other link)...
<c t="529704853333" />
<c t="529725653333" />
<c t="529746240000" d="20480000" />
</StreamIndex>
</Clip>
</SmoothStreamingMedia>

note that there are 7 flow video(the best is the 5th for the bitrate veri high and the resolution hd ready)
with wireshark,i have found the link of the first segment that is:

/ondemand/italy/vod/fifa2010/replaytv/fifa_live-isml/2010-06-11-11-49-37-040/segment001/fifa_live.ism/QualityLevels(350000)/Fragments(video=509800000000)

clearly i have found also the named server..and now the url is:

http://replaytv.rai.it/ondemand/ital...o=509800000000)

i have overwrite the qualitylevels parameter with the highest of the list in csm file and the link for the first segment is :

http://replaytv.rai.it/ondemand/ital...o=509800000000)

this operation must be repeated for all the segment audio and video...my problem is:how join all the segment to obtain a single file?and what is the codec used?wireshark classificate this segment files such as mp4 audio and mp4 video but if i open one of there don't function...can someone help me?

moreover i have read here

http://stream-recorder.com/forum/con...31.html?t=6131

and here

http://social.expression.microsoft.c...d-18bd2da72c85

but i haven't understand nothing...
Reply With Quote
  #2  
Old 07-04-2010, 11:48 PM
Stream Recorder
 
Posts: n/a
Default

Re: www.rai.tv - Download silverlight smooth streaming from ism (or ismv?)and save as


Quote:
Originally Posted by any ANONYMOUS forum user View Post
HI,i would download a video on demand

Code:
http://www.rai.tv/dl/RaiTV/programmi/media/ContentItem-8c9e3bc9-45d3-4927-a2f6-0307c3917ac2-wc2010.html?p=3
I get the 404 error when opening this page.

I tried several other videos from RAI.TV and they were using HTTP .wmv streams. I was able to download them with WM Recorder and Jaksta without any problem.
Reply With Quote
  #3  
Old 07-05-2010, 01:49 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: www.rai.tv - Download silverlight smooth streaming from ism (or ismv?)and save as


Quote:
Originally Posted by Stream Recorder View Post
I get the 404 error when opening this page.

I tried several other videos from RAI.TV and they were using HTTP .wmv streams. I was able to download them with WM Recorder and Jaksta without any problem.
yes, you're right,the link is no more available and also the streaming...i don't think that is a problem because however i have all the video fragment with the highest resolution and the audio fragments(there is a only type of audio fragment)...the other streamings that you say are streams costant with silverlight,there is a single file wmv and this is sended such as a normal stream...the video that i' ve linked at the first post,use the smooth streaming features,there is a single video that is encoded with different bit rate and resolution...in the first post the topic of video is oly one but in the directory of the server are 5 video with same topic but different bitrate and resolution...smooth streaming feature automatically adapt the segment bitrate with the condition of bandwith,cpu and gpu power,so when you have a low bitrate or low power component of cpu or gpu,automatically is adapt the video segment to make the streaming smooth without latence time of buffering or decrease of fps...now,i have forced the download of all the segment with the highest bitrate and the problem is that this segment are parsed with .net code...the only possible solution is use the takeoffline method of a library described here:

http://social.expression.microsoft.c...d-18bd2da72c85

when i have some free time i set up visualstudio 2010 and with c# i'll try to make the original ismv after make a web server local and edit the csm and manifest file deleting all the streams index video except the 5th that have the highest bitrate and is the only stream that i have downloaded(all the fragments)
Reply With Quote
  #4  
Old 08-06-2010, 07:09 PM
gxdata gxdata is offline
Western Wombat
 
Join Date: Feb 2009
Posts: 332
gxdata is on a distinguished road
Default

Re: www.rai.tv - Download silverlight smooth streaming from ism (or ismv?)and save as


Quote:
Originally Posted by any ANONYMOUS forum user View Post
...now,i have forced the download of all the segment with the highest bitrate and the problem is that this segment are parsed with .net code...the only possible solution is use the takeoffline method of a library described here:

http://social.expression.microsoft.c...d-18bd2da72c85

when i have some free time i set up visualstudio 2010 and with c# i'll try to make the original ismv after make a web server local and edit the csm and manifest file deleting all the streams index video except the 5th that have the highest bitrate and is the only stream that i have downloaded(all the fragments)
Interesting. Would you mind sending me a private message when you make some progress with this?
Reply With Quote
  #5  
Old 08-17-2010, 04:59 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: www.rai.tv - Download silverlight smooth streaming from ism (or ismv?)and save as


well,i'm studying the technology,that is described here:

http://alexzambelli.com/blog/2009/02...-architecture/

and here

http://alexzambelli.com/blog/smooth-streaming-faq/

about the structure of mp4 file:

http://mithunme.wordpress.com/2009/1...4-file-format/

http://mithunme.wordpress.com/2009/1...-and-ism-file/

i have understand that to make the original ismv file is necessary download all the fragments with the download manager because only in this case we are sure that all the segment downloaded have the same bitrate(clearly to have the best quality is necessary download all the fragment with the highest bitrate)...then the operation is not possible during the view mode because difficultly the fragment downloaded have all the same bitrate or the same and the highest bitrate...now i would make a patch that creates the original ismv file or an mp4 file (that however is the base of ismv file)but i must study all the tags obligatory for the creation of mp4 or ismv file...moreover is important extract mdat information from the chunk downloaded
Reply With Quote
  #6  
Old 10-19-2010, 06:25 AM
zoldike zoldike is offline
Smooth Streaming addict
 
Join Date: Oct 2010
Posts: 10
zoldike is on a distinguished road
Default

Re: www.rai.tv - Download silverlight smooth streaming from ism (or ismv?)and save as


Hi,
I've just wrote a CLI program in C# which can download Smooth Streaming Media and can mux it to MKV. I'm Hungarian so i don't have Italian IP to test the streams on rai.tv, so i would need some help to test my program with these streams.

If you want to test my program. It is available on:
http://dvb-crew.atw.hu/applications.php
it was designed to download streams from http://www.rtlklub.hu/most/, but its engine is might useful to solve your problems too.

If you can help me, please contact me on MSN:
kissda@primposta.com

Thanks in advance!
Reply With Quote
  #7  
Old 10-25-2010, 05:13 AM
notmebug notmebug is offline
Junior Member
 
Join Date: Oct 2010
Posts: 1
notmebug is on a distinguished road
Default

Re: www.rai.tv - Download silverlight smooth streaming from ism (or ismv?)and save as


@zoldike

Could you add support to rtldownloader for downloading files from direct urls like "http://blablabla/7067443_10_400_13073_0001.ism" ? then it would be easier to test this software.

Regards,
notmebug
Reply With Quote
  #8  
Old 11-21-2010, 09:35 AM
Stream Recorder
 
Posts: n/a
Default

Re: www.rai.tv - Download silverlight smooth streaming from ism (or ismv?)and save as


Replay Media Catcher 4.0.17 supports Smooth Streaming MajorVersion 2. It allows to save Smooth Streaming files as MKV files, so there should be no problem playing such streams.
Reply With Quote
  #9  
Old 06-04-2011, 06:00 AM
anuswara anuswara is offline
Junior Member
 
Join Date: Jun 2011
Posts: 1
anuswara is on a distinguished road
Default

Re: www.rai.tv - Download silverlight smooth streaming from ism (or ismv?)and save as


Hy. newbie here.

_http://www.rai.tv/dl/replaytv/replaytv.html#day=2011-06-03&ch=2&v=66996&vd=2011-06-03&vc=2

this link expires in 7 days.

how to do to download and save this kind of video (without a PhD in Engineering) ?

thanks a lot in advance.

it seems very very hard for me. help please.
Reply With Quote
  #10  
Old 10-19-2012, 03:35 PM
ricsip ricsip is offline
Junior Member
 
Join Date: Aug 2012
Posts: 4
ricsip is on a distinguished road
Default

Re: www.rai.tv - Download silverlight smooth streaming from ism (or ismv?)and save as


Quote:
Originally Posted by anuswara View Post
Hy. newbie here.

_http://www.rai.tv/dl/replaytv/replaytv.html#day=2011-06-03&ch=2&v=66996&vd=2011-06-03&vc=2

this link expires in 7 days.

how to do to download and save this kind of video (without a PhD in Engineering) ?

thanks a lot in advance.

it seems very very hard for me. help please.
LOL I think you realized in the previous 1,5 years, that you MUST have PhD in enginerring to download shit like this D WHAHAHA
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:16 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons