Post subject: Capture Streaming Media
Joined: 5/3/2004
Posts: 1203
What is the best way to capture streaming media from a website that plays in an embedded instance of Windows Media Player?
Post subject: Re: Capture Streaming Media
Editor, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
xebra wrote:
What is the best way to capture streaming media from a website that plays in an embedded instance of Windows Media Player?
Capture the URL from the page source code (usually something like WMV or ASX), then use "mplayer -dump△○☆ <url>" to play it. Substitute the proper "dump"-option of choice by using the mplayer manual page.
Joined: 5/3/2004
Posts: 1203
What if there is no direct link to the file? For example, it is accessed through a script like stream.scr?StreamID=12345.
Editor, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
xebra wrote:
What if there is no direct link to the file? For example, it is accessed through a script like stream.scr?StreamID=12345.
Then you need to hack it to find where it loads the script from. Perhaps with a traffic snooper. Or perhaps the .scr file is a serverside script that returns the ASX file? In that case, you could download it with wget.
Joined: 11/26/2005
Posts: 16
Location: Storrs, CT
If you use firefox then you could always use download embedded, its an extension that should do just what you want. https://addons.mozilla.org/extensions/moreinfo.php?id=1993&application=firefox It won't get videos from places such as google video or YouTube, but most places it will. If you are trying to get a video from YouTube or a few other places, there are web sites on the internet that will route the file to your computer such as: http://javimoya.com/blog/youtube_en.php I think that covers most of the bases.
nesrocks
He/Him
Player (241)
Joined: 5/1/2004
Posts: 4096
Location: Rio, Brazil
if you want to get the video from youtube go to temoporary files, located the file (you'll have to rely on filesize since it's got a vague name and no extension), copy it to somewhere else and rename to AVI