Git Product home page Git Product logo

mediasoup-client's People

Contributors

ouxianghui avatar xianghuiou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mediasoup-client's Issues

配套的WEBRTC版本咨询

1)README中提到的WEBRTC配套版本是[WebRTC] M104
windows环境,在编译windows_capture相关代码时,提示BlockingCall方法不存在
vcm_ = thread_->BlockingCall(std::bind(&VcmCapturer::_createDevice, this, unique_name));
thread_实际为webrtc中的rtc::thread,想了解下推荐的webrtc版本是多少呢?多谢哈

2)在编译windows_capture相关代码时,提示#include "logger/u_logger.h"文件不存在
是不是需要改成#include "logger/spd_logger.h"呢?

构建环境:Visual Studio 2019(V142)、Window 10 SDK 10.0.17763.0、C++语言标准:ISO C++17 标准 (/std:c++17)

能用最新版本webrtc编译不

看到文中提到,用m104版本

但是,我下载m104版本的webrtc时,总是报错

没有办法,我只能下载最新的webrtc源码

How to build and run the program?

First of all, thanks for the great work!

I am a newbie in this field.
Can you guide me to build and run the program?
Thank you very much!

运行错误

image
点击连接服务器后会出现堆栈损害的错误 这些错误要怎么解决呢大佬,有的时候报内存释放错误 但是又没有具体打出堆栈信息

貌似缺少RoomClientProxy文件哈

std::shared_ptr Engine::createRoomClient()
{
rtc::Thread* mediasoupThread = getThread("mediasoup");
rtc::Thread* transportThread = getThread("transport");

    auto RoomClientImpl = std::make_shared<RoomClient>(_rtcContext, mediasoupThread, transportThread);
    auto roomClient = **RoomClientProxy**::create(RoomClientImpl, mediasoupThread);
    roomClient->init();

    _roomClients[roomClient->getId()] = roomClient;

    return roomClient;
}

请问RoomClientProxy::create是源自哪里?

/RoomClient/service/engine.cpp中71行,
auto roomClient = RoomClientProxy::create(RoomClientImpl, mediasoupThread);
RoomClientProxy::create这个方法是源自哪里?我找遍整个项目都没发现这个方法,请问可以提供一下解决方法吗?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.