Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Latest commit

 

History

History
66 lines (43 loc) · 2.02 KB

README.md

File metadata and controls

66 lines (43 loc) · 2.02 KB

Video Server

Code Grade Code Quality

🎯 About

With the Video Server you can stream your videos anywhere in the world

✨ Features

✔️ Automatic thumbnail generation
✔️ Login with token system
✔️ Continue watching at your last position
✔️ File indexing to reduce file operations
✔️ Watchlist
✔️ Sorting types
✔️ Search for video
✔️ Responsive Design
✔️ Rating system
✔️ Video conversationn to watch your videos on every device

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting, you need to have Node and FFmpeg (make sure it includes libx264) installed.

🏁 Starting

# Download the Build.zip from the latest Release and unzip it

# Access
$ cd [Directory]

# Install dependencies
$ npm i

# Run the project
$ node index.js --vd [Video directory]

# The server will initialize at <http://localhost> and <https://loalhost> if you provide the SSL keys

💳 Credits

Logout Icon: fontawesome.com
Settings Icon: fontawesome.com
Admin Icon: fontawesome.com

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Me

 

Back to top