How to stream audio from browser to WebRTC native C++ application

后端 未结 3 1205
长情又很酷
长情又很酷 2021-02-13 19:43

I have so far managed to run the following sample:

WebRTC native c++ to browser video streaming example

The sample shows how to stream video from a native C++ ap

3条回答
  •  清歌不尽
    2021-02-13 20:07

    you could use the following example which implement a desktop client for appRTC.

    https://github.com/TemasysCommunications/appRTCDesk

    this completes and interop with the web client, android client and iOs client provided by the open source implementation at webrtc.org, giving you a full suite of clients to work with their free server. peer connection_{client|server} is an old example from the lib jingle time (pre webrtc) and does not interop with anything else.

提交回复
热议问题