Skip to content

MaxttcYT/streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published