libpeer
libpeer copied to clipboard
WebRTC Library for IoT/Embedded Device using C
Hi,我在开发板上运行sample程序,在 https://sepfy.github.io/libpeer/?id=fluffy-kind-lion 网页上没有显示audio和video,只收到ping/pong消息,可以帮我看看是什么问题吗?谢谢 /customer # ./sample -u mqtts://libpeer.com/public/fluffy-kind-lion =========== Parsed Arguments =========== URL : mqtts://libpeer.com/public/fluffy-kind-lion Token : ======================================== INFO /home/xrz/libpeer/src/agent.c 32 create IPv4 UDP socket: 3 INFO /home/xrz/libpeer/src/peer_connection.c 175 Datachannel...
ERROR /home/shiyang/workspace/github/libpeer/src/ice.c 106 Only UDP transport is supported ERROR /home/shiyang/workspace/github/libpeer/src/ice.c 106 Only UDP transport is supported
I've modified to accept connections so work as callee I've created a stun heartbeat to preserve connection up changes are minimal I've tested this using datachannel to establish the datachannel...
- Tested with Coturn and Aiortc. - Relay agent's packet by channel. Add channel bind request and refresh function in the loop. - Set the Srtp policy key according to...
Hi , Want to know how to add two way communication with video streaming using webrtc in esp32s3 sense xiao.
These APIs can be used to call from two different threads, which allows them not blocking each other and better send and receive performance.
I just started using ESP-IDF. I'm trying it myself, but I get an error. ``` #include "driver/i2s_pdm.h" #include "esp_log.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_audio_enc.h" #include "esp_audio_enc_default.h" #include "esp_audio_enc_reg.h" #include...
Hello, first off, thank you for writing the library and making it available. I was playing with the library and the web application and noted that if the SDP has...
Currently libpeer requires to modify `config.h` to configure it. In ESP-IDF project, `idf.py menuconfig` is generally used to configure the project and components This PR adds `Kconfig` definition and modifies...
If not use usrsctp, after serveral minutes normal work, the data channel is still open, the browser can send msg back to esp32 normally, and the esp32 is still sending...