Re: [Live-devel] Possible missing parameter in MPEG4ESVideoRTPSink::auxSDPLine()

2012-03-29 Thread Ross Finlayson
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

Re: [Live-devel] Correct use of RTSPClient->sendTeardownCommand

2012-03-29 Thread Ross Finlayson
> 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

[Live-devel] Possible missing parameter in MPEG4ESVideoRTPSink::auxSDPLine()

2012-03-29 Thread Shaheed Abdol
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

[Live-devel] Correct use of RTSPClient->sendTeardownCommand

2012-03-29 Thread Marlon Reid
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