Hello,
sometimes I got cAudioRepacker messages with xxx bytes while syncing on next audio frame and I would like to know if I could do something in order to solve this problem ?
Thank,
On 10/15/06, Gregoire Favre gregoire.favre@gmail.com wrote:
Hello,
sometimes I got cAudioRepacker messages with xxx bytes while syncing on next audio frame and I would like to know if I could do something in order to solve this problem ?
You can disable the audio and video Repackers (although I dont know if thats really the recommended fix).
Comment out these two lines in remux.c if you want to try w/o the repacker code:
#define TEST_cVideoRepacker #define TEST_cAudioRepacker
Hi,
Gregoire Favre wrote:
sometimes I got cAudioRepacker messages with xxx bytes while syncing on next audio frame and I would like to know if I could do something in order to solve this problem ?
When do these messages occur?
It's OK if they appear immediately after switching to a channel. cAudioRepacker suppresses the first syncing message, but occasionally it needs to resync e. g. when the "start code" was (incorrectly) found in the tail of the previous audio frame's sound data.
Bye.
On Sun, Oct 15, 2006 at 07:13:25PM +0200, Reinhard Nissl wrote:
Hello,
When do these messages occur?
It's OK if they appear immediately after switching to a channel. cAudioRepacker suppresses the first syncing message, but occasionally it needs to resync e. g. when the "start code" was (incorrectly) found in the tail of the previous audio frame's sound data.
OK, AFAIK they seems to be after switching to a channel, so it's fine, thank :)