Skip to content
Snippets Groups Projects
  1. Mar 05, 2018
  2. Mar 03, 2018
  3. Mar 01, 2018
  4. Feb 28, 2018
  5. Feb 27, 2018
  6. Feb 26, 2018
  7. Feb 22, 2018
  8. Feb 20, 2018
  9. Feb 16, 2018
  10. Feb 14, 2018
  11. Feb 13, 2018
  12. Feb 12, 2018
    • Oleksandr Zhurbenko's avatar
    • Calvin Walton's avatar
      Rework audio processing to avoid seeking past end of file · e30d5e39
      Calvin Walton authored
      In some cases when there is a slight mismatch between audio file
      duration and event timestamp difference, and we have a record
      status or chapter break event in a certain location, it could
      trigger a seek past the end of an audio file. Detect this
      condition and just render silence instead.
      
      Also adjust the thresholds for the audio length scaling - they
      were being triggered on short recordings that should be correct.
      e30d5e39
    • Richard Alam's avatar
      Merge pull request #5134 from kepstin/recording-cleanup-2 · e9bed264
      Richard Alam authored
      Workaround video sync issue due to red5 timestamp offset
      e9bed264
    • Calvin Walton's avatar
      Workaround video sync issue due to red5 timestamp offset · 0701bf87
      Calvin Walton authored
      Red5 sometimes writes webcam video files with a large offset in the
      video frame offsets, sometimes up to 30 or even 60 seconds. However,
      the start event in the events.xml file corresponds to the time at
      which red5 received the first keyframe (recorded frame) in the video.
      
      The end result is that the video will sometimes appear to be
      delayed (out of sync) in the processed recording.
      
      The correction is simple: We're already reading video metadata,
      including the timestamp of the first frame, so we just have to apply
      a correction during video processing to undo the frame timestamp
      offsets in the video file.
      0701bf87
Loading