Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev2.5.18 generate external_videos.xml for playing on the fly #215

Open
wants to merge 11 commits into
base: test2.5.18_showDiff_extVideoXml
Choose a base branch
from

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    c31c044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3a0ab4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa88659 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Update presentation.yml

    add:
    include_external_videos: true
    which will be used in publish/presentation.rb
    hiroshisuga authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4a6474b View commit details
    Browse the repository at this point in the history
  2. Update presentation.rb

    generate shapes.svg and presentation/externalVideo.png for thumbnails of external videos
    hiroshisuga authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    3cb635f View commit details
    Browse the repository at this point in the history
  3. Update presentation.yml

    hiroshisuga authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6a94bd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Update presentation.rb

    stupid mistake
    hiroshisuga authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d70fb22 View commit details
    Browse the repository at this point in the history
  2. Fix stupid bugs

    Condition to record the external video playing fixed.
    hiroshisuga authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    12a1b90 View commit details
    Browse the repository at this point in the history
  3. Update presentation.rb

    Revert one condition, which however seems unnecessary..
    hiroshisuga authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2fcf425 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Precise player time

    Omit 'round' for this.player.getCurrentTime() so that the player time becomes float.
    hiroshisuga authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    27ed511 View commit details
    Browse the repository at this point in the history
  2. More precise timestamp

    remove .to_i for making the timestamp float in the external_video.xml file.
    hiroshisuga authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    83ad218 View commit details
    Browse the repository at this point in the history