Skip to content

Commit

Permalink
Added youtube tutorials for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
soraxas committed May 23, 2018
1 parent 10c1887 commit cb8092a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The way this script works _should_ support all university's echo360 system in th
See it in action:

<p align="center">
<img width="600" height="auto" src="doc/images/demo.gif" alt="echo360 demo" />
<img width="700" height="auto" src="doc/images/demo.gif" alt="echo360 demo" />
</p>

# Getting Started
Expand Down Expand Up @@ -194,6 +194,13 @@ The UUID (Unified Unique IDentifier) is the last element of the URL. So in the a

041698d6-f43a-4b09-a39a-b90475a63530

### I'm not sure of how to run it?

First, you'd need to install [Python](https://www.python.org/downloads/) in your system. Then, you can follow the youtube tutorial videos to get an idea of how to use the module.

- For [Windows users](https://www.youtube.com/watch?v=Lv1wtjnCcwI) (and showcased how to retrieve actual echo360 course url)
[![](https://img.youtube.com/vi/Lv1wtjnCcwI/0.jpg)](https://www.youtube.com/watch?v=Lv1wtjnCcwI)

### Technical details

The current script uses a web-driver to emulate as a web-browser in order to retrieve the original streaming link. There are current two options for the web-driver: PhantomJS and Chrome. It then uses a hls downloader to simultaneously download all the smaller parts of the videos, and combined into one. Transcoding into mp4 will be performed if ffmpeg is present in your system, and all files will be renamed into a nice format.
Expand Down

0 comments on commit cb8092a

Please sign in to comment.