<br><br>&gt;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 &quot;config.linux&quot;--COMPILE_OPTS = $ &gt;(INCLUDES) -I -O2
-DSOCKLEN_T...,add the &quot;-g&quot; option as follows: &nbsp;COMPILE_OPTS = $
(INCLUDES) -I -O2 -g -DSOCKLEN_T...2/ When you configure MPlayer, add
&quot;--enable-debug=3&quot; in the configure &gt;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 &gt;can help you.<br><br>Hi,Yutao Wei<br>thanks for your reply.&nbsp; 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.&nbsp; adding some data or a special header to the received data.<br>Thanks.<br>Best regards<br>Jerry<br>