Some problem playing the audio

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
amri123
Blank Cone
Blank Cone
Posts: 11
Joined: 19 Sep 2008 07:01

Some problem playing the audio

Postby amri123 » 23 Sep 2008 07:40

I think this is the right platform to post my queries.I have compiled a VLC using the source code for windows using Cygwin.Version is 0.8.6d.The configure command was as follows.--

./bootstrap && \
PKG_CONFIG_PATH=/usr/win32-branch/lib/pkgconfig \
CPPFLAGS="-I/usr/win32-branch/include -I/usr/win32-branch/include/ebml" \
LDFLAGS=-L/usr/win32-branch/lib \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \
--disable-gtk \
--enable-nls --enable-sdl --with-sdl-config-path=/usr/win32-branch/bin \
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
--with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \
--with-wx-config-path=/usr/win32-branch/bin \
--with-freetype-config-path=/usr/win32-branch/bin \
--with-fribidi-config-path=/usr/win32-branch/bin \
--enable-live555 --with-live555-tree=/usr/win32-branch/live.com \
--enable-caca --with-caca-config-path=/usr/win32-branch/bin \
--with-xml2-config-path=/usr/win32-branch/bin \
--with-dvdnav-config-path=/usr/win32-branch/bin \
--disable-cddax --disable-vcdx --enable-goom \
--enable-twolame --enable-dvdread \
--enable-debug


It compiles successfully and the exe file was created.But the problem is, though it is being able to play almost all the videos succesfully,but most of the audio files are not playing except some common ones like mp3 etc.Specially the WMA2 is not playing at all.SO please help me and advice how to configure the VLC so that it can play those audios.The contrib file that i used was --- contrib-20071121-win32-0.8.6d-bin-gcc-3.4.5-only.tar.bz2.. Please reply urgent.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Some problem playing the audio

Postby VLC_help » 23 Sep 2008 13:16

--enable-dmo try that one.

amri123
Blank Cone
Blank Cone
Posts: 11
Joined: 19 Sep 2008 07:01

Re: Some problem playing the audio

Postby amri123 » 23 Sep 2008 14:33

thanx for reply...pls also tell do i need to keep the dll files for WMA playing (like wma9dmod.dll etc) mentioned in the dmo.c in the windows/system32 folder to have its effect? Actually i didnt find those dll files on my machine. And pls check this code


./bootstrap && \
PKG_CONFIG_PATH=/usr/win32-branch/lib/pkgconfig \
CPPFLAGS="-I/usr/win32-branch/include -I/usr/win32-branch/include/ebml" \
LDFLAGS=-L/usr/win32-branch/lib \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \
--enable-shared-libvlc \
--disable-gtk \
--enable-nls --enable-sdl --with-sdl-config-path=/usr/win32-branch/bin \
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
--with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \
--with-wx-config-path=/usr/win32-branch/bin \
--with-freetype-config-path=/usr/win32-branch/bin \
--with-fribidi-config-path=/usr/win32-branch/bin \
--enable-live555 --with-live555-tree=/usr/win32-branch/live.com \
--enable-caca --with-caca-config-path=/usr/win32-branch/bin \
--with-xml2-config-path=/usr/win32-branch/bin \
--with-dvdnav-config-path=/usr/win32-branch/bin \
--disable-cddax --disable-vcdx --enable-goom \
--enable-twolame --enable-dvdread \
--enable-dmo \
--enable-debug

Thanx..waiting 4 reply.

amri123
Blank Cone
Blank Cone
Posts: 11
Joined: 19 Sep 2008 07:01

Re: Some problem playing the audio

Postby amri123 » 23 Sep 2008 15:10

still not palying..though i havent add those dlls into regostry..pls help..

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: Some problem playing the audio

Postby Arite » 23 Sep 2008 16:22

Have you started VLC with --codec dmo when playing a video/audio file?

Try e.g. the usage:

Code: Select all

vlc --codec dmo INPUT
Where INPUT is the input file. What are the messages etc.?

Arite.
Don't use PMs for support questions.

amri123
Blank Cone
Blank Cone
Posts: 11
Joined: 19 Sep 2008 07:01

Re: Some problem playing the audio

Postby amri123 » 24 Sep 2008 07:45

yeah.It played with vlc --codec dmo INPUT then it is working alright.But is there is any way so that the WMA can be played automatically without having to give any command.Is there any way to build 0.8.6d with this feature incorporated?

amri123
Blank Cone
Blank Cone
Posts: 11
Joined: 19 Sep 2008 07:01

Re: Some problem playing the audio

Postby amri123 » 24 Sep 2008 12:07

Hi,
Whwn i am trying to play a WMA file it is showing the following messages::

main debug: adding playlist item `C:\Documents and Settings\All Users\Documents\My Music\Sample Music\New Stories (Highway Blues).wma' ( C:\Documents and Settings\All Users\Documents\My Music\Sample Music\New Stories (Highway Blues).wma )
main debug: creating statistics handler
main debug: creating new input thread
main debug: waiting for thread completion
main debug: thread 7116 (input) created at priority 1 (input/input.c:265)
main debug: drive letter C: found in source
main debug: `C:\Documents and Settings\All Users\Documents\My Music\Sample Music\New Stories (Highway Blues).wma' gives access `' demux `' path `C:\Documents and Settings\All Users\Documents\My Music\Sample Music\New Stories (Highway Blues).wma'
main debug: creating demux: access='' demux='' path='C:\Documents and Settings\All Users\Documents\My Music\Sample Music\New Stories (Highway Blues).wma'
main debug: looking for access_demux module: 1 candidate
main debug: creating access '' path='C:\Documents and Settings\All Users\Documents\My Music\Sample Music\New Stories (Highway Blues).wma'
main debug: looking for access2 module: 4 candidates
vcd debug: trying .cue file: C:\Documents and Settings\All Users\Documents\My Music\Sample Music\New Stories (Highway Blues).cue
vcd debug: could not find .cue file
access_file debug: opening file `C:\Documents and Settings\All Users\Documents\My Music\Sample Music\New Stories (Highway Blues).wma'
main debug: using access2 module "access_file"
main debug: pre-buffering...
main debug: received first data for our buffer
main debug: creating demux: access='' demux='' path='C:\Documents and Settings\All Users\Documents\My Music\Sample Music\New Stories (Highway Blues).wma'
main debug: looking for demux2 module: 45 candidates
asf debug: found object guid: 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:1192
asf debug: read "header object" subobj:7, reserved1:1, reserved2:2
asf debug: found object guid: 0x75b22633-0x668e-0x11cf-0xa6d900aa0062ce6c size:186
asf debug: read "content description object" title:""Highway Blues"" author:"Marc Seales, composer. New Stories. Ernie Watts, saxophone." copyright:"" description:"" rating:""
asf debug: found object guid: 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:530
asf debug: read "extended content description object"
asf debug: - 'WM/Genre' = 'Jazz'
asf debug: - 'WM/AlbumTitle' = 'Speakin' Out'
asf debug: - 'WM/MCDI' = '393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939'
asf debug: - 'WM/Track' = '3'
asf debug: - 'WM/TrackNumber' = '1'
asf debug: - 'WM/Year' = '1999'
asf debug: - 'WM/Composer' = ''
asf debug: - 'WM/Lyrics' = ''
asf debug: - 'WMFSDKVersion' = '8.00.00.4389'
asf debug: - 'WMFSDKNeeded' = '0.0.0.0000'
asf debug: found object guid: 0x7bf875ce-0x468d-0x11d1-0x8d82006097c9a2b2 size:32
asf debug: read "stream bitrate properties object"
asf debug: - stream=1 bitrate=64648
asf debug: found object guid: 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104
asf debug: read "file properties object" file_id:0xef9711d-0x2fa1-0x4aaf-0xb866c252f30c8ca8 file_size:760748 creation_date:126327104608890000 data_packets_count:253 play_duration:963140000 send_duration:936140000 preroll:2600 flags:2 min_data_packet_size:3002 max_data_packet_size:3002 max_bitrate:64648
asf debug: found object guid: 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:46
asf debug: read "header extension object" reserved1:0xabd3d211-0xa9ba-0x11cf-0x8ee600c00c205365 reserved2:6 header_extension_size:0
asf debug: found object guid: 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:114
asf debug: read "stream Properties object" stream_type:0xf8699e40-0x5b4d-0x11cf-0xa8fd00805f5c442b error_correction_type:0xbfc3cd50-0x618f-0x11cf-0x8bb200aa00b4e220 time_offset:0 type_specific_data_length:28 error_correction_data_length:8 flags:0x1 stream_number:1
asf debug: found object guid: 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:150
asf debug: read "codec list object" reserved_guid:0x86d15241-0x311d-0x11d0-0xa3a400a0c90348f6 codec_entries_count:1
asf debug: - codec[0] audio name:"Windows Media Audio V8" description:" 64 kbps, 44 kHz, stereo" information_length:2
asf debug: found object guid: 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:759556
asf debug: read "data object" file_id:0xef9711d-0x2fa1-0x4aaf-0xb866c252f30c8ca8 total data packet:253 reserved:257
asf debug: + 'Unknown' GUID 0x0-0x0-0x0-0x0000000000000000 size:0pos:0
asf debug: + 'Header' GUID 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:1192pos:0
asf debug: | + 'Content Description' GUID 0x75b22633-0x668e-0x11cf-0xa6d900aa0062ce6c size:186pos:30
asf debug: | + 'Extended content description' GUID 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:530pos:216
asf debug: | + 'Stream Bitrate Propoerties' GUID 0x7bf875ce-0x468d-0x11d1-0x8d82006097c9a2b2 size:32pos:746
asf debug: | + 'File Properties' GUID 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104pos:778
asf debug: | + 'Header Extension' GUID 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:46pos:882
asf debug: | + 'Stream Properties' GUID 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:114pos:928
asf debug: | + 'Codec List' GUID 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:150pos:1042
asf debug: + 'Data' GUID 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:759556pos:1192
asf debug: found 1 streams
access_file warning: unimplemented query in control
main debug: selecting program id=0
asf debug: added new audio stream(codec:0x161,ID:1)
main debug: using demux2 module "asf"
main debug: looking for a subtitle file in C:\Documents and Settings\All Users\Documents\My Music\Sample Music\
main debug: looking for decoder module: 26 candidates
ffmpeg debug: libavcodec initialized (interface 3349504 )
ffmpeg debug: ffmpeg codec (Windows Media Audio 2) started
main debug: using decoder module "ffmpeg"
main debug: thread 7180 (decoder) created at priority 2 (input/decoder.c:159)
main debug: meta information:
main debug: - 'Title' = '"Highway Blues"'
main debug: - 'Author' = 'Marc Seales, composer. New Stories. Ernie Watts, saxophone.'
main debug: - track[0]:
main debug: - 'Codec Name' = 'Windows Media Audio V8'
main debug: - 'Codec Description' = ' 64 kbps, 44 kHz, stereo'
main debug: `C:\Documents and Settings\All Users\Documents\My Music\Sample Music\New Stories (Highway Blues).wma' successfully opened



The slider bar is running but without any audio.So suggest what to do..

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Some problem playing the audio

Postby VLC_help » 24 Sep 2008 12:28

Maybe update your project to 0.9.2?

amri123
Blank Cone
Blank Cone
Posts: 11
Joined: 19 Sep 2008 07:01

Re: Some problem playing the audio

Postby amri123 » 24 Sep 2008 12:32

So isnt it possible at all to play the WMA with 0.8.6d version without using commands?

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: Some problem playing the audio

Postby Arite » 24 Sep 2008 15:40

yeah.It played with vlc --codec dmo INPUT then it is working alright.But is there is any way so that the WMA can be played automatically without having to give any command.Is there any way to build 0.8.6d with this feature incorporated?
Well using a normal compile to always have it enabled then create e.g. a shortcut of VLC and add it in the commandline parameters. You might be able to modify the source and compile it so that it is always enabled.
So isnt it possible at all to play the WMA with 0.8.6d version without using commands?
Depends on the WMA type - only WMA can be decoded natively by VLC, IIRC. WMA2 and WMA3 require dmo.

Arite.
Don't use PMs for support questions.

amri123
Blank Cone
Blank Cone
Posts: 11
Joined: 19 Sep 2008 07:01

Re: Some problem playing the audio

Postby amri123 » 25 Sep 2008 07:50

So i want to know whether the 0.9 versions will have the same problems or not.Then i can try compiling the 0.9 versions.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Some problem playing the audio

Postby VLC_help » 25 Sep 2008 15:45

Newer FFmpeg build should have better WMA support, but AFAIK it isn't perfect so there are some WMA audios you can't play without DMO help.

amri123
Blank Cone
Blank Cone
Posts: 11
Joined: 19 Sep 2008 07:01

Re: Some problem playing the audio

Postby amri123 » 26 Sep 2008 08:20

I want to ask one more thing...If i replace the ffmpeg folder with a later version then will it compile correctly.It is situated in my C:/VLC/vlc/modules/codec/ffmpeg.So what should be the "--with-ffmpeg-tree=" then?? WIll it be the location of that folder??

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Some problem playing the audio

Postby VLC_help » 26 Sep 2008 18:09

I don't think 0.8.6 supports latest FFmpeg. AFAIK there where some changes in API that got patched to 0.9.x but they didn't get to 0.8.6 because it had already come unsupported tree.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 54 guests