Hi Ross,
Yes, it works. Thanks a lot.
> Ross Finlayson 於 Apr 26, 2016 15:49 寫道:
>
>> Run rtsp server based on OnDemandServerMediaSubsession class.
>> We found the server will always return the same SDP into back to the rtsp
>> client, even we update the NEW SDP info when call createNewRTPSink.
Good morning all (or whatever time of day it is for you)
Firstly, I'm aware of the policy not to maintain any official source
repositories or archived versions.
Unfortunately, many of us have much larger projects, and in many cases pull in
external libraries.
At least in my case, I've found thi
> Run rtsp server based on OnDemandServerMediaSubsession class.
> We found the server will always return the same SDP into back to the rtsp
> client, even we update the NEW SDP info when call createNewRTPSink.
Yes, this is an optimization that our server code makes - based on the (usually
correc
Hi Ross,
Run rtsp server based on OnDemandServerMediaSubsession class.
We found the server will always return the same SDP into back to the rtsp
client, even we update the NEW SDP info when call createNewRTPSink. So, my
question is, how to control live555 library update SDP info? Thanks a lot.
T