Skip to content

Commit

Permalink
✨U pdated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
earliest777 committed Jan 22, 2022
1 parent 62a6813 commit 420f503
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
Streaming a video online requires a smart techonology. **HLS** and **MPEG-DASH** streaming allows us to stream any video over HTTP giving a great user experience.
This application allows you to convert any standard video into HLS or MPEG-DASH Format and store it in **Firebase Storage**. The video has a unique URL which allows user to play the video in any supported player. 😄

Title: Sniper Will Smith (Gemini Man) Scene

Sample URL: https://storage.googleapis.com/nodejs-streaming.appspot.com/uploads/f6b7c492-e78f-4b26-b95f-81ea8ca21a18/1642708128072/manifest.mpd

Direct Play: bit.ly/3gp7fdv


**Credits**: The video is not owned by me. All rights owned by [Paramount Pictures](https://www.youtube.com/paramount)
## 🔰 Setting Up the Project
1. The project has a few external dependencies listed below which are required, So I have made a bash script - **dependencies.sh** which can easily install and setup the required dependencies on `Windows`, `MacOS` and `Linux`. For `Windows` you just need to write ```./dependencies.sh``` in *Git Bash* and for `MacOS` and `Linux` you need to run the same command in *Terminal*.
- [Bento4](https://www.bento4.com/)
Expand Down

0 comments on commit 420f503

Please sign in to comment.