LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-09-2009, 05:41 AM   #46
Le Beastie
LQ Newbie
 
Registered: Mar 2005
Location: Way out there
Distribution: Ubuntu 9.10
Posts: 25

Rep: Reputation: 16

Odd. It definitely works on Ubuntu. But I'm delighted to hear about apt-cache; here I've been unnecessarily resorting to google for all my package-finding needs!

And to get back to the point at hand: tab-completion, if you don't know about it already, is an absolute must in Linux world. It works with almost every command, and will save you huge amounts of typing.
 
Old 12-09-2009, 05:44 AM   #47
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
tab-completion gives the files or directories in your current directory when you use it
Code:
cannabis:/home/repo# apt-get remove d
data/     doc/      download/ dwhelper/ 
cannabis:/home/repo# apt-get remove d
To remove a file, you need to know the packagename, not the filename
 
Old 12-09-2009, 05:50 AM   #48
Le Beastie
LQ Newbie
 
Registered: Mar 2005
Location: Way out there
Distribution: Ubuntu 9.10
Posts: 25

Rep: Reputation: 16
I have no doubt that's generally true - but on Ubuntu, apt-get somehow understands that what you're trying to complete is actually a the name of a package, rather than a directory:

Code:
 user@Sprite:~$ apt-get install flash
flashblock                      flashplugin-installer           flashplugin-nonfree-pulse       
flashplayer-mozilla             flashplugin-nonfree             flashrom                        
flashplugin                     flashplugin-nonfree-extrasound  flashybrid                      
user@Sprite:~$ apt-get install flash
By the way - sorry for the digression into techno-babble, elishac.
 
Old 12-09-2009, 05:51 AM   #49
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
Thanks a lot for your answers. I'm a little bit lost with your discussion : what exactly should I do? (I want to be able to use the divx web player, rather than to download the file, because the divx web player allows streaming).
 
Old 12-09-2009, 06:06 AM   #50
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Could you post a link to a divx file?
 
Old 12-09-2009, 06:13 AM   #51
Le Beastie
LQ Newbie
 
Registered: Mar 2005
Location: Way out there
Distribution: Ubuntu 9.10
Posts: 25

Rep: Reputation: 16
Oops - it looks like I've been barking up the wrong tree here. DivX, first and foremost, is a codec (a bunch of code that helps you play media files, but doesn't actually play media files itself). It just so happens (I think) that the people in charge of the DivX project provide full-blown DivX players for Windows and the Mac OS. Not so under linux, unfortunately.

Though the codec apparently works under linux (probably because somebody tweaked it to make it compatible), making use of the codec requires you to rely on third-party media players - totem being but one example. If you don't like the interface that totem provides, you can try mplayer, which you'd install like so:

Code:
 sudo aptitude install mplayer gecko-mediaplayer
(There're two packages there: mplayer, and gecko-mediplayer, which provides the browser plugin)

The short answer to your question, however, is that it would be very, very difficult (if not impossible) to get the DivX player you know from Windows-world working under linux. Hope that isn't a deal-breaker!
 
Old 12-09-2009, 06:22 AM   #52
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
Could you post a link to a divx file?

http://developer.divx.com/docs/DivX_Web_Player
 
Old 12-09-2009, 06:38 AM   #53
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
I still don't know what to do though.
 
Old 12-09-2009, 06:48 AM   #54
Le Beastie
LQ Newbie
 
Registered: Mar 2005
Location: Way out there
Distribution: Ubuntu 9.10
Posts: 25

Rep: Reputation: 16
Well, can you stand the DivX player that you've got now (ie the one you don't particularly like)?
If not, you can try these pairs of media players and browser plugins:

mplayer and gecko-mediaplayer

vlc and mozilla-plugin-vlc

xine and gxineplugin

All are packages, which can be installed via apt-get.
And by the way - the copy-and-paste solution I described above works perfectly well for streaming.
 
Old 12-09-2009, 07:32 AM   #55
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
The one that I've got now is called totem browser, but I'd rather use the divx web player, if possible.
Why are you trying to give me so many possibilities so that I don't use the divx web player?
Doesn't it exist in linux?
 
Old 12-09-2009, 07:44 AM   #56
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
There is one for Linux, but it's a beta release - which means it has problems, it needs more work done on it. So if you would rather have that than the MPlayer or VLC solutions - get it here:

http://labs.divx.com/node/248
 
Old 12-09-2009, 08:06 AM   #57
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
On my system, it plays the streaming DIVX using the mplayer plugin
see
http://beginnerslinux.org/temp/Screenshot.png
 
  


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
Can't view .flv videos in firefox Quakeboy02 Linux - Software 3 01-20-2009 04:45 PM
No sound on Firefox videos phoenix_wolf Linux - Software 1 07-14-2008 05:34 PM
Firefox not loading videos. vwvr9 Linux - Desktop 1 02-19-2008 09:51 AM
Streaming videos + firefox Sordo Linux - Software 1 02-17-2006 02:41 AM
Firefox crashing with videos Alien123 Linux - Software 2 04-03-2005 08:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:22 AM.

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