LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-19-2011, 04:25 PM   #1
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Rep: Reputation: 50
Firefox, MMS and (VLC or Mplayer)


I did this before by following these directions at:
http://www.cinlug.org/node/316

I added everything, even installed mozzilla-plugin-vlc. I have all the correct codecs installed. It is not working.

I am using Debian 6.0.3 32bit Squeeze. I have Firefox 8 in a folder in my home directory.

I added this to my Firefox about:config

network.protocol-handler.app.mms
/usr/bin/vlc (also tried mplayer and gmplayer)

network.protocol-handler.external.mms
True

Just as the instructions said. I did get this working before on another computer recently. But for some reason it doesn't want to work for me now.

Maybe because Firefox is not actually installed but in a stand alone folder? It is Firefox 8, maybe this doesn't work anymore? Maybe the universe is conspiring against me?

Last edited by Amdx2_x64; 11-19-2011 at 04:34 PM. Reason: Apparently I forgot how to spell...
 
Old 11-19-2011, 04:51 PM   #2
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Quote:
Maybe the universe is conspiring against me?
Hmm, that could be, just wear the tin-foil paper hat, you'll be fine....

Quote:
Maybe because Firefox is not actually installed but in a stand alone folder?
Could be...what's the reason for not having it installed?

Quote:
I added everything, even installed mozzilla-plugin-vlc. I have all the correct codecs installed. It is not working.
May I suggest installing FF? Just to see what happens...

Thor
 
Old 11-19-2011, 05:06 PM   #3
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by Thor_2.0 View Post
Hmm, that could be, just wear the tin-foil paper hat, you'll be fine....



Could be...what's the reason for not having it installed?



May I suggest installing FF? Just to see what happens...

Thor
Tin-foil hat? That's a great idea! I will show that universe

I am not really sure how to install Firefox the normal way. Only thing in the Debian repo's is Iceweasle, (I used http://debgen.simplylinux.ch/ and lazily generated the repo list. Maybe I am missing one?) When I go to the Mozilla website I get the stand alone Firefox 8. Basically what I have been doing for awhile now to run Firefox on Debian.

Last edited by Amdx2_x64; 11-19-2011 at 05:10 PM.
 
Old 11-19-2011, 05:10 PM   #4
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Firefox is Iceweasle...it's just rebranded...
Personally, I even prefer Iceweasle...I have a feeling Firefox goes too fast ahead...
 
Old 11-19-2011, 05:25 PM   #5
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
create a user.js in .mozilla for the profile Firefox is using.

Then add:
/* Multimedia players */
user_pref("network.protocol-handler.app.mms", "/usr/bin/mplayer");
user_pref("network.protocol-handler.external.mms", true);

feel free to change mplayer to whichever media player you choose.

Also make sure you do not have both gecko-mediaplayer and mozilla-plugin-vlc installed.
 
Old 11-19-2011, 05:55 PM   #6
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by craigevil View Post
create a user.js in .mozilla for the profile Firefox is using.

Then add:
/* Multimedia players */
user_pref("network.protocol-handler.app.mms", "/usr/bin/mplayer");
user_pref("network.protocol-handler.external.mms", true);

feel free to change mplayer to whichever media player you choose.

Also make sure you do not have both gecko-mediaplayer and mozilla-plugin-vlc installed.
I did the above with both mplayer then vlc, also changed it in the about:config to match what I added from above. But it is still not working. Should I delete from prefs.js what I added in the about:config page?

Code:
network.protocol-handler.app.mms
/usr/bin/vlc (also tried mplayer and gmplayer)

network.protocol-handler.external.mms
True
This is the link I am trying to view, the stagecam. http://www.hogsbreath.com/hogcam/stagecam.cfm


Edit:Thor_2.0 I tried the default Iceweasle in Squeeze. A couple of my add-ons where not compatible. One I use often is Febe. Makes it easier to keep track of user names and passwords (Of course I store that info in a heavily encrypted and secure place. Better being safe then sorry.)


Edit V2: I took out those lines from the about:config (prefs.js file.) Still nothing. Seems like I have tried everything. Watch this be something simple I am missing.

Last edited by Amdx2_x64; 11-19-2011 at 06:03 PM.
 
Old 11-19-2011, 06:07 PM   #7
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Original Poster
Rep: Reputation: 50
Ok. I still have Iceweasel installed. I decided to try it and see if it worked. It works fine with Iceweasel. So my conclusion is that this is either because Firefox is in a stand alone folder or because it is Firefox 8.


Thanks for the help everyone. Also it seems that using febe in Firefox 8 worked for Iceweasel. All my bookmarks, passwords and screen names are there. So I might just get rid of Firefox 8 now.

Last edited by Amdx2_x64; 11-19-2011 at 06:09 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mms:// internetradio fails in Rythmbox but not VLC Harju Linux - Desktop 2 12-21-2009 02:42 AM
unable to play a mms stream, that I am hosting using vlc. ncsuapex Linux - Software 2 11-12-2008 08:10 AM
mplayer and Firefox mms streams and more FireFerum SUSE / openSUSE 1 11-10-2005 10:27 PM
mms and mplayer zupermanz Mandriva 3 09-14-2004 11:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration