AutoTubeApp / autotube-player

Video player for Autotube.app (used in iframe)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autotube Player

This player will be loaded in an iframe through the index.html file.
The index.html file will be included in each video package created by Autotube app.
This file contains minimal markup, it will load external JS which will dynamically build the page adding extra markup, css, and handle video player.

=> With this solution we can:

  • have homogenous player for all videos and users.
  • update the player without having to update the app.
  • play video everywhere without taking care of the fuck**g CORS policy.

Dev

npm install 
npm run dev

Build:

npm run build

About

Video player for Autotube.app (used in iframe)

License:MIT License


Languages

Language:JavaScript 77.0%Language:HTML 22.8%Language:CSS 0.2%