-
Hi vsimon
I've been trying to compile, adding dependancies that are missing from the wiki page on how to compile peer_connection, and I've come to the following error compiling with gcc
/usr/bin/l…
-
保存视频操作代码如下,按照官方实例写的
room = LiveKit.create(
appContext = applicationContext,
overrides = LiveKitOverrides(
javaAudioDeviceModuleCustomizer = { builder ->
…
-
-
-
在Windows下使用改写的命令编译src\data-channel:
`clang++ main.cpp libwebrtc.a -I ../../third_party/webrtc/ -I ../../third_party/webrtc/third_party/abseil-cpp/ -DWEBRTC_POSIX -lpthread -ldl`
报错:
```
In fil…
-
I later came to know from WebRTC release notes that they are now supporting the screen sharing from Android. We had done workaround to use Android 5.0 MediaProjection API to capture screenshots and th…
-
### Package version
3.0.0-pre.2
### Environment
```markdown
* OS: Ubuntu 20.04.5 LTS
* Unity version: 2021.3.17f1
Working release: 3.0.0-pre.1, fails in 3.0.0-pre.2
```
### Steps To Reproduce
…
-
With local audio i can record to a file but remote audio how i can get data buffer in webrtc
-
JSのSDKでは `stream.addTrack();` と処理を行い、音声データを送信することができますが、それと同等の機能はiOS SDKではどのように実現すれば良いでしょう。
困っている点としては、 `RPBroadcastSampleHandler` を継承したClassで得られた `CMSampleBuffer` を `mainStream.send(videoFrame: fr…
-
**Describe the bug**
Summary: Helper.setVolume is not really supported on web, and just works for local tracks on native. I'm working on a pull request to fix these issues but have some questions. …