Re: [Live-devel] [PATCH] Register response callback prior sending RTSP command

2020-12-15 Thread Lionel Koenig
Hi Ross, I completely understand your position. I just wanted to clarify the use case here: In our application, the end user decides when to SETUP and PLAY the stream which is presented to her/him after the DESCRIBE succeeded. It is also the end user deciding whenever to TEARDOWN the stream. Usuall

[Live-devel] [PATCH] Register response callback prior sending RTSP command

2020-12-09 Thread Lionel Koenig
When sending RTSP command from another thread than the event loop (it is actually unsupported see: http://www.live555.com/liveMedia/faq.html#threads), the response of the command might arrive prior the handler callback is registered. When that happen, the handler will never be called even if the re

Re: [Live-devel] Expose RTP Timestamp as public in RTPSource

2020-05-13 Thread Lionel Koenig
RTP timestamps.Would you kindly reconsider exposing the RTP timestamp in RTPSource? Alternatively, I'd be very open to other ways of getting the accurate sender media clock if you have any ideas?Kind regards,Lionel* On Tue, May 12, 2020 at 4:44 PM Ross Finlayson wrote: > > >

[Live-devel] Expose RTP Timestamp as public in RTPSource

2020-05-12 Thread Lionel Koenig
Hi, In order to achieve very precise digital audio converter clock synchronisation between server and client in a project I am currently working on, I need to access the exact RTP timestamp of the last packet from my MediaSink so I can precisely estimate the clock differences. Using presentation t