client-server-webrtc-example icon indicating copy to clipboard operation
client-server-webrtc-example copied to clipboard

An example for using WebRTC to communicate between a JavaScript client and a C++ server.

Results 9 client-server-webrtc-example issues
Sort by recently updated
recently updated
newest added

I can't compile server, Could you please give me a demo, I want to play the game. Thanks a lot.

The data channel is not working for me, can anyone please tell me how can I connect with the data channel in this example code. Thanks.

See https://github.com/blockspacer/webrtc-datachannels as example

Thank you very much for this example, I got data channels working. But there is great difficulty getting video streaming to work. Mostly because server to peer is so undocumented...

Hello, thank you for your very useful project. After struggling several days I realized your example doesn't work in NAT traversal with google STUN servers. I don't know exactly why,...

When running CMake I get libscourcey.cmake is missing error. Is there any workaround for this? `CMake Error at CMakeLists.txt:18 (include):` ` include could not find load file:` ` ../libsourcey/LibSourcey.cmake` Thanks!...

Have you tested this library to see the maximum amount of clients it can handle?

Hi, i try to cross compile it for a raspberry. I successfully cross compile libwebrtc and boost for arm but when i try to compile i get this error: `root@codebook:~/client-server-webrtc-example/server/out#...

Hi @brkho I have tried out your code repo on Ubuntu 16.04 It throws this error: In function SignalThreadEntry(): ` main.cpp:(.text+0x2ac3): undefined reference to rtc::MessageQueue::set_socketserver(rtc::SocketServer*)` ` main.cpp:(.text+0x2aeb): undefined reference to...