开发者

A browser-to-browser live streaming system

开发者 https://www.devze.com 2023-01-28 16:59 出处:网络
I\'m trying to put in place a browser-to-browser live streaming website. So, a foobar user can stream (live) his webcam (video and/or audio) from his webpage (ht开发者_如何学Gotp://www..example.com/ad

I'm trying to put in place a browser-to-browser live streaming website. So, a foobar user can stream (live) his webcam (video and/or audio) from his webpage (ht开发者_如何学Gotp://www..example.com/admin/foobar) and others can receipt the stream on his public webpage (http://www.example.com/public/foobar).

What is the simplest solution to do that? How can I do it?

Thanks,

Regards.


WebRTC is the best way to handle the browser-to-browser-communication through a website. It supports audio- and video- live transfer.

0

精彩评论

暂无评论...
验证码 换一张
取 消