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 too fast ( wlan ) so some udp packets were dropped by the client.
 Is there any solution for this question

Either:

1/ Your server is sending data faster than it should (e.g., because you're not setting "fDurationInMicroseconds" properly in the data that's fed into your "RTPSink" subclass), or

2/ Your client has insuffienct socket buffering. See <http://www.live555.com/liveMedia/faq.html#packet-loss>
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to