FLAC file loaded but not played

*nix specific usage questions
_wedge_
New Cone
New Cone
Posts: 5
Joined: 28 May 2007 18:34
Location: Austria

FLAC file loaded but not played

Postby _wedge_ » 28 May 2007 18:42

Hi

i'm trying to play some flac files (tried with about 10 different) but i always get the same result: the progress-slider occurs for some seconds but there's no sound. Btw all other audio codecs are working

Here is my debug-output:

Code: Select all

VLC media player 0.8.6b Janus [00000001] main private debug: checking builtin modules [00000001] main private debug: checking plugin modules [00000001] main private debug: loading plugins cache file /home/david/.vlc/cache/plugins-04041e.dat [00000001] main private debug: recursively browsing `modules' [00000001] main private debug: recursively browsing `/home/appz/vlc-0.8.6b//lib/vlc' [00000001] main private debug: recursively browsing `plugins' [00000001] main private debug: module bank initialized, found 205 modules [00000001] main private warning: Unable to get HAL device properties [00000001] main private debug: opening config file /home/david/.vlc/vlcrc [00000001] main private debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU [00000001] main private debug: looking for memcpy module: 3 candidates [00000001] main private debug: using memcpy module "memcpymmxext" [00000260] main playlist debug: waiting for thread completion [00000260] main playlist debug: thread 3082697648 (playlist) created at priority 0 (playlist/playlist.c:184) [00000261] main private debug: waiting for thread completion [00000261] main private debug: thread 3074309040 (preparser) created at priority 0 (playlist/playlist.c:210) [00000262] main interface debug: looking for interface module: 1 candidate [00000262] notify interface debug: notify plugin started [00000262] main interface debug: using interface module "notify" [00000262] main interface debug: thread 3057273776 (interface) created at priority 0 (interface/interface.c:231) [00000264] main interface debug: looking for interface module: 1 candidate [00000264] main interface debug: using interface module "hotkeys" [00000264] main interface debug: thread 3048885168 (interface) created at priority 0 (interface/interface.c:231) [00000266] main interface debug: looking for interface module: 1 candidate [00000266] main interface debug: using interface module "screensaver" [00000266] main interface debug: thread 3040496560 (interface) created at priority 0 (interface/interface.c:231) [00000268] main interface debug: looking for interface module: 3 candidates [00000268] main interface debug: using interface module "wxwidgets" [00000268] main interface debug: thread 3020975024 (manager) created at priority 0 (interface/interface.c:216) [00000268] wxwidgets interface debug: Using last windows config '(-1,0,0,1400,1050)(0,467,351,478,293)(6,0,0,-1,150)' [00000268] wxwidgets interface debug: id=0 p=(467,351) s=(478,293) [00000268] wxwidgets interface debug: id=6 p=(0,0) s=(-1,150) [00000260] main playlist debug: adding playlist item `/home/david/Desktop/test.flac' ( /home/david/Desktop/test.flac ) [00000260] main playlist debug: creating statistics handler [00000260] main playlist debug: creating new input thread [00000272] main input debug: waiting for thread completion [00000272] main input debug: thread 2992663472 (input) created at priority 0 (input/input.c:265) [00000272] main input debug: `/home/david/Desktop/test.flac' gives access `' demux `' path `/home/david/Desktop/test.flac' [00000272] main input debug: creating demux: access='' demux='' path='/home/david/Desktop/test.flac' [00000273] main demuxer debug: looking for access_demux module: 0 candidates [00000273] main demuxer warning: no access_demux module matched "any" [00000272] main input debug: creating access '' path='/home/david/Desktop/test.flac' [00000274] main access debug: looking for access2 module: 5 candidates [00000274] vcd access debug: trying .cue file: /home/david/Desktop/test.cue [00000274] vcd access debug: could not find .cue file [00000274] access_file access debug: opening file `/home/david/Desktop/test.flac' [00000274] main access debug: using access2 module "access_file" [00000279] main private debug: pre-buffering... [00000279] main private debug: received first data for our buffer [00000279] main private debug: pre-buffering done 1408981 bytes in 0s - 165638 kbytes/s [00000272] main input debug: creating demux: access='' demux='' path='/home/david/Desktop/test.flac' [00000280] main demuxer debug: looking for demux2 module: 41 candidates [00000282] main decoder debug: looking for packetizer module: 14 candidates [00000282] main decoder debug: using packetizer module "packetizer_copy" [00000272] main input debug: selecting program id=0 [00000280] main demuxer debug: looking for id3 module: 1 candidate [00000280] id3tag demuxer debug: checking for ID3 tag [00000280] main demuxer debug: using id3 module "id3tag" [00000280] main demuxer debug: removing module "id3tag" [00000280] main demuxer debug: using demux2 module "flac" [00000308] main decoder debug: looking for decoder module: 22 candidates [00000308] ffmpeg decoder debug: libavcodec initialized (interface 3349248 ) [00000308] ffmpeg decoder debug: ffmpeg codec (FLAC (Free Lossless Audio Codec)) started [00000308] main decoder debug: using decoder module "ffmpeg" [00000308] main decoder debug: thread 3001052080 (decoder) created at priority 0 (input/decoder.c:159) [00000272] main input debug: `/home/david/Desktop/test.flac' successfully opened [00000282] packetizer_copy decoder debug: need dts > 0 [00000282] packetizer_copy decoder debug: need dts > 0 [00000282] packetizer_copy decoder debug: need dts > 0 [00000282] packetizer_copy decoder debug: need dts > 0 [00000282] packetizer_copy decoder debug: need dts > 0 [00000282] packetizer_copy decoder debug: need dts > 0 [00000282] packetizer_copy decoder debug: need dts > 0
this continuous for about 1000 times

Code: Select all

[00000282] message decoder warning: message queue overflowed [00000282] packetizer_copy decoder debug: need dts > 0 [00000282] packetizer_copy decoder debug: need dts > 0 [00000282] packetizer_copy decoder debug: need dts > 0 [00000282] packetizer_copy decoder debug: need dts > 0 [00000282] packetizer_copy decoder debug: need dts > 0 [00000282] packetizer_copy decoder debug: need dts > 0 [00000272] main input debug: EOF reached [00000272] main input debug: closing input [00000282] main decoder debug: removing module "packetizer_copy" [00000280] main demuxer debug: removing module "flac" [00000274] main access debug: removing module "access_file" [00000308] ffmpeg decoder debug: ffmpeg codec (FLAC (Free Lossless Audio Codec)) stopped [00000308] main decoder debug: removing module "ffmpeg" [00000308] main decoder debug: thread 3001052080 joined (input/decoder.c:191) [00000308] main decoder debug: killing decoder fourcc `flac', 0 PES in FIFO [00000272] main input debug: thread 2992663472 joined (input/input.c:412) [00000260] main playlist warning: unable to find parent! [00000260] main playlist: nothing to play [00000001] main private debug: removing all interfaces [00000268] main interface debug: thread 3020975024 joined (interface/interface.c:258) [00000268] main interface debug: removing module "wxwidgets" [00000266] main interface debug: thread 3040496560 joined (interface/interface.c:258) [00000266] main interface debug: removing module "screensaver" [00000264] main interface debug: thread 3048885168 joined (interface/interface.c:258) [00000264] main interface debug: removing module "hotkeys" [00000262] main interface debug: thread 3057273776 joined (interface/interface.c:258) [00000262] main interface debug: removing module "notify" [00000001] main private debug: removing playlist handler [00000261] main private debug: thread 3074309040 joined (playlist/playlist.c:247) [00000260] main playlist debug: thread 3082697648 joined (playlist/playlist.c:248) [00000260] main playlist: stopping playback [00000260] main playlist debug: deleting playlist item `/home/david/Desktop/test.flac' [00000001] main private debug: removing all video outputs [00000001] main private debug: removing all audio outputs [00000001] main private debug: TIMER Playlist walk : Total 0.070 ms / 2 intvls (Avg 0.035 ms) [00000001] main private debug: removing module "memcpymmxext" [00000001] main private debug: opening config file /home/david/.vlc/vlcrc [00000001] main private debug: saving plugins cache file /home/david/.vlc/cache/plugins-04041e.dat
cheers
david

_wedge_
New Cone
New Cone
Posts: 5
Joined: 28 May 2007 18:34
Location: Austria

Postby _wedge_ » 10 Jun 2007 14:06

wow, thanks for the huge count of replies -.-

ustunozgur
Blank Cone
Blank Cone
Posts: 53
Joined: 09 Oct 2006 00:19
Contact:

Postby ustunozgur » 10 Jun 2007 14:30

if you have time, you may try building the svn (with ffmpeg or libflac). it should be fairly easy if you are using Debian or friends.

_wedge_
New Cone
New Cone
Posts: 5
Joined: 28 May 2007 18:34
Location: Austria

Postby _wedge_ » 12 Jun 2007 21:49

I've built the vlc 0.8.6.b release and ffmpeg by my own (gcc-4.1.2), only the libflac was precompiled.
my ffmpeg version and compile-flags are as following:

Code: Select all

FFmpeg version SVN-r9182, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --enable-shared --enable-gpl --enable-pp --enable-liba52 --enable-liba52bin --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libmp3lame --enable-libogg --enable-libvorbis --enable-xvid libavutil version: 49.4.0 libavcodec version: 51.40.4 libavformat version: 51.12.1 built on Jun 3 2007 18:23:30, gcc: 4.1.2
could there be any linker-problems, if i've compiled ffmpeg with libflac support and have a installed version of libflac?

cheers,
david

ustunozgur
Blank Cone
Blank Cone
Posts: 53
Joined: 09 Oct 2006 00:19
Contact:

Postby ustunozgur » 12 Jun 2007 22:05

I think the flac duration was fixed in the svn. search for flac in the forum. probably, 86b has that problem.

_wedge_
New Cone
New Cone
Posts: 5
Joined: 28 May 2007 18:34
Location: Austria

Postby _wedge_ » 15 Jun 2007 20:10

thanks, with the svn it's working ^^


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 15 guests