-
I'm trying to run a pipeline on a Nerves device and it keeps crashing with reason: `{:shutdown, :handshake_error}`
Pipeline:
```elixir
defmodule MyApp.Pipeline do
@moduledoc false
use Mem…
-
# 0.1.0 (01.2024)
### Media reading/writing:
* [x] IVF reader/writer - #29 #44
* [x] Ogg reader/writer - #43 #50
* [x] VP8 RTP packetizer/depacketizer - #30 #45
* [x] Opus RTP packetize/depacketi…
-
The official demos for Godot's peer-to-peer networking, I believe, have much to be desired, as they don't show much applicability to a real peer-to-peer setup example. The best example of a demo I cou…
-
I'm running Firefox 30 but can't seem to get RecordRTC demos working.
I tried:
https://www.webrtc-experiment.com/RecordRTC/AudioVideo-on-Firefox.html
And demos here: https://www.webrtc-experiment.com…
-
Add WebRTC for realtime video/audio support across multiple users.
Everything: [WebRTC Demos, Experiments, Libraries, Examples](https://www.webrtc-experiment.com)
Article: [MDN](https://developer.…
-
Instead of file sharing (which does not work well),
Put another icon at the top, next to the webcam icon... clicking the icon will let the user select a file (webm).
To do that you can use captu…
Zibri updated
6 months ago
-
Well, I did some research and found this good documentation on webrtc on iOS:
https://tech.appear.in/2015/05/25/Getting-started-with-WebRTC-on-iOS/
and:
https://www.html5rocks.com/en/tutorials/webr…
-
hi,expert,
i test demos of webrtc-scalable-broadcast on my server,i only can see the joined message or stream message from node server console.but i cant see the video/screen/audio in joined terminal …
-
Each telephony engine should support WebRTC (if possible)
Asterisk: https://wiki.asterisk.org/wiki/display/AST/Asterisk+WebRTC+Support
FreeSWITCH: http://lists.freeswitch.org/pipermail/freeswitch-use…
-
`RTCPeerConnection` does not seem to support the alpha channel.
is there any trick into choosing a encoder / codec that supports alpha channel also?
the video i'm capturing is coming from a `canv…