The problem D2-Stream solves
- This Platform gives Users the ability to Create a livestream in just a few clicks.
- No Login, no Email, etc required for using this website.
- This platform allows Users to live stream their camera or system screen using just a browser.
- No need to use any other heavy streaming softwares, but can be used by users if required.
- The users can watch any m3u8 stream live around the globe using inbuilt video player.
Challenges we ran into
- Connecting to deployed SmartContract using web3.js.
- One of biggest Problem we faced is to get In- Browser Streaming working .
- Problems while sending user video/screen to remote RTMP Server.
- we used
Ffmpeg
to solve this problem.