You are not logged in.
When I go to apple.com/trailers to play a trailer, the movie automatically loads into an Mplayer plugin and I get audio, but no video.
Anyone know how to get the video working on the default Xandros install?
Offline
I too am wondering how to get this working. I thought the mplayer plugin was capable of playing quicktime, and obviously it understands part of the stream since the audio playback is fine.
Offline
Anyone have any ideas?
Offline
same problem here - thought maybe this is an old version of mplayer, but since my linux skills are basically zero - not sure how to upgrade the mplayer- if that is even the problem.
Offline
Actually, it's the opposite... mplayer used to have more codecs and they were taken out for legal/commercial reasons. Some people are downgrading mplayer -- see post four of this thread:
http://forum.eeeuser.com/viewtopic.php?id=937
Here is a post of a Quicktime on Apple.com running in mplayer in Firefox after the downgrade (without the downgrade, you get audio only).
Trailers play in embed (for the non-HD ones), window, and full screen. Full screen 480p is pretty good... the video has minimal lag or choppiness. The first one I tried had some audio sync issues, but the second one I tried was fine. (Once you get mplayer to work, you can right click inside any video or use the controls bar underneath the video to go full screen).
Last edited by mkrishnan (2007-11-12 11:09:32 pm)
Offline
VLC is a good choice.

Last edited by o2smartphone (2007-11-13 2:12:31 am)
Offline
o2smartphone wrote:
VLC is a good choice.
http://865gv.kornhill.hk/eeepc/snapshot56.png
http://865gv.kornhill.hk/eeepc/snapshot57.png
Just want to add an endorsement for VLC. I spent all night encoding trailers with Handbrake and they were all playing back slightly choppy with SMPlayer. I was going crazy trying to figure out why. Then I remembered that VLC played files much smoother on my old PC than Quicktime could. So I did some snooping around and figured out how to download and install it. It solved my problem in a big way, all my encoded files are now playing beautifully.
Offline
I have VLC on my Eee too (and third the endorsement), but I haven't setup the VLC plugin for Firefox.... so I'm using VLC whenever I'm outside of FF right now and MPlayer whenever I'm in FF.
Offline
Any luck getting the VLC plugin working? I installed the plugin, however mov files still load in mplayer. In the Firefox extension manager, there is no entry for mov??? Any idea how to tell Firefox to open mov files with the VLC plugin?
Offline
When you installed the plugin for VLC, did you disable / delete the plugins for mplayer (there are a bunch of them in /usr/lib/mozilla/plugins). Behavior can be chaotic when you have multiple plugins installed that want to handle the same file (or if not chaos, FF may at least continue to use the first plugin).
Offline
After all of these endorsements I'd like a crack at VLC...
I'm new to all these Linux variations, which one should I select from the VLC download page?
http://www.videolan.org/vlc/
Any help appreciated!
Offline
I tried to get VLC using instructions from another post with no success. Any chance of someone writing up a set of detailed instructions?
Thanks
Offline
My advice regarding vlc is to not bother installing it directly from Videolan. Use this method instead (this is kind of the standard way to install things in Xandros, Debian, Ubuntu, and related versions of Linux). It's a good learning experience too. ![]()
Open a terminal (ctrl-alt-t)
Type in (note everything I tell you to type is case sensitive, so be careful about case):
sudo pico /etc/apt/sources.list
This will open a text editor and a file that has several lines beginning with "deb" in it. The "sudo" command makes this happen as the root, or Super User, because this is a system file and the user does not have access to it. Add this line at the bottom:
deb http://http.us.debian.org/debian stable main
Then press ctrl-x, then Y for yes, then enter to save as the same filename. This will allow you to install packages from the Debian library, which, like most Linux repositories, has VLC in it. If you want, you can use a Xandros one instead, but I can vouch for the safety of using this one.
Now you will be back at the command line:
sudo apt-get update
This will update the list of available packages for installation based on the new repository you added to the text file. Now type:
sudo apt-get install vlc
And follow the prompts. This will install VLC. After that, you can launch it from the command line:
vlc &
If you want to get rid of it, type
sudo apt-get remove vlc![]()
As I mentioned before, though, I have no idea how to install VLC browser plugins, and this procedure will NOT do that. I use VLC for video that is NOT coming through the browser, and I use downgraded mplayer for browser video.
Last edited by mkrishnan (2007-11-16 10:32:10 am)
Offline
mkrishnan, what are the steps for downgrading mplayer. I did the VLC, but just using a downgraded mplayer sounds like a better solution?
EDIT: The wiki has an excellent how-to of exactly how to downgrade Eee's mplayer found here.
http://wiki.eeeuser.com/downgradingmplayer
Last edited by loudestnoise (2007-11-17 2:10:04 pm)
Offline
mkrishnan - thanks for the step by step. I am new to Linux and have been struggling with it. Yours is the best post for learning and getting things to work! I don't know the difference between kwrite and pico but the former didn't work on my eee while the latter did.
BTW I tried the downgrading mplayer instructions but kept getting the message that the mplayer version could not be found. I am not sure if others have encountered this but it might be that the codecs from the earlier version have been removed from the repository. MK
Offline
Hmmm, I don't think they have, although it was about a week ago that I downgraded my mplayer.
Can you please copy and paste your /etc/apt/sources.list file and the stuff from terminal when you try to use apt-get to install the 1.0 RC1-12 version of mplayer?
Offline
After reading this forum i just installed VLC but i'm not really seing any improvements in video performance on external monitors. Is anyone else trying this? It seems to have a real problem upscaling the video to fill larger screens and tearing and skipping is the result.
Offline
Whats the resolution of the video asdf56? Video / Audio Codec? Is your EeePC running at 630MHz? Whats the resolution you're got your monitor at? Is VLC / Mplayer set to output using XV?
Offline
Chilling_Silence wrote:
Whats the resolution of the video asdf56? Video / Audio Codec? Is your EeePC running at 630MHz? Whats the resolution you're got your monitor at? Is VLC / Mplayer set to output using XV?
I don't remember the exact resolution of the video but it happened on multiple standard TV episode videos that wern't particularly large. I was outputting to a 1024 by 768 monitor and the performance was pretty poor. Going to 800x600 and letting the monitor do the scaling increased performance but every few seconds or so there was a noticable tear or dropped frame. It looks to me like the scaling is happening in software which shouldn't happen if all the drivers are set up right.
I've now installed windows and the performance is perfect regardless of the size of the external monitor.
Offline
boylerman wrote:
Any luck getting the VLC plugin working? I installed the plugin, however mov files still load in mplayer. In the Firefox extension manager, there is no entry for mov??? Any idea how to tell Firefox to open mov files with the VLC plugin?
Right click open with.
Offline
BTW I tried the downgrading mplayer instructions but kept getting the message that the mplayer version could not be found. I am not sure if others have encountered this but it might be that the codecs from the earlier version have been removed from the repository. MK
For others who may have tried this, you may be mis-typing the name of the mplayer package. That's what I was doing. There is a tilde ("~") character between 1.0 and rc in the package name:
sudo apt-get install mplayer=1.0~rc1-12etch1
The font face makes it hard to tell that it's a tilde and not a dash.
I've added a note to the wiki.
Thanks!
Ben
Offline
Sorry for bringing this old topic up (i think the info should be kept together) , but to remove the firefox mplayer plugin and use the vlc plug in, use:
sudo apt-get remove mozilla-mplayer sudo apt-get install mozilla-plugin-vlc
I tried downgrading mplayer, but the videos were often "laggy". VLC works fine now.
Offline
Thanks Wong. I didn't do the VLC plugin. Does this mean even though I was able to download VLC, videos from the net are stll passing via Mplayer? If I play a video from a usb device it shows VLC. I wish someone would post a settings page for VLC.
Thanks
Offline
I have been trying to downgrade my mplayer today however the files listed in the thread and the wiki don't seem to exist anymore. Anyone know what file is current to provide the downgrade?
TIA
Caber :-(
Offline
I installed vlc successfully and the Firefox plugin, but how do I get firefox to use it for .mov files? Firefx thinks quicktime movies are .qt and there seems to be no way to add a new extension...
Offline