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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-31-2005, 06:08 PM
|
#1
|
Member
Registered: May 2004
Location: Jamaica
Distribution: Red Hat 9/FC1/FC3/FC4
Posts: 35
Rep:
|
embedded browser media player for linux
hi,
i just found out that my site won't play mpeg video files from a linux browser. the files are normally accessible from an embedded windows media player in the browser that plays on ie and netscape. mozilla keeps telling me 'missing plugin' but fails to find an appropriate one.
is there a way around this?
thanks!
|
|
|
07-31-2005, 06:34 PM
|
#2
|
Senior Member
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524
Rep:
|
have you tried mozilla-plugin-vlc? (I'd suspect it requires vlc).
hth --Jonas
|
|
|
07-31-2005, 08:29 PM
|
#3
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,906
|
There's mozilla-plugin-vlc, mozilla-mplayer, mozilla-kaffeine. All will play embedded media with the proper codecs.
|
|
|
08-01-2005, 04:23 PM
|
#5
|
Member
Registered: May 2004
Location: Jamaica
Distribution: Red Hat 9/FC1/FC3/FC4
Posts: 35
Original Poster
Rep:
|
trying it right now,
will let you know
thanks a lot!
|
|
|
08-01-2005, 04:35 PM
|
#6
|
Senior Member
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524
Rep:
|
you're welcome.
|
|
|
08-01-2005, 10:52 PM
|
#7
|
Senior Member
Registered: Dec 2004
Location: Lee, NH
Distribution: OpenSUSE, CentOS, RHEL
Posts: 1,794
Rep:
|
tzouse>
Question: how are you embedding the video in your page? can you post a URL to a sample page?
Are you specifying a classid with a GUID? If so, embed it with the mime type rather than trying to force Windows Media Player on the client side. I've made this mistake in the past and never gave it a second thought until I discovered that Linux users DO have real alternatives (read: mplayer, xine, kaffiene plugins) for browser video plugins. I have one commercial web site still using the GUID classid for specifying the media type but that web site is being replaced by a more cross-platform-friendly site soon (very likely Drupal-based).
|
|
|
08-03-2005, 09:37 PM
|
#8
|
Member
Registered: May 2004
Location: Jamaica
Distribution: Red Hat 9/FC1/FC3/FC4
Posts: 35
Original Poster
Rep:
|
sorry i took so long...
but i'm not sure why i'm having problems installing the mozilla-plugin-vlc. all the rpms that i tried gave me a 'could not open file' error, and i'm running from root.
i ended up installing the Firefox extension MediaPlayerConnectivity which works nicely....... eventually at least, only mplayer seen to get along with. i selected xine as the default media player first but after xine popped up it spewed out numerous errors.
KimVette, the site is running on a LAN but i'll post the embedding code shortly...
|
|
|
08-06-2005, 12:44 PM
|
#9
|
Member
Registered: May 2004
Location: Jamaica
Distribution: Red Hat 9/FC1/FC3/FC4
Posts: 35
Original Poster
Rep:
|
KimVette, this is what i have, can you modify it with your example?
<object id="MediaPlayer1" width="576" height="480"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
type="application/x-oleobject">
<param name="autostart" value="true">
<param name="filename" <?php echo "value=\"/trailer/$trailer\""; ?>>
<param name="showcontrols" value="true">
<param name="ShowStatusBar" value="true">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
<?php echo "src=\"/trailer/$trailer\""; ?>
width="576"
height="480"
autostart="1"
showcontrols="1"
showstatusbar="1">
</embed>
</object>
Thanks!
|
|
|
08-08-2005, 09:13 PM
|
#10
|
Member
Registered: May 2004
Location: Jamaica
Distribution: Red Hat 9/FC1/FC3/FC4
Posts: 35
Original Poster
Rep:
|
KimVette, are you coming back soon??
Can you show me how you embed the mime type...
|
|
|
All times are GMT -5. The time now is 05:31 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|