LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 04-01-2008, 12:42 PM   #1
Lucantoni
LQ Newbie
 
Registered: Nov 2007
Posts: 6

Rep: Reputation: 0
Question Playing media files on Ubuntu


Hello ppl!
So I have a problem with my Ubuntu 7.10.
The problem is that when ever I try to play a movie or a song that the program says that the correct codec has not been installed. It suggests to install a Gstreamer Extra Plugin which has the codecs to play mp3, sid, mpeg1, mpeg2, AC-3, DV...

The problem is that I cannot connect the Ubuntu to the internet and thus cant easily upload these files. So can anyone recommend where to get the installation files? Or are the other media players which could be downloaded to a remote computer(operating Windows) and than using an USB disk to transfer it.

Any advice is highly appreciated!!
 
Old 04-01-2008, 12:48 PM   #2
koen plessers
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: Mint
Posts: 191

Rep: Reputation: 30
Hello

You could try the VLC media player http://www.videolan.org/vlc/ It runs under both windows and Linux.

Have a lot of fun

Koen Plessers
 
Old 04-01-2008, 01:09 PM   #3
osor
HCL Maintainer
 
Registered: Jan 2006
Distribution: (H)LFS, Gentoo
Posts: 2,450

Rep: Reputation: 79
You should be able to get at the .deb files themselves (on a different computer), download them to a USB disk, and double click on the files to install.
 
Old 04-01-2008, 05:38 PM   #4
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by koen plessers View Post
Hello

You could try the VLC media player http://www.videolan.org/vlc/ It runs under both windows and Linux.

Have a lot of fun

Koen Plessers
VLC will still require codecs though...

If you're using a connected Ubuntu(or any Linux machine), you should be able to use wget to get them from Medibuntu....

Go Here... https://help.ubuntu.com/community/Medibuntu

And you'll see the wget command line to get the packages(just leave the sudo dpkg commands at the end off..) So to get the i386 libdvdcss2 to play DVD packages, you'd simply put in a terminal...

Code:
wget -c http://packages.medibuntu.org/pool/free/libd/libdvdcss/libdvdcss2_1.2.9-2medibuntu4_i386.deb
That will put the libdvdcss2.deb file in your home folder, then double click to install.

To do it under Windows, Open your browser to the complete URL in Firefox(I assume it would work w/ IE also)...

so you'd just go to http://packages.medibuntu.org/pool/f...untu4_i386.deb

and you should get prompted to save the libdvdcss2.deb to disk.

Once you do one of the above, all you have to do is save the .deb file to either a CD or USB drive, and move them to the Ubuntu box.

Do the same for w32codecs(which should enable mp3, avi, etc.) following the instructions above, but follow the link for the url under the w32codec section.

IGF
 
Old 04-02-2008, 06:19 AM   #5
Lucantoni
LQ Newbie
 
Registered: Nov 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Another question

Thanks a lot for all those who replied and I downloaded the files which the post above requested. I managed to install the libdvd file succesfully but when trying to install the w32codecs file an error message came up saying: "Error: Dependency is not satisfiable:libstdc++5".

So what should i do?
 
Old 04-02-2008, 08:52 PM   #6
osor
HCL Maintainer
 
Registered: Jan 2006
Distribution: (H)LFS, Gentoo
Posts: 2,450

Rep: Reputation: 79
Quote:
Originally Posted by Lucantoni View Post
when trying to install the w32codecs file an error message came up saying: "Error: Dependency is not satisfiable:libstdc++5".
Unfortunately, when you download the files manually, you will have to do dependency resolution yourself (whereas normally it is done automatically). In this case, the resolution is quite easy (it seems) in that all you need is libstdc++5. Find the .deb file for that corresponding to your binary distro and download it as before (it will be in the normal Ubuntu repositories).

Btw, does your machine not have a NIC? If you have enough bandwidth, it should be possible to download the entire standard Ubuntu repository on CDs, and use them. Alternatively, there might be a way where you export your package database to a thumb drive, take it to an internet-bound computer, and use apt there to download packages (with automatic dependency resolution). I am quite unfamiliar with apt-based distros to actually tell you how to do the latter, but someone else might know if you’re interested.
 
Old 04-03-2008, 11:37 AM   #7
katvis
LQ Newbie
 
Registered: Oct 2004
Posts: 5

Rep: Reputation: 0
Do an apt-cache search for restricted
 
Old 04-03-2008, 11:58 AM   #8
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Hmm, wasn't aware of that dependency for w32codecs, sorry about that. As stated above, this is the one disadvantage to downloading programsl ike this.

Its available for download here, you can try downloading the .deb file and see if it works. As you can see though, it lists several dependencies, but I'm not sure if they're already installed or not.

http://packages.ubuntu.com/gutsy/libstdc++5

IGF
 
Old 04-04-2008, 05:03 AM   #9
Lucantoni
LQ Newbie
 
Registered: Nov 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks guys for the help! I downloaded from the source that IndyGunFreak said and managed to install the w32codecs but now still when I enter a DVD it opens Totem Movie Player and says tha t the suitable codecs are not installed. So what should I do?
 
Old 04-05-2008, 08:49 PM   #10
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by Lucantoni View Post
Thanks guys for the help! I downloaded from the source that IndyGunFreak said and managed to install the w32codecs but now still when I enter a DVD it opens Totem Movie Player and says tha t the suitable codecs are not installed. So what should I do?
did you install libdvdcss?.. If you think you did, open Synaptic(Sys/Admin/Synaptic), and do a search for libdvdcss.. and see if it comes up installed(green mark beside it)... If Libdvdcss is installed, go to the link below

http://packages.ubuntu.com/

and I would suggest downloading the vlc.deb. After installing VLC, try to play DVDs.

IGF
 
  


Reply

Tags
media, ubuntu


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Help with Ubuntu 7.10 64b playing media files. Toby Deemer Linux - Software 7 01-17-2008 06:00 PM
Playing Media Files scuba14c Linux - Software 1 09-15-2006 04:44 AM
Playing Win Media Files DanTaylor Linux - Newbie 7 01-25-2006 09:00 PM
Playing Media files on Suse 9.3 Murdoc Linux - Software 1 11-16-2005 11:23 PM
Media files not playing drguitarum2005 SUSE / openSUSE 4 07-08-2005 06:24 PM

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

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