LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   no audio while playing movies, why? (https://www.linuxquestions.org/questions/linux-software-2/no-audio-while-playing-movies-why-157018/)

duker_d_cooker 03-13-2004 02:40 AM

no audio while playing movies, why?
 
im using xine and mplayer to play movie but it does not have an audio output, why?

n mplayer, i use to run it in the console like this: mplayer -vo x11 silicon.asf (it play but no audio)

console output:
Playing silicon.asf.
ASF file format detected.
VIDEO: [MP42] 352x240 24bpp
Clip info:
name: [MiRaGe] Pirates Of Silican Valley
author: WarezRUs
copyright: 1999 MiRaGe Movie Productions [MrG]
comments: Availiable in #Movie-Central (DALNet)
==========================================================================
Trying to force audio codec driver family libmad...
Opening audio decoder: [libmad] libmad mpeg audio decoder
AUDIO: 24000 Hz, 2 ch, 16 bit (0x10), ratio: 5000->96000 (40.0 kbit)
Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3)
==========================================================================
vo: X11 running at 800x600 with depth 24 and 32 bpp (":0.0" => local display)
Disabling DPMS
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffmp42] vfm:ffmpeg (FFmpeg M$ MPEG-4 v2)
==========================================================================
Checking audio filter chain for 24000Hz/2ch/16bit -> 24000Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 24000 hz, little endian signed int
AF_pre: 24000Hz 2ch Signed 16-bit (Little-Endian)
SDL: Samplerate: 24000Hz Channels: Stereo Format Signed 16-bit (Little-Endian)
SDL: using esd audio driver
AO: [sdl] 24000Hz 2ch Signed 16-bit (Little-Endian) (2 bps)
Building audio filter chain for 24000Hz/2ch/16bit -> 24000Hz/2ch/16bit...
Starting playback...
VDec: vo config request - 352 x 240 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [x11] 352x240 => 352x240 Planar YV12
SwScaler: using unscaled Planar YV12 -> BGR 32-bit special converter
Successfully enabled DPMS.009 ct: 0.007 230/230 6% 4% 1.4% 7 0 86%%

anyone knows why?

i will apreciate if you can help me bout my probs.:( :( :( :(

BroX 03-13-2004 06:28 AM

If you use ALSA: the volume is muted by default, so you have to run
Code:

alsamixer
unmute and increase the volume, and save the settings with
Code:

alsactrl store
Cheers, Leon.


All times are GMT -5. The time now is 09:23 AM.