No, you don't need to subclass "RTSPServer" to do what you think you need to 
do.  You already implement the "createNewRTPSink()" virtual function, in which 
you create a "RTPSink" (subclass) object, given a "Groupsock" object.  If you 
need to do something with the "Groupsock" object (or its socket, which you can 
obtain by calling "Groupsock::socketNum()"), then you can do so here.

I'm puzzled by why you're suddenly getting the "WSAEMSGSIZE" error.  But if you 
think that it's due to insufficient socket buffering in your OS, then you can 
increase that by calling "increaseSendBufferTo()" on the groupsock object's 
socket number.  (See "groupsock/include/GroupsockHelper.hh")


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