> On Mar 3, 2021, at 7:11 AM, Eric Beuque <eric.beu...@jet1oeil.com> wrote:
> 
> My question is how i'm supposed to deal with a camera clock change when the 
> stream is already running ?

In short, you can’t.  Your server’s presentation times must be aligned with 
‘wall clock time' (more precisely, the times returned by “gettimeofday()”), and 
this can’t undergo large jumps.  (Small changes due to NTP should be OK, 
though.)

If you need to make a large change to your clock, then you’ll need to stop 
streaming as well.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to