Reputation: 1
I want to develop an on-demand video streaming platform like Netflix. I will uplaod the videos on Backblaze B2 bucket and stream it via Cloudflare Worker. I want the videos to be multi-bitrate encoded. I want to know how to do this encoding part. I have found Bitmovin and Mux. But each of them are too expensive for me. I also found FFMPEG which is open source. I want to know how this encoding will work after uploading the videos on Backblaze. I also want to include DRM for my videos. How do I do this?
Upvotes: -2
Views: 25