android - Does WebRTC causes any load on the broadcaster site? -


imagine broadcasting audio or video world wide through webrtc i.e 1 many communication (app periscope think not done using webrtc). affected broadcasters less bandwidth ? increase load on broadcaster side causing loss of packets decrease quality of communication ? topic new , little content available on net please suggest books , online tutorials.

webrtc facilitates peer peer communication. going login simple webrtc broadcast application heavily depend on broadcaster's bandwidth number of recipients same number of outbound media streams.

this 1 of main reasons why webrtc gateways or media servers or similar terms have been developed. in case broadcaster sends single stream intermediary gateway or server , other recipients connect gateway or server , receive stream there.

to put in simple terms, add central webrtc client connects.

you can read more @ janus, kurento, licode, etc.

or find official rtcpeerconnection documentation here.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -