-
https://github.com/GoogleChrome/webrtc/blob/master/samples/web/content/peerconnection/trickle-ice/js/main.js#L121
shows how to decompose the priority to find out the local type preference. That seems …
fippo updated
9 years ago
-
Use cases that are obvious:
- WebRTC codec, encoded data carried over another transport (such as Datachannel or WebTransport)
- WebCodec codec, encoded data sent over a PeerConnection
- Encoded d…
-
Crash scenario: User A(Chrome browser) makes video call to user B(Android-Receiver). Video call works fine, but if user B(Android-Receiver) hangs(disconnect) up call, then application crash occurs.
##…
-
## Summary
Implement a pcap logger that can be enabled in debug mode to generate a packet dump of a PeerConnection.
## Motivation
It's difficult to debug issues in the DTLS or RTP stacks beca…
-
### Short description
In https://github.com/ant-media/videojs-webrtc-plugin, the iceServers provided in the `player.src()` call is not used in the NPM package.
```
player.src({
src: 'ws://local…
-
There is no standard WebRTC API for managing the DTLS-SRTP cipher priority order currently, and the media stream are encrypted using AES-128 by default, for enhanced security, we suggest add api to o…
bdrtc updated
2 years ago
-
I am streaming from my server to the browser using webrtc and FFMPEG. I am trying to figure out if I am getting packet loss indicators from the browser and then trigger a keyframe from my encoding fun…
-
I am having own turn server , and i see in the logs that the requests from the app are having no username , but one from webclient have . Please help me with this. I changed some code to allow to add …
-
Hi,
I've been using libjingle_peerconnection for some time using Cocoapods (pod 'libjingle_peerconnection', '~> 9024.2') and it worked fine.
Now I'm having build error after I added pod which is writ…
-
The basic instructions for building the WebRTC PeerConnection client on Linux no longer appears to work.
I did try to assemble a Makefile version. But that ends up failing with a couple unresolved…