LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   problem with playing media files (https://www.linuxquestions.org/questions/ubuntu-63/problem-with-playing-media-files-483994/)

Carunkumar 09-16-2006 02:33 AM

problem with playing media files
 
I had installed vlc player.But now its not available int the applications menu.When I right click an mp3 file and select open with vlc player the song doesn't play . I have also checked that my speakers are working properly.Can anyone kindly help me fix this problem?

Thank you!

robbbert 09-16-2006 03:04 AM

Quote:

I had installed vlc player.But now its not available int the applications menu.
If you've installed it from the repositories, there should be a menu entry. Try reinstalling it (and watch out for potential error messages), and if there's still no menu entry, you can add one by using Alacarte menu editor.
Quote:

When I right click an mp3 file and select open with vlc player the song doesn't play
Does it play with other media players (like Totem)? Have you installed w32codecs?

Leisy 09-16-2006 10:15 AM

I would suggest installing xmms and mplayer. Btw. why clicking with mouse when you can use console? That is partly the reason why you do not see why those mp3 doesn't play. Try playing it with mplayer in console either you'll see some error message or your sound is muted.

X.Cyclop 09-16-2006 09:50 PM

Add extra repos and type:
Code:

sudo apt-get update
sudo apt-get install w32codecs libxine-extracodecs libxine-main1 libdvdcss2

;)

Carunkumar 09-19-2006 12:44 PM

@ robbert:My totem player says that it doesn't have necessary decoders to handle the stream and I haven't downloaded w32codecs..

@leisy: okay.

@X.cyclop :
'sudo apt-get install w32codecs libxine-extracodecs libxine-main1 libdvdcss2' .

This command returned

'Package w32codecs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package w32codecs has no installation candidate'

Thank you all!

robbbert 09-19-2006 01:31 PM

Try this...

X.Cyclop 09-19-2006 10:54 PM

Quote:

Originally Posted by Carunkumar
@X.cyclop :
'sudo apt-get install w32codecs libxine-extracodecs libxine-main1 libdvdcss2' .

This command returned

'Package w32codecs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package w32codecs has no installation candidate'

Did you add extra repos?:confused:

Maybe you didn't update your list. Do:
Code:

sudo apt-get update
and try again (sudo apt-get install w32codecs libxine-extracodecs libxine-main1 libdvdcss2).

Carunkumar 10-13-2006 01:18 PM

yeah .I hadn't included the repositories.Now its working .Thank you!


Thank you all..


All times are GMT -5. The time now is 06:44 AM.