Skip to content

A chrome extension that improves the webcasting experience for panopto.

License

Notifications You must be signed in to change notification settings

crazoter/panplus

Repository files navigation

Panopto Plus

Purpose of this project

To create a chrome extension to improve the webcasting experience for panopto. It will serve a few purposes:

  1. Improve the user interface of the webcast page.

  2. Add transcript & subtitles. The idea is to add this into the user interface as subtitles and as a transcript section on the page that users can click and the video will skip to that part like in Youtube (example video which has transcripts / subtitles https://www.youtube.com/watch?v=xa-4IAR_9Yw). This should be implemented in the non-fullscreen and full-screen version.

  3. Remove / Speed up sections where the prof is not speaking in the webcast (inspired by https://www.youtube.com/watch?v=DQ8orIurGxw). This will shorten the duration of the webcast and improve UX.

Development Instructions

  1. Clone this git repository on your computer.
  2. Navigate to the cloned repository and execute npm install.
  3. Launch Google Chrome & put in "chrome://extensions" in the URL.
  4. Switch on Developer mode (top right corner).
  5. Select "Load Unpacked" and select the "PanoptoPlus/dev" folder.
  6. The extension is loaded. Whenever you need to modify and test code, load the extension like in step 4 and reload the page.
  7. To build the documentation, execute npm run make_docs. Documentation uses jsdoc (refer to package.json).

Feature List

User Interface

  • Double video webcast
    • App specific sidebar [DONE]
    • Minimized carousel size [DONE]
    • Persistent settings [DONE]
    • Subtitles toggle option [DONE]
  • Single video webcast
    • App specific sidebar [DONE]
    • Minimize carousel size [DONE]
    • Consistent UI with Double video webcast [DONE]
  • Mobile: Double video webcast [Responsive, but only for PC]
  • Mobile: Single video webcast [Responsive, but only for PC]
  • Others
    • Volume booster [DONE]
    • Customizable UI [DONE]

Transcripts

  • Extraction of transcripts [DONE]
  • Separation of interface & implementation [DONE]
  • Conversion of transcripts to WebVTT tracks for subtitling [DONE]
  • Conversion of transcripts to DOM in sidebar [DONE]

Silence Trimming

  • Implementation [DONE]

Complete Conversion to ES6

  • Implementation [PARTIAL CONVERSION DONE. KIV, NOT PRIORITY]

Webpack for deployment

  • Implementation [KIV]

Interesting Keep In View (KIV) Concepts

About

A chrome extension that improves the webcasting experience for panopto.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published