-
There is a general demand on using DataChannel in non-browser environment with WASM runtime and Javascript support, such as in nodeJS or in other standalone environments.
Can the pion dataChannel p…
-
I'm currently trying to integrate into an existing code base thats very stuck on CommonJS.
I've worked round the initial round of issues in Jest testing by using babel to convert to CommonJS, remov…
-
simple-peer won't connect when clients are **not** in the same network
It works perfectly if both clients are in the same network (connected to the same modem/WiFi)
but even after setting iceServe…
-
Currently, we are linking OpenSSL dynamically and want to change that.
https://github.com/murat-dogan/node-datachannel/blob/a07715d4a13c89e1a79b0bad54b2490beb999ce5/CMakeLists.txt#L27-L30
-
Not sure what I'm doing wrong here.
- The offer contains details about the track - I can see the m line with the id & stream id.
- The answer contains a video m line (it contains two video m lines…
-
I try to establish a communication over WebRTC using the library. The connection works fine and also sending strings over the connection works. However, when trying to send bytes instead of strings, I…
-
## Phenomenon Description
According to the official documentation section for testing, using the test_bench_push to test performance, after pushing several hundred paths, it will prompt "Bind socket …
-
I made changes to the server example to save video on server.
I am trying to record the received video track on server - but somehow that seems to be working only for a few seconds, after which it …
-
### Your environment.
- Version: master--589d67e5abbb717be775d1709ebcdc8f93e646ad
- Browser: chrome
- Other Information - related issue: https://github.com/pion/datachannel/issues/125
…
-
## Phenomenon Description
使用wvp语音对讲功能时,抓包后发现:浏览器向zlm推送的流音频格式是PCMA的,但是从zlm出来向设备推送的流音频格式就变成PCMU了。
## How to reproduce?
走wvp的语音对讲功能:
1.前端请求后端获取到webrtc地址,并向zlm请求接口 /index/api/webrtc/... 推流;
…