[Live-devel] RTCP packet interval

2007-07-02 Thread jerry zhao
Hello, I have a question about RTCP packet interval. Now the RTCP packet (e.g. RR) interval is about 5 seconds. Can I change the RR packet interval to one RTT with Live library? Thanks. Jerry ___ live-devel mailing list live-devel@lists.live555.com http

[Live-devel] quetstion about H263PLUSVideo* classes

2007-06-11 Thread jerry zhao
Hello,all I have a question about H263PLUSVideo* classes. I have read the source code about H263PLUSVideo* classes. I found that the input file is opened by class ByteStreamFileSource. What I want to do is: I use the RTCP packet to estimate the bankwidth, and then I will change the frame rate to a

Re: [Live-devel] How can I change the received packet at the client by using openRTSP?

2007-05-29 Thread jerry zhao
I used the testOnDemandRTSPServer to stream video und openRTSP to receive the streamed data. My question is: where I should change the received packet data before the client stores the received packet on the disk, e.g. adding some data or a special header to the received packets. You would nee

[Live-devel] How can I change the received packet at the client by using openRTSP?

2007-05-25 Thread jerry zhao
Hi, everyone I used the testOnDemandRTSPServer to stream video und openRTSP to receive the streamed data. My question is: where I should change the received packet data before the client stores the received packet on the disk, e.g. adding some data or a special header to the received packets. Any

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

[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