Hi ross:
If the live555 library can handle SIP request just like
"register","invite" ? I saw a sipClient.cpp in the source but I can not see
the "register" method of sip implemented in the file , does the lib not
support the method now ?
Best regards,
Kevin Liu
-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Kevin.Liu
Sent: 2009年12月20日 18:02
To: live-de...@ns.live555.com
Subject: [Live-devel] QOS message of live555 ?
Hi all :
I have made a test on window mobile for openRTSP and I also add the
“-q” option which will
Hi all :
I have made a test on window mobile for openRTSP and I also add the "-q"
option which will print the qos message . And i got the print message showed
that I have lost about 30% packets . I have extended the socket receive
buffer to 2,000,000 and I also used the live555 media server inc
Hi Ross :
I used the openRTSP to test the live555 libs for windows mobile and I
found if I open the mp3 or wav audio file on server ,the openRTSP worked
good .But if I open mp4 or mpg which contains both audio and video streams
,the openRTSP would not work good. I know that the live555 is singl
Hi ,
My live555 for wm6.1 lose udp packet about 20%-40%. And I found if I
receive the data with other procedure written by myself which is only
receive udp packet on certain port, the packet lost was only 10% . I have
enlarged the socket recv buffer to 400 .
I found when the live555 receiv
Hi Ross:
Thank you very much for your reply.
I have changed the buffer of the socket to 4,000,000 and the audio stream
has much better. But the video stream also not good. I wrote my own
"BufferSink" inherit form "MediaSink" directly ,so I did not use the
"RTPSink" ,must I use the "RTPSink" in
Hi to all ,
I have migrated the live555 library to window mobile 6.1 ,but I found a
question that live555 client app can not receive all the media data sent by
the live555 server (udp).
I thought the live555 client may be not quick enough to handle the udp
packet which means the server send t
Hi everybody ,
I have migrated the live555 to wince(wm6.1) and I can send rtsp request
also can get the sdp response but I cannot receive any media data from the
live555 rtsp server. And I found that the select() function of the
BasicTaskScheduler::SingleStep() always return '0' not matter wha