Re: [Live-devel] How to update SDPLines info?

2016-04-26 Thread Eric_Hsieh
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.

[Live-devel] liveMedia repositories

2016-04-26 Thread Deanna Earley
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

Re: [Live-devel] How to update SDPLines info?

2016-04-26 Thread Ross Finlayson
> 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

[Live-devel] How to update SDPLines info?

2016-04-26 Thread Eric_Hsieh
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