Re: [Live-devel] How to debug livemedia library with mplayer

2007-05-22 Thread jerry zhao
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

Re: [Live-devel] How to debug livemedia library with mplayer

2007-05-21 Thread weiyutao36
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

[Live-devel] How to debug livemedia library with mplayer

2007-05-21 Thread jerry zhao
Hello, I compiled livemedia library and used mplayer to playback live streaming. Now I can playback the live streaming. But I don't know how it works. So I want to debug livemedia library and mplyer. My operate system is SUSE Linux. Firstly I set up a server using the testOnDemandRTSPServer. When