libpeer
libpeer copied to clipboard
WebRTC Library for IoT/Embedded Device using C
Hi, Pear is a interesting project. I try to compile the project for a tour with Ubuntu16.0.4, python3.6, etc. but get link error that seems it is not compatible with...
I just followed you instrictions, after starting the session this is what I get on the console ``` [INFO /home/ottavio/Progetti/pear/src/ice_agent.c:148] SIGNAL: state changed 1 1 failed[5] [INFO /home/ottavio/Progetti/pear/src/ice_agent.c:148] SIGNAL: state...
I'm noticing that some devices (phones) only have ipv6 addresses available. What is needed to support ipv6? Here's what I see: 1) Add ipv6 support to open, bind, sendto, etc....
Looks very promising library that could benefit many of the embedded / arduino projects However, there are absolutely no docs except few samples, it makes it really hard for some...
Hi! Do you plan to port it to Arduino also? I'm really interested in the data channel part of the web rtc. Thank you very much.
In the file ports.c, in the function `int ports_resolve_mdns_host(const char *host, Address *addr)` in line #124 please add `ret = 0;` because `ports_resolve_mdns_host` always return -1 for ESP32.
After calling peerConnection.createAnswer() on the H5 side, the 'icecandidate' event of the peerConnection returned an ICE Candidate, like this: `{"candidate":"candidate:1 1 TCP 2105524479 10.200.0.2 9 typ host tcptype active","sdpMid":"video","sdpMLineIndex":0,"usernameFragment":"c976a1ab"}` However,...
In ESP-IDF versions > 5.0.2, a newer mbedtls version is used, which means: 1. RSA_KEY_LENGTH of less than 1024 bit is no longer accepted. (Although this could be altered from...
I am not sure if this is implemented but candidate selection does not prioritize higher priority candidates.