Re: [Linuxptp-users] Software clock

2018-03-22 Thread Yan Yankovskyi via Linuxptp-users
I need to use PTP synchronization for synchronizing video stream (something like this). To do it I have to adjust the clock, but using the system clock looks like bad architecture decision. So I decided to ask is it possible to have some separate clock, that will be dedicated only for this

Re: [Linuxptp-users] Software clock

2018-03-22 Thread Richard Cochran
On Thu, Mar 22, 2018 at 09:15:31AM +0200, Yan Yankovskyi via Linuxptp-users wrote: > In case of use software timestamping we are adjusting system clock. Is it > possible to create another clock, and use it in ptp4l? I see that in > clock_create function in case if phc_index < 0 we use

[Linuxptp-users] Software clock

2018-03-22 Thread Yan Yankovskyi via Linuxptp-users
Hello, In case of use software timestamping we are adjusting system clock. Is it possible to create another clock, and use it in ptp4l? I see that in clock_create function in case if phc_index < 0 we use CLOCK_REALTIME as value for clkid, so I suppose it isn't possible. But it implies that using