Go Donut: Convert Live Streaming to WebRTC
1–10 of 27 posts
Re: Go Donut: Convert Live Streaming to WebRTC
#2Re: Go Donut: Convert Live Streaming to WebRTC
#3Mostly a tech-demo, or primarily to plug a p2p layer onto existing servers?
Re: Go Donut: Convert Live Streaming to WebRTC
#4What's the purpose of this? Mostly a tech-demo, or primarily to plug a p2p layer onto existing servers?
Re: Go Donut: Convert Live Streaming to WebRTC
#5What's the purpose of this? Mostly a tech-demo, or primarily to plug a p2p layer onto existing servers?
Things like RTMP/SRT/RIST/RTSP….
Re: Go Donut: Convert Live Streaming to WebRTC
#6src could be any protocol you want.
Re: Go Donut: Convert Live Streaming to WebRTC
#7I searched a solution to this 2 year ago, great to see such an easy to use implementation now.
Re: Go Donut: Convert Live Streaming to WebRTC
#8This is a great project. I really want to add a little JS lib so it could be all done client side src could be any protocol you want.
Re: Go Donut: Convert Live Streaming to WebRTC
#9The problem with needing a TURN server is that you practically need to host it yourself, because there are no fast and reliable public ones, probably due to abuse. WebTorrent also has the same problem since it also uses WebRTC, and as such, 99% of applications that use either technology simply do not work at all for me or anyone else I've asked to try these services.
Re: Go Donut: Convert Live Streaming to WebRTC
#10What's the purpose of this? Mostly a tech-demo, or primarily to plug a p2p layer onto existing servers?