Actually I did not see the issue on foobar 2000 or mplayer when playback same media , please be informed.HI ALL ,
After review the codec code of VLC FLAC , I think maybe it caused by a invalid blocksize returned by SyncInfo function(../modules/codec/flac.c)
It seems has problem of computing blocksize , and it could cause VLC run into a drop buffer then goto EOF , then the playback is stopping
Ke Tao
Any chance for a patch or other tips on how this can be fixed? (but I don't want to re-encode my complete library with lower compression just because of this)flac warning: the decoder was aborted by the read callback.
main debug: EOF reached
main debug: finished input
main debug: dying input
main debug: removing module "flac"
main debug: removing module "flacsys"
main debug: removing module "access_file"
main debug: removing module "flac"
main debug: thread 1880 joined (input/decoder.c:243)
main debug: thread times: real 1m2,312500s, kernel 0m0,031250s, user 0m0,234375s
main debug: killing decoder fourcc `flac', 0 PES in FIFO
main debug: removing module "converter_float"
main debug: removing module "bandlimited_resampler"
aout_directx debug: closing audio device
aout_directx debug: DirectSoundThread exiting
main debug: thread 120 joined (directx.c:596)
main debug: thread times: real 1m2,171875s, kernel 0m0,000000s, user 0m0,000000s
main debug: removing module "aout_directx"
main debug: removing module "converter_float"
main debug: removing module "float32_mixer"
main debug: dead input
main debug: thread 948 joined (input/input.c:478)
main debug: thread times: real 1m2,359375s, kernel 0m0,046875s, user 0m0,093750s
main debug: starting new item
main debug: changing item without a request (current 0/1)
main debug: nothing to play
I just went through every audio output module and the same happened with each of them. This is what I got when using the Win32 wavOut extension output (different flac than last post):Have you tried another audio output module (Win32 wavOut extension output)?
main debug: EOF reached
main debug: finished input
main debug: dying input
main debug: dying input
main debug: removing module "flac"
main debug: removing module "flacsys"
main debug: removing module "access_file"
main debug: removing module "flac"
main debug: dying input
main debug: thread 2412 joined (input/decoder.c:243)
main debug: thread times: real 0m19,453125s, kernel 0m0,015625s, user 0m0,125000s
main debug: killing decoder fourcc `flac', 0 PES in FIFO
main debug: removing module "converter_float"
main debug: removing module "bandlimited_resampler"
main debug: thread 3768 joined (waveout.c:497)
main debug: thread times: real 0m19,343750s, kernel 0m0,000000s, user 0m0,000000s
main debug: removing module "waveout"
main debug: removing module "float32_mixer"
main debug: dead input
main debug: thread 132 joined (input/input.c:478)
main debug: thread times: real 0m19,453125s, kernel 0m0,046875s, user 0m0,125000s
main debug: starting new item
main debug: changing item without a request (current 0/1)
main debug: nothing to play
Code: Select all
flac warning: the decoder was aborted by the read callback.
main warning: computed PTS is out of range (93713), clearing out
main warning: PTS is out of range (833), dropping buffer
main warning: output PTS is out of range (117000), clearing out
main debug: audio output is starving (129527), playing silence
did you try that?By the way always use the latest FLAC version available when encoding. I've noticed that version FLAC 1.1.4 and later seem to work better on VLC then any of the previous versions. You may notice that when decoding older FLAC files and re-encoding them to the latest there's no longer that popping/clicking noise at the beginning or when seeking through a song.
Code: Select all
flac warning: the decoder was aborted by the read callback.
main warning: computed PTS is out of range (92950), clearing out
main warning: PTS is out of range (-167), dropping buffer
main warning: output PTS is out of range (110726), clearing out
main debug: audio output is starving (123892), playing silence
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: Google [Bot] and 87 guests