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
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
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
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
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
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