Skip to content
Snippets Groups Projects
  1. Feb 12, 2018
    • 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
    • Anton Georgiev's avatar
      Merge pull request #5125 from prlanzarin/screenshare-fps-ext-prompt · 417acf4d
      Anton Georgiev authored
      Limited screensharing FPS to 5-10, resolution to screen size and fixed chrome extension prompt
      417acf4d
  2. Feb 11, 2018
  3. Feb 09, 2018
  4. Feb 08, 2018
  5. Feb 07, 2018
  6. Feb 06, 2018
  7. Feb 05, 2018
Loading