https://github.com/antix-development/course-player
An HTML5 web application to play sequenced video files
https://github.com/antix-development/course-player
Last synced: 3 months ago
JSON representation
An HTML5 web application to play sequenced video files
- Host: GitHub
- URL: https://github.com/antix-development/course-player
- Owner: Antix-Development
- License: mit
- Created: 2020-12-09T22:16:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T23:24:51.000Z (over 5 years ago)
- Last Synced: 2025-02-25T07:46:16.811Z (over 1 year ago)
- Language: HTML
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Course-Player
### What is it?
Course Player is a simple HTML5 web application to play sequenced video files.
### Why is it?
Recently I decided to use LinkedIN Learning to begin learning about Unreal Engine 4. Unfortuntely there seems to be no provision for people whom might want to view the courses offline when they don't have any internet connectivity.
I did not like this very much and decided to make a little web application that would let me view LinkedIN Learning video courses whilst offline.
### How do I use it?
Create a folder for your Course and then create a subfolder inside that called **videos**.
Copy the **player.html** from this repository file into your folder and rename it to index.html if you prefer. Note: There is also a minified version of the player present in this repository for those who think tey need the faster load time ;)
Download all of the videos that you want to view offline into the **videos** folder.
If you want to segment your videos into chapters then you can create a blank text file with the chapter title.
If you look at the example **data.txt** file you will see how I've named my files as to have some semblance of an ordered layout.
Copy the **data.txt** file to your course folder.
Edit the **data.txt** file (which is actually a Javascript file) and edit it as required.
It should be fairly easy to see how it is structured and what each variable inside it is doing... please open an issue if you REALLY can't figure it out :D
If you download the repository then you can open **player.html** which will play the sequenced example videos.