Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baziotis/delos-video-viewer
A handy HTML video viewer for Delos that lets you conveniently set the speed as you watch.
https://github.com/baziotis/delos-video-viewer
Last synced: 2 months ago
JSON representation
A handy HTML video viewer for Delos that lets you conveniently set the speed as you watch.
- Host: GitHub
- URL: https://github.com/baziotis/delos-video-viewer
- Owner: baziotis
- Created: 2020-03-07T19:04:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T13:49:03.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T16:47:33.726Z (5 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Delos Video Viewer
A handy HTML video viewer for Delos that lets you conveniently set the speed as you watch.# What is this ?
Delos (https://delos.uoa.gr/) is an online service that provides video content from serveral Greek universities.
A lot of these videos are saved lectures that you can watch later even if you were not present in class.
This generally is very handy because you can watch the lectures any time you want.What Delos' video viewer lacks unfortunately is the ability to set the video speed. That would
be extremely useful because you can save so much time by watching in higher speeds most of the
time and only decreasing the speed when a difficult topic is discussed.With this one-file utility, you can use your favorite browser, grab the video URL from Delos, paste it
and watch the video while also being able to control the speed in real-time.# Usage
You can access it online here: http://users.uoa.gr/~sdi1600105/delos-video-viewer/
## Offline usage
Open the file `viewer.html` in your favorite browser. Then, you can grab the link of any video URL
in Delos and paste it into the big textbox. Click set video and you can
then watch it while also setting the speed with the + and - buttons.Note: To grab the URL, you click into the specific title of the video. That sends you in a page
that for every video says "Resource Details" in the title (i.e. in the tab). You want to grab the
URL of this page.# Contributing
This was made in less than half an hour so as you can understand, it has a lot of room for improvement.
If you have an idea about how to make this better, please open a pull request.