Failed to open LIRC support. You will not be able to use your remote control.
Playing mms://a1441.v165327.c16532.g.vm.akamaistream.net/7/1441/16532/v0001/nhl.download.akamai.com/16532/wm.nhl.na-central/comp/best_of/07/bestof_theweek_vol_7_700.wmv.
so my question is, how can I force firefox to use mplayer instead of totem for these files ?
[*]In the filter field type network.protocol-handler
[*]Right click and select New > String if you don't see network.protocol-handler.app.mms. Once you have the entry setup the path to be the full path to mplayer (something like /usr/bin/mplayer).
[*]Right click and select New > Boolean if you don't see network.protocol-handler.external.mms. Set that entry to be true.
[*]Restart firefox.
[*]Type in the stream URL into the address bar, firefox will indicate that you are opening an external program, check the box and click on launch.
</ol>That's it, now when encountered firefox will open mplayer for all the mms:// protocols. You can use a similar method to have firefox open lots of different applications for various different protocols (say mailto: opening your preferred mail client, etc).
I tried the suggestions above (editing about:config) and while it plays the original link that i did via cmd line before, now when i click on a video link in bbc's newsite., i get another totem error
2006-12-17, 06:58 PM (This post was last modified: 2007-01-11, 07:34 AM by anyweb.)
ok fixed it by doing this
(as root)
Code:
[root@localhost ~]# yum -y remove totem
Loading "installonlyn" plugin
Setting up Remove Process
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package totem.i386 0:2.16.3-1.fc6 set to be erased
--> Running transaction check
Setting up repositories
Reading repository metadata in from local files
--> Processing Dependency: libtotem-plparser.so.1 for package: totem-mozplugin
--> Processing Dependency: libtotem-plparser.so.1 for package: rhythmbox
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package rhythmbox.i386 0:0.9.5-7.fc6 set to be erased
---> Package totem-mozplugin.i386 0:2.16.3-1.fc6 set to be erased
--> Running transaction check
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Removing:
totem i386 2.16.3-1.fc6 installed 4.9 M
Removing for dependencies:
rhythmbox i386 0.9.5-7.fc6 installed 6.4 M
totem-mozplugin i386 2.16.3-1.fc6 installed 275 k
Quote:Well, I don't know how to add it to mplayer-plugin but it's easy enough to setup firefox to magically open mplayer when it sees that protocol.<ol style="list-style-type:decimal;">[*]Open about:config
[*]In the filter field type network.protocol-handler
[*]Right click and select New > String if you don't see network.protocol-handler.app.mms. Once you have the entry setup the path to be the full path to mplayer (something like /usr/bin/mplayer).
[*]Right click and select New > Boolean if you don't see network.protocol-handler.external.mms. Set that entry to be true.
[*]Restart firefox.
[*]Type in the stream URL into the address bar, firefox will indicate that you are opening an external program, check the box and click on launch.
</ol>That's it, now when encountered firefox will open mplayer for all the mms:// protocols. You can use a similar method to have firefox open lots of different applications for various different protocols (say mailto: opening your preferred mail client, etc).