Is it possible to use WebRTC to streaming video from Server to Client?

前端 未结 6 1132
抹茶落季
抹茶落季 2020-12-12 12:07

In WebRTC, I always see the implementation about peer-to-peer and how to get video streaming from one client to another client. How about server-to-client?

Is it po

6条回答
  •  执念已碎
    2020-12-12 12:46

    I started with the WebRTC Native C++ to Browser Video Streaming Example but it doesnot build anymore with the actual WebRTC Native Code.

    Then I made modifications merging into a standalone process :

    • management of the peerConnection (the peerconnection_server)
    • access to Video4Linux capture (the peerconnection_client).

    Removing the stream from browser to the WebRTC Native C++ client give a simple solution to access throught a WebRTC browser to a Video4Linux device that is available from GitHub webrtc-streamer.

    Live Demo

提交回复
热议问题