openSUSE Forums > Applications > Multimedia » Video Plays in gxime but no sound, VLC plays sound only

Go Back   openSUSE Forums > Applications > Multimedia
Forums FAQ Members List Search Today's Posts Mark Forums Read


Multimedia Questions about media applications, codecs (DVD, music, video, pdf) configuration (usage, bugs)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 31-Aug-2008, 01:14
Puzzled Penguin
 
Join Date: Aug 2008
Posts: 41
IBC_drunk hasn't been rated much yet
Default Video Plays in gxime but no sound, VLC plays sound only

Hello,

I went to watch movie tonight and had to deal with the codec issues. I did the 1-click method to install all codecs. It also installs flash and many other things as well as you most likely know. Everything worked except for playing avi formatted movies. I followed instructions to get gxime to play them and did. However, the sound was very quiet and I tried to adjust this. Somehow, it now says the "Audio device is unavailable". When I try to play the same file, or others in VLC it just plays audio. I would like to get VLC to work to play AVIs.

Thanks.
__________________
Intel Q9550 Quad Core
Nvidia 9800GX2
GSkill DDR2 4x2GB

Still not fast enough...
Reply With Quote
  #2 (permalink)  
Old 31-Aug-2008, 02:28
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,698
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: Video Plays in gxime but no sound, VLC plays sound only

Quote:
Originally Posted by IBC_drunk View Post
Everything worked except for playing avi formatted movies. I followed instructions to get gxime to play them and did. However, the sound was very quiet and I tried to adjust this. Somehow, it now says the "Audio device is unavailable". When I try to play the same file, or others in VLC it just plays audio. I would like to get VLC to work to play AVIs.
For low volume typically one may need to:
  • go to YaST > Hardware > Sound > Other > Volume and move the volume bars there (master, PCM, .. if there) and move them to the right to about 70% or so
  • run one's mixer and move up master volume and PCM to 70% or so. Note in some case when one run's an app, PCM may move down, and one may have to go back in to the mixer to adjust the PCM.

Reference no video with VLC, typically there can be three causes:
  • you may have special desktop effects enabled, in which case you need to change the video output module in vlc from "auto" or "xv" (xvideo) to "x11" (as a work around) and/or
  • you have a mix of videolan and packman packaged applications (codecs and players) which is causing a problem, and it is best (IMHO) to switch to only using Packman to get rid of this problem, and/or
  • you have a bad video driver (for example some PCs with bad Intel video drivers could have such a problem).

Can you post here the output of copying and pasting the following, one line at a time, in a gnome-terminal / konsole :
Code:
rpm -q smplayer MPlayer libxine1 w32codec-all vlc libffmpeg0 libquicktime0
we can then use that to help try and assess if you have a problem with apps mixed from different packagers (such as packman / videolan) .
Reply With Quote
  #3 (permalink)  
Old 31-Aug-2008, 18:37
Puzzled Penguin
 
Join Date: Aug 2008
Posts: 41
IBC_drunk hasn't been rated much yet
Default Re: Video Plays in gxime but no sound, VLC plays sound only

g@linux-jkzv:~> rpm -q smplayer MPlayer libxine1 w32codec-all vlc libffmpeg0 libquicktime0
package smplayer is not installed
package MPlayer is not installed
libxine1-1.1.15-0.pm.1
w32codec-all-20071007-0.pm.1
vlc-0.9.1-0.pm.2
libffmpeg0-0.4.9.13782-1.2
package libquicktime0 is not installed


That is the output. And I adjusted vlc to use X11 instead.
__________________
Intel Q9550 Quad Core
Nvidia 9800GX2
GSkill DDR2 4x2GB

Still not fast enough...
Reply With Quote
  #4 (permalink)  
Old 01-Sep-2008, 00:26
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,698
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: Video Plays in gxime but no sound, VLC plays sound only

Quote:
Originally Posted by IBC_drunk View Post
g@linux-jkzv:~> rpm -q smplayer MPlayer libxine1 w32codec-all vlc libffmpeg0 libquicktime0
package smplayer is not installed
package MPlayer is not installed
libxine1-1.1.15-0.pm.1
w32codec-all-20071007-0.pm.1
vlc-0.9.1-0.pm.2
libffmpeg0-0.4.9.13782-1.2
package libquicktime0 is not installed
You can tell packman packaged applications by the "pm" in the version numbering. You have a mix of Packman packaged applictions (libxine1 and w32codec-all and vlc) and videolan packaged applications (libffmpeg0). The videolan packaged libffmpe0 is in the most part NOT compatible with the Packman packaged apps, and the package libffmpeg0 carries most of the codecs that your openSUSE Linux will use. Hence that is a problem. Hence you must use a different packaged version of libffmpeg0.

Quote:
Originally Posted by IBC_drunk View Post
That is the output. And I adjusted vlc to use X11 instead.
Did that help?

Whether it helped or not, I recommend you replace the Videolan packaged libffmpeg0 with the packman packaged libffmpeg0. Do that by going here:
Repositories - openSUSE-Community
and select your openSUSE version, and add OSS, NON-OSS, Update and Pacmkan as repositories. Those 4 and ONLY those 4. No others. None. Remove Videolan as an enabled selection. ONLY the 4 that I mentioned.

Then after refreshing go to YaST > Software > Management and replace the Videolan Packaged libffmpeg0 with the Packman packaged libffmpeg0.

If Videolan was compatible with Packman packaged apps (or visa versa) you would not have to do this, however unfortunately they are not compatible and if you want the best multimedia playback, you have no choice.

Also, after replacing your videolan libffmpeg0 with the packman packaged version of libffmpeg0 , I recommend you install "smplayer" and "libquicktime0".
Reply With Quote
  #5 (permalink)  
Old 01-Sep-2008, 05:10
Puzzled Penguin
 
Join Date: Aug 2008
Location: West London, UK
Posts: 4
maxsue hasn't been rated much yet
Smile Re: Video Plays in gxime but no sound, VLC plays sound only

Is that why Xine works and Totem doesn't?
Reply With Quote
  #6 (permalink)  
Old 01-Sep-2008, 05:17
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,698
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: Video Plays in gxime but no sound, VLC plays sound only

Quote:
Originally Posted by maxsue View Post
Is that why Xine works and Totem doesn't?
If you are having a problem with Totem, I recommend you start a new thread.
Reply With Quote
  #7 (permalink)  
Old 02-Sep-2008, 23:03
Puzzled Penguin
 
Join Date: Aug 2008
Posts: 41
IBC_drunk hasn't been rated much yet
Default Re: Video Plays in gxime but no sound, VLC plays sound only

Alright. SMPlayer plays movies now, which is very nice, the only issue I am having now is when I try to install libquicktime0 it gives me an error saying that I need to manually solve the issue about replacing an older version. I do so but then a blank menu comes up and will not let me chose anything.

Hm. Thanks for the help too.
__________________
Intel Q9550 Quad Core
Nvidia 9800GX2
GSkill DDR2 4x2GB

Still not fast enough...
Reply With Quote
  #8 (permalink)  
Old 03-Sep-2008, 00:19
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,698
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: Video Plays in gxime but no sound, VLC plays sound only

Quote:
Originally Posted by IBC_drunk View Post
SMPlayer plays movies now, which is very nice,
Great!

Quote:
Originally Posted by IBC_drunk View Post
the only issue I am having now is when I try to install libquicktime0 it gives me an error saying that I need to manually solve the issue about replacing an older version. I do so but then a blank menu comes up and will not let me chose anything.
If my memory is correct, then typically quicktime does not have many (possibly no) dependencies. Thus removing the older version should not break many apps. Hence make note of the older version, remove the older version, and then install the newer version.

Now if I am wrong about the dependencies of the older version, perhaps post the details of the error message here.

I typically use smart package manager to resolve the dependencies problems that I encounter, so I don't have the zypper/yast experience here, and I can not pass any specifics re: zypper/yast.
Reply With Quote
  #9 (permalink)  
Old 05-Sep-2008, 16:46
Puzzled Penguin
 
Join Date: Aug 2008
Posts: 41
IBC_drunk hasn't been rated much yet
Default Re: Video Plays in gxime but no sound, VLC plays sound only

I tried to do it again but this time choosing to replace the old files, however, I get the same problem.

"There are some conflicts on the transaction that must be solved manually"

And the menu appears blank again while clicking apply does nothing.
__________________
Intel Q9550 Quad Core
Nvidia 9800GX2
GSkill DDR2 4x2GB

Still not fast enough...
Reply With Quote
Reply

Bookmarks

Tags
codec, gxime, no sound, vlc


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2