view MS Streaming video with mplayer
posted by CodeGirlusing the mplayer plugin for netscape/mozilla you can view streaming Micro$oft media that is embedded in a webpage
Also works from the command line, but you will need to know the path to the stream. This not too hard to find:
- View the source of the page with the embedded stream and look for something like this:
<param name="FileName" value="webcam3.asx">
- Pull up the .asx file in your web browser; it will be in XML.
- Look for an ything starting with “mms://”, and you’ve found your feed url
- run
mplayer <feed url>
For Mac OSX users, there is a port of mplayer available, just for you!
One more thing I can cross of the list of stuff I thought I could only do with M$ WIndoze
This entry was posted on Monday, March 28th, 2005 at 5:09 pm and is filed under firefox, linux, TipsnTricks. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.



