problem ezstream (lost synchronization)

View: New views
2 Messages — Rating Filter:   Alert me  

problem ezstream (lost synchronization)

by Set :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello!
Plaease help - 2 times repeat the end of the song


[root@120 /]# ezstream -c /usr/local/etc/ezstream.xml
ezstream: Connected to http://localhost:8000/play
ezstream: Streaming ``???????? - ??????''
MPEG Audio Decoder 0.15.2 (beta) - Copyright (C) 2000-2004 Robert Leslie et al.
          Title: No i am
Assuming raw pcm input file : Forcing byte-swapping
LAME 3.97 32bits (http://www.mp3dev.org/)
Using polyphase lowpass filter, transition band: 16538 Hz - 17071 Hz
Encoding <stdin> to <stdout>
Encoding as 44.1 kHz 128 kbps j-stereo MPEG-1 Layer III (11x) qval=3
error: frame 9160: lost synchronization
10277 frames decoded (0:04:28.4), +3.2 dB peak amplitude, 6082 clipped samples

ezstream: Streaming ``Paris Avenu - I Want You''
MPEG Audio Decoder 0.15.2 (beta) - Copyright (C) 2000-2004 Robert Leslie et al.
          Title: I Want You
error: frame 0: lost synchronization
Assuming raw pcm input file : Forcing byte-swapping
LAME 3.97 32bits (http://www.mp3dev.org/)
Using polyphase lowpass filter, transition band: 16538 Hz - 17071 Hz
Encoding <stdin> to <stdout>
Encoding as 44.1 kHz 128 kbps j-stereo MPEG-1 Layer III (11x) qval=3
error: frame 7820: lost synchronization
8213 frames decoded (0:03:34.5), +0.9 dB peak amplitude, 36 clipped samples

ezstream: Streaming ``Covenant - One World One Sky''
MPEG Audio Decoder 0.15.2 (beta) - Copyright (C) 2000-2004 Robert Leslie et al.
          Title: One World One Sky
error: frame 0: lost synchronization
Assuming raw pcm input file : Forcing byte-swapping
LAME 3.97 32bits (http://www.mp3dev.org/)
Using polyphase lowpass filter, transition band: 16538 Hz - 17071 Hz
Encoding <stdin> to <stdout>
Encoding as 44.1 kHz 128 kbps j-stereo MPEG-1 Layer III (11x) qval=3
error: frame 11536: lost synchronization
12338 frames decoded (0:05:22.2), +1.3 dB peak amplitude, 392 clipped samples

ezstream: Streaming ``??????? - ??????????''
MPEG Audio Decoder 0.15.2 (beta) - Copyright (C) 2000-2004 Robert Leslie et al.
          Title: Vorony
Assuming raw pcm input file : Forcing byte-swapping
LAME 3.97 32bits (http://www.mp3dev.org/)
Using polyphase lowpass filter, transition band: 16538 Hz - 17071 Hz
Encoding <stdin> to <stdout>
Encoding as 44.1 kHz 128 kbps j-stereo MPEG-1 Layer III (11x) qval=3

Re: problem ezstream (lost synchronization)

by Set :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

problem sloved
protection against errors on the fly

    <reencode>
            <enable>1</enable>
        <encdec>
            <format>MP3</format>
            <match>.mp3</match>
            <decode>lame --preset cbr 128 -p -x -s 44.1 --bitwidth 16 "@T@" -</decode>
        </encdec>
    </reencode>