<br><br>>Hi Jerry,To debug the liveMdeia library, you may have to recompile the
MPlayer and liveMedia library. 1/ Before compiling liveMedia, in the
first line of file "config.linux"--COMPILE_OPTS = $ >(INCLUDES) -I -O2
-DSOCKLEN_T...,add the "-g" option as follows: COMPILE_OPTS = $
(INCLUDES) -I -O2 -g -DSOCKLEN_T...2/ When you configure MPlayer, add
"--enable-debug=3" in the configure >options as follows: ./configure
--enable-gui --enable-live --enable-debug=3 ... After these 2 steps,
you can debug the MPlayer in kdbg or insight weekly and you can debug
into liveMedia library.Hope this >can help you.<br><br>Hi,Yutao Wei<br>thanks for your reply. The information you gave helped me. I have another question. Where does the mplayer depacketize? Or where can I chang the data of received packet before it is playing back? I want to debug the livemedia library and mplayer in order to know where I can change the received packet data before the client plays the stream back,
e.g. adding some data or a special header to the received data.<br>Thanks.<br>Best regards<br>Jerry<br>