Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 693 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 693 Bytes

local-streaming

A local streaming service: You can add movies by simply creating a new folder in 'static/movies/' and naming the folder after the movie or video. Then, place the MP4 file in it. (Thumbnail created automatically)

-------REQUIREMENTS-------

--software--

PYTHON 3 (https://www.python.org/downloads/)

--packages--

mac/linux:

pip3 install Flask (for the main local server)

pip3 install opencv-python (for thumbnail generation)

windows:

pip install Flask (for the main local server)

pip install opencv-python (for thumbnail generation)

------------RUN-----------

use:

python app.py