Giter Site home page Giter Site logo

ouxianghui / janus-client Goto Github PK

View Code? Open in Web Editor NEW
161.0 161.0 49.0 165.69 MB

c/c++ webrtc native janus client Qt opengl video-meeting video-room video-call text-room meeting chat

License: MIT License

HTML 1.47% CSS 0.02% C 14.56% C++ 81.64% QMake 0.03% Objective-C 2.29%
client cpp glew janus janus-client janus-gateway meeting multistream native opengl qt text-room video video-call video-room visual-studio webrtc websocketpp

janus-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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

janus-client's Issues

请问您编译的windows webrtc是怎么裁剪了?

您好,我编译出来的debug模式webrtc.lib 库有594兆的大小,而您的debug模式webrtc.lib只有279兆大小,请问您那边可以提供下编译裁剪的方法吗?还有您的编译出来的头文件也少了很多
我的环境是:
系统:win10+vs2019

How are you building your webrtc library?

Hello, can you share how are you building your webrtc library?
I can successfully build it but the release size is 600 MB, yours is only 81 MB.

thank you very much for sharing this project

vs2019+qt 5.15.1编译janux-client, RTCSDK正常编译通过,编译UI工程报错找不到QT相关的信息

1>ui.cpp
1>C:\project-vs\opensource\xiaoxie\janus-client\UI\gallery_view.h(10,10): fatal error C1083: 无法打开包括文件: “QFrame”: No such file or directory (编译源文件 gallery_view.cpp)
1>video_room_dialog.cpp
1>C:\project-vs\opensource\xiaoxie\janus-client\UI\participant_item_view.h(3,10): fatal error C1083: 无法打开包括文件: “QWidget”: No such file or directory (编译源文件 participant_item_view.cpp)
1>C:\project-vs\opensource\xiaoxie\janus-client\UI\janus_connection_dialog.h(3,10): fatal error C1083: 无法打开包括文件: “QDialog”: No such file or directory (编译源文件 janus_connection_dialog.cpp)
1>video_room_listener_proxy.cpp
1>C:\project-vs\opensource\xiaoxie\janus-client\UI\participants_list_view.h(3,10): fatal error C1083: 无法打开包括文件: “QWidget”: No such file or directory (编译源文件 participants_list_view.cpp)
1>C:\project-vs\opensource\xiaoxie\janus-client\UI\video_room_dialog.h(4,10): fatal error C1083: 无法打开包括文件: “QDialog”: No such file or directory (编译源文件 video_room_dialog.cpp)
1>C:\project-vs\opensource\xiaoxie\janus-client\UI\video_room_listener_proxy.h(9,10): fatal error C1083: 无法打开包括文件: “QObject”: No such file or directory (编译源文件 video_room_listener_proxy.cpp)
1>C:\project-vs\opensource\xiaoxie\janus-client\UI\gl_video_renderer.h(13,10): fatal error C1083: 无法打开包括文件: “QTimer”: No such file or directory (编译源文件 gl_video_renderer.cpp)
1>C:\project-vs\opensource\xiaoxie\janus-client\UI\gl_video_renderer.h(13,10): fatal error C1083: 无法打开包括文件: “QTimer”: No such file or directory (编译源文件 main_qt.cpp)
1>C:\project-vs\opensource\xiaoxie\janus-client\UI\gl_video_renderer.h(13,10): fatal error C1083: 无法打开包括文件: “QTimer”: No such file or directory (编译源文件 ui.cpp)

Which Qt5 are you using

Hi,

I am using Visual Studio Community 2017 in Windows 10, I installed Qt5.14.2 from the link below
https://download.qt.io/archive/qt/5.14/5.14.2/qt-opensource-windows-x86-5.14.2.exe

After I set several Qt5 include directories in "VC++ Directories" of the "UI Property Pages", I met many errors when I try to compile the whole project, such as

identifier "khronos_int64_t" is undefined

Which version of Qt5 are you using? Can you please tell me where can I get the correct version? Also, did you set something special in the Qt VS Tools in the Visual Studio?

Thank you in advance
Tyou

webrtc version

你好,请问这个工程中的第三方库中的webrtc,是用的哪个版本的webrtc?

The RTCSDK could not compiled ,many errors ,because the xhas could not be resolved,

Dear Author,

The RTCSDK could not compiled ,many errors ,because the xhas could not be resolved,
Could you help me ?
for example :
pluginData.data.xhas("unpublished")) ==>the xhas is not a member ofvi::vr::EventData in vido_room.cpp

struct EventPluginData {
	std::string plugin;
	EventData data;

	XPACK(O(plugin, data));-->I replaced the XStruct
};

Problem with connect to Janus server

I installed Ubuntu 20 on VMWare and got the Janus server from https://github.com/meetecho/janus-gateway and installed it with all the required dependencies. I have run the client code with Visual Studio 2019 and Qt 5.15.
I ran the Janus server program from the following path:
/opt/janus/bin/janus
For communicating with the Janus server, enter the server address is:
ws://192.168.1.10: 8088/ws
After hitting the Connect button in the Janus server terminal message
01
"[ERR] [transports / janus_http.c: janus_http_handler: 1436] Invalid url/ws"
Is displayed and the connection is not established.

app crash after release capturer

I encounter a crash issue if I release vcmcapturer successfully when leave the video room. The crash from visual studio 2019 is pointing to destructor of scoped_refptr but I have no idea which scoped_refptr varaible causes the crash. Do you have any idea how to debug this?

Dear janus, the source could not be compiled,coulde you help me ?

Severity Code Description Project File Line Suppression State
Error C1083 Cannot open include file: 'spdlog/spdlog.h': No such file or directory (compiling source file service\app_instance.cpp) RTCSDK d:\janus-client-main\rtcsdk\logger\logger.h 16

I use VSstudio2017 +QT5.9

关于webrtclib

你好 你的的webrtclib是不是经过了裁剪了还是?为什么我编译的webrtclib有200多M,而且在程序上还运行不去来?

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.