libpeer icon indicating copy to clipboard operation
libpeer copied to clipboard

WebRTC Library for IoT/Embedded Device using C

Results 91 libpeer issues
Sort by recently updated
recently updated
newest added

No compatible ninja version for the pi-4 archtiecture .

1) Both on Ubunthu 20.04 and Pi-bullseye will get this issue Open Issue : not able to identify Has header "net/in.h" : NO

Documentation ( If Missing libraries and tools ) 1) CMake >3.17 needed for meson wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add - sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'...

Hi Sepfy, I started of with video on demand , got that to work just after the change was made to the h264_packetizer.c(102 --> 127) . After I went through...

Hello @sepfy ! I am trying to use Pear to work over TURN server. I use Coturn but unable to make it work. Do you have any experience with this?...

Hi @sepfy could you help me? The description as follown: one termination is chrome(chrome/100.0.4896.127), another termiation is that pear was run at ubuntu on virtual machine. The P2P has been...

Hi @sepfy ! I found an issue in `surveillance` example which possibly affects overall `pear` usage. Default mtu size of rtph264pay is 1400 [url](https://github.com/sepfy/pear/blob/4879f51db0e87704b4202254ead091fdb4ea8490/examples/surveillance/main.c#L11) RTP packet buffer size is 1400...

Hello @sepfy ! In `peer_connection.c` I see following: ```c static const gchar *STUN_ADDR = "18.191.223.12"; static const guint STUN_PORT = 3478; ``` What is this server? It takes approx 20...

I have tried all examples on rpi4 with 8GB page loads but shows nothing, whereas the GStreamer example is missing "signal_service.h".

Browser asks to select screencast capture source, I choose one to share. In console it prints just: ``` Listening 0.0.0.0:8000 ``` No file gets created in the directory of executable...