LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 02-28-2005, 11:42 PM   #1
redhatbadboi
LQ Newbie
 
Registered: Feb 2005
Posts: 23

Rep: Reputation: 15
Steaming Video In Firefox - FC3


When trying to watch a music video on Yahoo.com or MTV.com the video doesn't show, it tells me to download Windows Media Player 9 for it to work. It plays WMV. Is there a way that I can watch these videos without using Windows?


Cliffnotes:
I have RealPlayer 10 installed
I have Mplayer installed
Using Firefox 1.0.1
Not just music videos, other streaming videos on websites.
 
Old 03-01-2005, 12:29 AM   #2
arst05
Member
 
Registered: Nov 2004
Location: Arkansas
Distribution: RHEL 3 Enterprise/Fedora Core 3
Posts: 38

Rep: Reputation: 15
Re: player options

Are you still have problems with the video playbacks, I believe I can find the package that will allow you to play all media formats.

Let me know if you need it.
 
Old 03-01-2005, 12:34 AM   #3
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I have had this same problem with MTV and other sites, even using the mplayer and xine mozilla plugins didn't solve my problem.
 
Old 03-01-2005, 12:52 AM   #4
arst05
Member
 
Registered: Nov 2004
Location: Arkansas
Distribution: RHEL 3 Enterprise/Fedora Core 3
Posts: 38

Rep: Reputation: 15
Re: media

You need to download all the codecs for all the players, if some of them are missing or not installed correctly you will receive numerous errors.
 
Old 03-01-2005, 08:58 AM   #5
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Rep: Reputation: 30
I have this problem too with xine. I have installed the rpm w32codec-0.52-1 which allows me to play the video, but most of the time, I can't get any audio. I don't really care so much about a plugin to view it within Firefox. I just configure it to open those types of files with xine.

Any help would be great. Particularly, a link to a site that has these packages and the actual name of the ones I'd need. Thanks in advance.
 
Old 03-01-2005, 11:45 AM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Re: Re: media

Quote:
Originally posted by arst05
You need to download all the codecs for all the players, if some of them are missing or not installed correctly you will receive numerous errors.
Even if you have all the win32 codecs, some sites still insist that you can't play windows media files and to download windows media player.
 
Old 03-01-2005, 08:58 PM   #7
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,142
Blog Entries: 6

Rep: Reputation: 1829Reputation: 1829Reputation: 1829Reputation: 1829Reputation: 1829Reputation: 1829Reputation: 1829Reputation: 1829Reputation: 1829Reputation: 1829Reputation: 1829
One solution is to look at the source html for the page and see where the video hyperlink is pointing. You can also use "curl" to find out where a streaming file is sitting. If it is a java window pop up then look at the source for that window. Look at the man page for "curl"

Once you find it use "wget" or "kget" or whatever you use to download the file. Then just use mplayer to open it. This works if it is just a .wmv, .rm, .mov sitting on a server.

Now wget or kget or other dl managers don't support rtsp: mms: or pnm: protocols, for that you can capture the file with mplayer
For example:

mplayer -dumpstream -dumpfile NameIt.rm rtsp://blah.org/blah/blah:1020/videofile.rm

Read the man page for mplayer.

This assumes that you have mplayer and all the codecs installed correctly.

Enjoy.

You might let the web site admin know that you are unhappy about them coding only for windows. The more we speak the more they know that we are here.
 
Old 03-02-2005, 01:15 AM   #8
bvknapp
LQ Newbie
 
Registered: Feb 2005
Location: MT, USA
Distribution: Fedora Core 3
Posts: 18

Rep: Reputation: 0
wine

I have not tried because myt laptop is out of space so I can not install any new programs. You might be able to install wine then download windows meadia player and install it under wine at least untill a better solution comes along.

Barry
 
Old 03-02-2005, 02:52 AM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally posted by teckk
One solution is to look at the source html for the page and see where the video hyperlink is pointing. You can also use "curl" to find out where a streaming file is sitting. If it is a java window pop up then look at the source for that window. Look at the man page for "curl"

Once you find it use "wget" or "kget" or whatever you use to download the file. Then just use mplayer to open it. This works if it is just a .wmv, .rm, .mov sitting on a server.

Now wget or kget or other dl managers don't support rtsp: mms: or pnm: protocols, for that you can capture the file with mplayer
For example:

mplayer -dumpstream -dumpfile NameIt.rm rtsp://blah.org/blah/blah:1020/videofile.rm

Read the man page for mplayer.

This assumes that you have mplayer and all the codecs installed correctly.

Enjoy.

You might let the web site admin know that you are unhappy about them coding only for windows. The more we speak the more they know that we are here.
That sounds like a good idea, I will look into it and post my results.
 
Old 03-02-2005, 08:00 AM   #10
redhatbadboi
LQ Newbie
 
Registered: Feb 2005
Posts: 23

Original Poster
Rep: Reputation: 15
My Mplayer works fine playing WMV files but my question is, is there a way to get the movie to play on pop up window.
 
Old 03-02-2005, 09:35 AM   #11
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Rep: Reputation: 30
Quote:
Originally posted by redhatbadboi
is there a way to get the movie to play on pop up window.
If you mean playing it within a pop up window within Firefox or Mozilla, then you can install the mozilla mplayer plugin. Check out http://mplayerplug-in.sourceforge.net/ if this is what you mean.
 
Old 03-02-2005, 11:37 AM   #12
sbassett
Member
 
Registered: Dec 2004
Location: USA
Distribution: CentOS 4.4,Ubuntu 6.10&7.04,Win XP(the wife's)
Posts: 151

Rep: Reputation: 30
I cannot agree with Dubya more. The Mplayerplug-In is the single best multimedia plugin for linux out today. It is the Windows Media Player plugin from windows on steroids. I highly recommed this being the first thing you install after Mplayer is setup.
 
Old 03-03-2005, 12:31 AM   #13
redhatbadboi
LQ Newbie
 
Registered: Feb 2005
Posts: 23

Original Poster
Rep: Reputation: 15
Thanks alot, you guys are the bestest of help
 
  


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
Problem with frame targets in Firefox under FC3 Gethyn Fedora 2 10-20-2005 05:07 AM
Steaming audio over internet live linuxmandrake Linux - Software 1 08-20-2005 05:09 AM
FC3/Firefox question brainfry Fedora 12 04-04-2005 01:12 PM
Java Plugin for Firefox on FC3 green_squirrel Fedora 7 02-20-2005 04:24 PM
firefox in FC3 cambie Fedora 3 11-10-2004 07:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 10:53 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