Skip to content
Snippets Groups Projects
  1. Mar 08, 2021
  2. Dec 21, 2020
  3. Dec 07, 2020
  4. Dec 04, 2020
  5. Sep 25, 2020
  6. Jul 30, 2020
  7. Jun 24, 2020
  8. Jun 17, 2020
  9. May 16, 2020
  10. May 10, 2020
  11. Apr 06, 2020
  12. Jan 14, 2020
  13. Jan 13, 2020
  14. Dec 19, 2019
  15. Oct 21, 2019
  16. Oct 18, 2019
    • Calvin Walton's avatar
      Make presentation playback continue if deskshare.xml was not found · 69aa493d
      Calvin Walton authored
      Someone on the mailing list had some recordings which were using the 2.0
      playback, but were missing the deskshare.xml file (which should always
      be present for 2.0… strange). It's safe to continue loading the recording
      playback if the deskshare.xml file is not found, the recording will just act
      as if there were no deskshare start/stop events.
      69aa493d
  17. Oct 09, 2019
  18. Oct 07, 2019
    • Calvin Walton's avatar
      Fix deskshare media sync when deskshare loads before webcam/audio · d5097fa4
      Calvin Walton authored
      If the secondary media loaded before the main media, it would run the
      "setMediaSync" function before the main media player was setup. As a
      side-effect of setting up the main media player, all of the event handlers
      added by the setMediaSync function are detached, and so the secondary
      media never starts playing.
      
      Move the call to setMediaSync to after the media-ready events for all
      media have fired, so that it can reliably attach the event handlers.
      d5097fa4
  19. Sep 23, 2019
    • Calvin Walton's avatar
      Fix autoplay of deskshare video in presentation playback format · 11fac78a
      Calvin Walton authored
      This reverts a bbb-specific customization made in the jquery.acornmediaplayer.js
      file: it's restored to what the upstream player did. I can't find any explanation
      for why this change was made in the first place? Reverting it doesn't seem to
      cause any playback issues (Popcorn still works, in particular).
      11fac78a
  20. Jun 14, 2019
  21. Jun 04, 2019
  22. May 10, 2019
  23. May 07, 2019
  24. Apr 30, 2019
  25. Apr 22, 2019
  26. Feb 22, 2019
  27. Feb 12, 2019
  28. Jan 31, 2019
    • Calvin Walton's avatar
      Fix loading slide images in presentation format · 4346b0fc
      Calvin Walton authored
      The initialization order change to support captions moved the acorn
      initialization to after some of the popcorn init had already run. We
      have to move that function to run after we create the acorn player
      so it references the correct #video element (since acorn replaces/
      moves it during init)
      4346b0fc
  29. Jan 15, 2019
  30. Sep 21, 2018
    • Calvin Walton's avatar
      RaP: When generating poll image, grab the presentation name correctly. · 7a64756b
      Calvin Walton authored
      It was previously trying to get the presentation name from the wrong variable,
      which resulted in a nil value (which was treated as a blank string in
      filenames). This caused the poll images to not be inside the presentation
      subdirectories, and the poll image references in the svg contained a `//`
      path, which would break the recording if it was uploaded to e.g. AWS S3.
      7a64756b
  31. Sep 13, 2018
    • Calvin Walton's avatar
      RaP: Have <p> in presentation format inherit font size · c6674833
      Calvin Walton authored
      This fixes font scaling in the presentation area, since that relied on
      the <p> element inheriting the font size from the svg <g> that it was
      inside of.
      
      This was broken with the switch to the Foundation stylesheet base, which
      set a fixed font size on the <p> element.
      c6674833
Loading