user1553857
user1553857

Reputation: 197

Is it possible a webRTC client receives stream from a media server

To my understanding, the webRTC is for video chat between browser client which support webRTC.

I wonder is it possible to stream data from a regular media server (live camera capture) to a webRTC client browser? What protocol or encoding should i cater for?

I am really new to this field, too many knowledge to pick up. Please point me to the right direction.

Upvotes: 1

Views: 1233

Answers (1)

Gnagy
Gnagy

Reputation: 1462

Yes, it's possible to send streams from and to a mediaserver using WebRTC. Examples are Asterisk and Lynckia's Licode project. There are other solutions aswell, it depends on what you are looking for specificly.

In your case with a webcam streaming to clients, perhaps one of these Licode examples might give you an idea of your implementation.

Upvotes: 2

Related Questions