mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-04-15 00:35:42 -04:00
remove stale warning about time handling
This commit is contained in:
parent
b078851ad7
commit
7fbbd82ae7
@ -1,10 +1,6 @@
|
|||||||
# Moonfire NVR Time Handling
|
# Moonfire NVR Time Handling
|
||||||
|
|
||||||
Status: **current**. The approach below works well for video, but audio frames'
|
Status: **current**.
|
||||||
durations can't be adjusted as easily. As part of implementing audio support,
|
|
||||||
the implementation is changing to instead decouple "wall time" and "media time",
|
|
||||||
as described in
|
|
||||||
[this comment](https://github.com/scottlamb/moonfire-nvr/issues/34#issuecomment-651548468).
|
|
||||||
|
|
||||||
> A man with a watch knows what time it is. A man with two watches is never
|
> A man with a watch knows what time it is. A man with two watches is never
|
||||||
> sure.
|
> sure.
|
||||||
@ -349,4 +345,4 @@ Schema versions prior to 6 used a simpler database schema which didn't
|
|||||||
distinguish between "wall" and "media" time. Instead, the durations of video
|
distinguish between "wall" and "media" time. Instead, the durations of video
|
||||||
samples were adjusted for clock correction. This approach worked well for
|
samples were adjusted for clock correction. This approach worked well for
|
||||||
video. It couldn't be extended to audio without decoding and re-encoding to
|
video. It couldn't be extended to audio without decoding and re-encoding to
|
||||||
adjust same lengths and pitch.
|
adjust same lengths and pitch.
|
Loading…
x
Reference in New Issue
Block a user