A simple video streaming server built with Node.js and Express. Stream videos easily with smooth playback. Perfect for learning or small projects!
-
Clone this repo:
git clone https://github.com/your-username/Simple-Video-Stream.git
-
Go to the project folder:
cd Simple-Video-Stream -
Install dependencies:
npm install
-
Add your videos: Put your video files in the uploads/video folder.
-
Start the server:
npm run dev
How to Play Videos Place your video files in the uploads/video folder.
Open your browser and go to http://localhost:3000.
Enter the video filename (like sample.mp4) and click "Play Video".
How to Contribute Fork this repo.
Create a new branch: git checkout -b my-feature.
Make your changes and commit: git commit -m "Add new feature".
Push to the branch: git push origin my-feature.
Submit a pull request.
If you like this project, give it a ⭐️ on GitHub and follow me for more cool projects!
Made with ❤️ by Dilshodbek-yoqubjonov