pitbull2k4
pitbull2k4
SMSoftware Mansion
Created by pitbull2k4 on 3/30/2025 in #membrane-help
WebRTC - Add Track to running PeerConnection
Perhaps I just need to start with the tutorial and work through it, then it'll probably click at some point
8 replies
SMSoftware Mansion
Created by pitbull2k4 on 3/30/2025 in #membrane-help
WebRTC - Add Track to running PeerConnection
Hmm I've looked at the examples, and it seemed that I just needed to call the existing "sdp_offer" callback from 'home.js' in the Nexus example app, as that seems to start the exact flow that's required, but it ends in a "DTLS error: peer_closed_for_writing" (testing with just one tab, starting with no devices and adding a webcam)
8 replies
SMSoftware Mansion
Created by pitbull2k4 on 3/30/2025 in #membrane-help
WebRTC - Add Track to running PeerConnection
Thanks for the answer! I'm going to try using the tests as a template, if it works I will post here for reference :)
8 replies
SMSoftware Mansion
Created by pitbull2k4 on 3/30/2025 in #membrane-help
WebRTC - Add Track to running PeerConnection
Ah, I just realized the Nexus example app seems to have a function to renegotiate, but it is yet to be implemented, perhaps that is the key to get it working? https://github.com/elixir-webrtc/apps/blob/master/nexus/lib/nexus_web/channels/peer_channel.ex This file at line 51
8 replies