Skip to content

A simple express app to stream audio or video file by sending file into chunks meaning the whole file won't be loaded at once. The file will be chunked and then transferred one by one,this will help us play the file as soon as we get the first chunk just like how video plays on youtube.

Notifications You must be signed in to change notification settings

kanchan0/VideoOrAudioFile_Streaming_Using_Nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video_Steaming_nodejs

A simple express app to stream audio or video file by sending file into chunks meaning the whole file won't be loaded at once. The file will be chunked and then transferred one by one,this will help us play the file as soon as we get the first chunk just like how video plays on youtube.

❤️ Star ❤️ the repo to support the project or 😄Follow Me.Thanks!

To install the all packages run the below command:

npm install

Now you are ready to go with the project .

Run the below command to start the server

node server.js

If you want server to listen to the changes,then use the following command

nodemon server.js

About

A simple express app to stream audio or video file by sending file into chunks meaning the whole file won't be loaded at once. The file will be chunked and then transferred one by one,this will help us play the file as soon as we get the first chunk just like how video plays on youtube.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published