Skip to content

A basic Node.js and Express video streaming server. Easily stream videos with smooth playback. Great for learning or small projects! 🎥✨

Notifications You must be signed in to change notification settings

dilshodbek-nodejs/Simple-Video-Stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Video-Stream 🎥

A simple video streaming server built with Node.js and Express. Stream videos easily with smooth playback. Perfect for learning or small projects!


How to Use

  1. Clone this repo:

    git clone https://github.com/your-username/Simple-Video-Stream.git
  2. Go to the project folder:

    cd Simple-Video-Stream
  3. Install dependencies:

    npm install
  4. Add your videos: Put your video files in the uploads/video folder.

  5. 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

About

A basic Node.js and Express video streaming server. Easily stream videos with smooth playback. Great for learning or small projects! 🎥✨

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published