http://www.wkrn.com/global/video/popup/pop_index.asp?ClipID1=182094&h1=Winter%20storm%20hits%20southern%20TN&vt1=v&at1=News&d1=420866&LaunchPageAdTag=News&activePane=info&playerVersion=9
Can this be done?
Thanks for any help!
Can you try the following - when the video starts playing right-click on the video. You should get a context menu with various choices. One of them should be Properties and it should contain the actual stream URL. Copy the URL and paste it into Offline Explorer Pro to download.
Best regards,
Oleg Chernavin
MP Staff
mms://a1100.m.akastream.net/7/1100/5425/v001/worldnowwkrn.download.akamai.com/5425/wkrn_20040215165801.wmv
This was found by using Project URL Snooper.
URL Snooper & Packet Sniffer software list.
http://pub25.ezboard.com/fstreemeboxvcrfrm7.showMessage?topicID=21.topic
I could not download this with Offline Explorer Pro.
There are other programs that can download it.
Streaming media recording software list.
http://pub25.ezboard.com/fstreemeboxvcrfrm7.showMessage?topicID=1.topic
SDP Multimedia or Net Transport are good choices.
The entire video clip is about 32 minutes long.
The video that plays at the site starts at about 1 minute into the clip and plays for about 7 minutes.
The player JavaScript creates a type of ASX redirector.
You can see the source code of this redirector with this view-source:URL.
view-source:http://www.wkrn.com/global/video/WorldNowASX.asp?WNVideoID=182094&WNVideoType=v
The important part of this can be condensed down to this ASX text.
<ASX VERSION="3.0">
<ENTRY>
<REF HREF ="mms://a1100.m.akastream.net/7/1100/5425/v001/worldnowwkrn.download.akamai.com/5425/wkrn_20040215165801.wmv"/>
<STARTTIME VALUE="0:1:1.767" />
<DURATION VALUE="0:7:0.865999999999985" />
</ENTRY>
</ASX>
You can copy the above into a text file and then change the extension to .asx
You can then use this .asx file to play the clip with the exact start and duration time.
You can also use this .asx file with a program called WM Recorder to record with the exact start and duration time.
Streaming media recording software list.
http://pub25.ezboard.com/fstreemeboxvcrfrm7.showMessage?topicID=1.topic
Run WM Recorder using Browse Mode Recording.
Run .asx file to play and record the video clip.
http://www.metaproducts.com/download/betas/oep1496.zip
Oleg.