PDA

View Full Version : need help with an asf stream


n.p.
02-01-2012, 12:24 AM
Not too many sites are still using that. :)

The url is:

http://streamer3.carnation.hu/mtvod2/eurovizio/2012/01/28/adal_20120128_nelopdalinket.wmv

I am trying


$ mplayer -dumpstream http://streamer3.carnation.hu/mtvod2/eurovizio/2012/01/28/adal_20120128_nelopdalinket.wmv -dumpfile /local/path/to/file.wmv


I just get (endlessly repeated):


Playing http://streamer3.carnation.hu/mtvod2/eurovizio/2012/01/28/adal_20120128_nelopdalinket.wmv?MSWMExt=.asf.
Resolving streamer3.carnation.hu for AF_INET6...

Couldn't resolve name for AF_INET6: streamer3.carnation.hu
Resolving streamer3.carnation.hu for AF_INET...
Connecting to server streamer3.carnation.hu[195.228.75.116]: 80...

Cache size set to 320 KBytes
Stream not seekable!


Playing http://streamer3.carnation.hu/mtvod2/eurovizio/2012/01/28/adal_20120128_nelopdalinket.wmv?MSWMExt=.asf.
Resolving streamer3.carnation.hu for AF_INET6...

Couldn't resolve name for AF_INET6: streamer3.carnation.hu
Resolving streamer3.carnation.hu for AF_INET...
Connecting to server streamer3.carnation.hu[195.228.75.116]: 80...

Cache size set to 320 KBytes
Stream not seekable!


Any ideas on what is happening (and solutions of course :) )?

Thank you.

Bahman
02-01-2012, 01:35 AM
Use GetASFStream (http://tetora.orz.ne.jp/forum/gasdown/download.cgi):

GetASFStream[Ver 2.2.0.6e] START:[2012/02/01 11:53:36]

<<<<<<<<<< START:[2012/02/01 11:53:56] >>>>>>>>>>
Under protocol reference...
Protocol[RTSP(MS)] is used.
DL URL=http://streamer3.carnation.hu/mtvod2/eurovizio/2012/01/28/adal_20120128_nelopdalinket.wmv
[Clip information]
Title : [MTV Online]
Artist : [www.mtv.hu]
[File information]
Transmission rate : 680.024[kbps]
Total time : [01:50:22]
[Stream Infomation]
Audio:[1]
Video:[2]
DL File?F[C:\Program Files\GetASFStream\root\MTV Online(www.mtv.hu).wmv]
RTSP Speed=[5.000]
Total recorded time=[00:01:27] , recorded size=640.625[KB]
Stream Conversion[--]
Audio:[1] -> [1]
Video:[2] -> [2]
---------- END:[2012/02/01 11:55:23] ----------

Bahman
02-01-2012, 01:36 AM
Use GetASFStream (http://tetora.orz.ne.jp/forum/gasdown/download.cgi):

GetASFStream[Ver 2.2.0.6e] START:[2012/02/01 11:53:36]

<<<<<<<<<< START:[2012/02/01 11:53:56] >>>>>>>>>>
Under protocol reference...
Protocol[RTSP(MS)] is used.
DL URL=http://streamer3.carnation.hu/mtvod2/eurovizio/2012/01/28/adal_20120128_nelopdalinket.wmv
[Clip information]
Title : [MTV Online]
Artist : [www.mtv.hu]
[File information]
Transmission rate : 680.024[kbps]
Total time : [01:50:22]
[Stream Infomation]
Audio:[1]
Video:[2]
DL File?F[C:\Program Files\GetASFStream\root\MTV Online(www.mtv.hu).wmv]
RTSP Speed=[5.000]
Total recorded time=[00:01:27] , recorded size=640.625[KB]
Stream Conversion[--]
Audio:[1] -> [1]
Video:[2] -> [2]
---------- END:[2012/02/01 11:55:23] ----------

n.p.
02-01-2012, 01:52 PM
Seems like that would work, but I don't have any access to Windows. Is there a solution that works on Linux?

bat999
02-01-2012, 02:37 PM
Is there a solution that works on Linux?

mPlayer will do the job.
Use the mmsh feed.
Like this:-
mplayer -dumpstream -dumpfile adal_20120128_nelopdalinket.wmv mmsh://streamer3.carnation.hu/mtvod2/eurovizio/2012/01/28/adal_20120128_nelopdalinket.wmv

Complete name : adal_20120128_nelopdalinket.wmv
Format : Windows Media
File size : 4.23 MiB
Duration : 1h 50mn
Overall bit rate mode : Constant
Overall bit rate : 5 358 bps
Maximum Overall bit rate : 689 Kbps
Movie name : MTV Online
Performer : www.mtv.hu
Encoded date : UTC 2012-01-28 19:10:48.609
Copyright : MTV Zrt. 2010

Video
ID : 2
Format : VC-1
Format profile : MP@ML
Codec ID : WMV3
Codec ID/Info : Windows Media Video 9
Codec ID/Hint : WMV3
Description of the codec : Windows Media Video 9
Duration : 1h 50mn
Bit rate mode : Constant
Bit rate : 600 Kbps
Width : 428 pixels
Height : 240 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.234
Stream size : 474 MiB
Language : Hungarian

Audio
ID : 1
Format : WMA
Format version : Version 2
Codec ID : 161
Codec ID/Info : Windows Media Audio
Description of the codec : Windows Media Audio 9.2 - 80 kbps, 44 kHz, stereo (A/V) 1-pass CBR
Duration : 1h 50mn
Bit rate mode : Constant
Bit rate : 80.0 Kbps
Channel(s) : 2 channels
Sampling rate : 44.1 KHz
Bit depth : 16 bits
Stream size : 63.2 MiB
Language : Hungarian

n.p.
02-01-2012, 08:02 PM
That worked! Thanks.

I had never heard of mmsh before (and it isn't even in the mplayer man page).

I figured there would be a simple solution. Thanks again.