Not that the JNIOR clock is critical in any way but we have noted that in many cases we don't have access to the Internet to get time from 'pool.ntp.org'. The clock does come into play when we are debugging and are comparing timestamps between logs on the JNIOR and those on external systems.
If you don't allow the JNIOR to get to the outside you might consider making sure that it can use whatever NTP source your media server has to be using. You just need to set a registry key. The command line entry is:
reg IpConfig/NTPServer = xxx.xxx.xxx.xxx
You can put the appropriate IP address there (or domain name). Doesn't require a reboot. By default it synchronizes every 4 hours.
Along those lines the JANOS v2.4 release uses NTP synchronization to tune the hardware RTC and the software clock for better accuracy but it is not critical.
I have also thought about searching for an NTP server on the local subnet assuming that it would be using the NTP port (123).
The uncalibrated clocks can get minutes off. I hate having the JNIOR be that sloppy.
If you don't allow the JNIOR to get to the outside you might consider making sure that it can use whatever NTP source your media server has to be using. You just need to set a registry key. The command line entry is:
reg IpConfig/NTPServer = xxx.xxx.xxx.xxx
Along those lines the JANOS v2.4 release uses NTP synchronization to tune the hardware RTC and the software clock for better accuracy but it is not critical.
I have also thought about searching for an NTP server on the local subnet assuming that it would be using the NTP port (123).
The uncalibrated clocks can get minutes off. I hate having the JNIOR be that sloppy.
Comment