You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by GitBox <gi...@apache.org> on 2021/08/30 21:15:23 UTC

[GitHub] [openmeetings] sebawagner commented on issue #138: Decentralysed distributed stream delivery support

sebawagner commented on issue #138:
URL: https://github.com/apache/openmeetings/issues/138#issuecomment-908702751


   Hi @KOLANICH p2p streaming would be interesting as a demo or example application.
   
   For the actual 1:n conference its current unfortunately limited cause it means each client needs to act as a server. While most end users internet upload bandwidth will not be able to support more then 2-3 streams.
   
   That is the main reason why P2P for live streaming did not had any success so far. P2P streaming already was available even in the old days of Flash Streaming (Google RTMFP protocol). It just never took off. 
   
   It's also a bit harder in Live Streaming to do effective P2P; eg having only a single "Seed" in a Live Stream if you compare to BitTorrent which only works great once many seeds are available. 
   
   However I would expect there might be developments (eg see https://webtorrent.io/) that will overcome some of those issues in the future. 
   
   So yeah would be interesting, to have a demo or example.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@openmeetings.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org