DEV Community

Discussion on: DEV feature idea: Self-serve live broadcasting

 
steveblue profile image
Stephen Belovarich • Edited

The way I was thinking about implementing this feature followed these steps.

  • Live broadcast over WebRTC
  • WebRTC MediaStream is recorded on server or client
  • Recording is transmitted to CDN
  • Recording is streamed from CDN

WebRTC would only be for the live broadcast, multiple people could participate or it could be a one to many broadcast (easier for MVP).

Thread Thread
 
coreyja profile image
Corey Alexander

Would love you to weigh in about WebRTC on this GIthub issue I just made! It sounds like a really cool thing to do, but I don't much experience in it to give it a good evaluation

github.com/thepracticaldev/dev.to/...