MS Releases New Media Player Firefox Plugin
SilentChris writes "Microsoft today released a new Media Player plugin for Firefox that resolves the problems users of the older version were experiencing. According to the company's Port 25 blog, it's backwards compatible with Windows Media Player 6.4. The plugin is for Windows XP and Vista only, but if you have to watch WMV video at least it's less likely to crash your browser."
Thanks Microsoft, but I've already got VLC.
oh, wait, it's our old overlords.
... YEAH! BABY GOT VID!
Now I'm really confused.
Guess I'll just go watch those music videos I've been wanting to watch in Firefox ever since I reported some of the earliest bugs for playing media years ago
-- Tigger warning: This post may contain tiggers! --
I downloaded the plugin just to give it a try. Never had any problems with embedded video except at cnn.com I thought maybe the plugin would fix that problem. After installing and giving firefox a restart, it still won't work with the cnn.com and nothing else appears to be different. Not sure what the point of the plugin was, but don't waste your time with it like I did. It solved nothing from what it appears to me. Using Firefox 2.0.0.3 on Windows XP Pro SP2
Use VLC. Short of protected media (and really, I don't know too many people who use protected WMV), it seems to work wonderfully, and isn't dependent on a only two operating systems. If you want something more integrated, there is of course M-Player as well...
Like for instance: mediaplayerconnectivity.
Look you can use any player you like, and you don't need to have the browser open anymore, while playing the video.
I'm sorry Microsoft, but you are too little too late.
80 CC D8 AF AE D3 AB 54 B7 2E CE 67 C7
Since you've never heard of Final Builds (which gives 11 mirrors for Quicktime Alternative), here's some more links for Quicktime Alternative:
- VersionTracker
- CNET Download.com
- PC World
- codecs.com
- VideoHelp.com
- afterdawn.com
Also, the parent post mentioned nothing about installing QuickTime on a Windows PC. The parent post was bitching about problems on his/her Windows PC. This is what the parent said in the original post (emphasis mine): Firefox on Windows seems pretty sketchy with it's media support, by default there seem to be some handlers for relevant mime types missing (works fine once they are added manually though).I was mostly having problems with WMV files (though also with some MPEG's), hopefully this will make things better (my only Windows machine is for gaming, so I tend to be using it to look at game related info when I'm browsing - which is where a lot of the crappy WMV files come from).
The decision to use WMV is undoubtedly a stupid one borne of ignorance though. From experience, I know there are plenty of ways to do streaming video in a non proprietary way that work fine in WMP, QT and other native video players
Comment removed based on user account deletion
Well, not to give too much up, and I won't post my script as that would be uncool to NPR, but...
M E&showDate=17-Apr-2007&segNum=&mediaPref=RM&getUnd erwriting=0
.smil extension, which gives me a nice file to parse with segment titles, audio src tags and such.
I save off:
http://www.npr.org/templates/dmg/dmg.php?prgCode=
as a file with a
The showcode you can see as the first JavaScript parameter on the webpage link to the audio, and if you leave the segnum parameter blank, you get all of it for that day's show.
Then I just iterate over those (my script starts parallel processes to do more than one at once for speed, NPR hosts on Speedera edge caching servers) and run:
mplayer -nocache -vc dummy -vo null -ao pcm:waveheader:file=out.wav (audio src url)
Then I do the same multiple-process thing with lame to convert the wav files to mp3.
This is script-based stuff for a Linux box, not for real-time browsing. But I would imagine that a GreaseMonkey script could easily piece together a URL like that from the JavaScript code linked to each story.