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 socke
> I am streaming a file from the server to the client. When the file ends, the
> SubsessionByeHandler in my client is called, which in turn calls the
> SubsessionAfterPalying in the client. What I want to do is send a teardown
> command back to the server at this point, so that the server knows
Thank you Ross,
Your information was spot-on, and I have discovered that I do not need
to subclass the MPEG4ESVideoRTPSink class since the fSource parameter
gets set when the subsession starts playing. I have come across an
interesting limitation though, it turns out that I cannot send out data
d
Hi,
I am streaming a file from the server to the client. When the file ends,
the SubsessionByeHandler in my client is called, which in turn calls the
SubsessionAfterPalying in the client. What I want to do is send a
teardown command back to the server at this point, so that the server
knows that