Skip to content
Snippets Groups Projects
  1. Feb 12, 2018
    • Calvin Walton's avatar
      Workaround video sync issue due to red5 timestamp offset · c44d94b4
      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.
      c44d94b4
    • Richard Alam's avatar
      Merge pull request #5130 from capilkey/imp-multiuser-cursor · 5e64d723
      Richard Alam authored
      Improve the interaction between multiuser and cursors
      5e64d723
  2. Feb 10, 2018
  3. Feb 08, 2018
  4. Feb 07, 2018
  5. Feb 06, 2018
  6. Feb 05, 2018
  7. Feb 01, 2018
Loading