1
I'm trying to rip the video at http://videolectures.net/ecml07_getoor_isr/, so I can play it at a faster speed. I paste http://193.2.4.216/2007/pascal/ecml07_warsaw/getoor_lise/ecml07_getoor_isr_01.wmv into a firefox browser in Windows and MediaPlayer plays the thing. However if I try mplayer -dumpstream, it gets stuck into an infinite loop trying to play the file.
If I use wget to download the link, I get a small text file which basically points to the same URL. How can I get mplayer to download this stream?
I checked and the stream doesn't exist anymore (using normal windows media player) Has it moved to a different location I can test ? – ohadsc – 2010-04-16T16:46:43.450
Have you tried adding a
Referer:
header to wget? – Teddy – 2009-11-10T16:17:43.110Tried that..nope. – User1 – 2009-11-12T04:32:08.400