Michał Śledź
Michał Śledź
SMSoftware Mansion
Created by pitbull2k4 on 3/30/2025 in #membrane-help
WebRTC - Add Track to running PeerConnection
peer_closed_for_writing usally means that you closed webrtc peer connection on the other side 🤔
8 replies
SMSoftware Mansion
Created by pitbull2k4 on 3/30/2025 in #membrane-help
WebRTC - Add Track to running PeerConnection
Regarding crash when calling channel.push, it might be that you should do channel.push('video-offer', { body: pc.localDescription.sdp }) as we do here: https://github.com/elixir-webrtc/apps/blob/master/nexus/assets/js/home.js#L108-L109 In other case, there might be a problem with serializing localDescription object but that's only my bet
8 replies
SMSoftware Mansion
Created by pitbull2k4 on 3/30/2025 in #membrane-help
WebRTC - Add Track to running PeerConnection
Hi @pitbull2k4, regarding renegotiation, I assume that you have also created an issue in our apps repo so just linking it here for other people as I answered there: https://github.com/elixir-webrtc/apps/issues/80
8 replies
SMSoftware Mansion
Created by TonyLikeSocks on 9/4/2024 in #membrane-help
Fly.io + UDP
Hope it will work! 🙂
17 replies
SMSoftware Mansion
Created by TonyLikeSocks on 9/4/2024 in #membrane-help
Fly.io + UDP
It's hard to say something more without looking at the code are going deeper into the problem 😦 We always recomand bare providers like Hetzner for example, which we use for all our apps :/
17 replies
SMSoftware Mansion
Created by TonyLikeSocks on 9/4/2024 in #membrane-help
Fly.io + UDP
you can go under chrome://webrtc-internals and see wheter tcp turn is on and what's its status
17 replies
SMSoftware Mansion
Created by TonyLikeSocks on 9/4/2024 in #membrane-help
Fly.io + UDP
as long as you have TCP enabled, I belive that chrome should fallback to it when it cannot connect via UDP 🤔
17 replies
SMSoftware Mansion
Created by TonyLikeSocks on 9/4/2024 in #membrane-help
Fly.io + UDP
and we also no longer maintain RTC Engine 😦
17 replies
SMSoftware Mansion
Created by TonyLikeSocks on 9/4/2024 in #membrane-help
Fly.io + UDP
Their network configuration was problematic for WebRTC based apps at least the last time we checked
17 replies
SMSoftware Mansion
Created by TonyLikeSocks on 9/4/2024 in #membrane-help
Fly.io + UDP
We don't support Fly.io
17 replies
SMSoftware Mansion
Created by TonyLikeSocks on 9/4/2024 in #membrane-help
Fly.io + UDP
Hi @TonyLikeSocks
17 replies
SMSoftware Mansion
Created by DJMAKEITBRAIN on 8/29/2024 in #membrane-help
WebRTC TURN TCP/TLS configuration issue
Hi @BrainTrain3000 ! Are there any logs on the server side?
4 replies
SMSoftware Mansion
Created by odingrail on 7/30/2024 in #membrane-help
Retransmit received RTP packets in secure way
it might have something to do with connection probing, retransmissions or something similar, anyway we see them in our examples/demos too
15 replies
SMSoftware Mansion
Created by odingrail on 7/30/2024 in #membrane-help
Retransmit received RTP packets in secure way
We are actually debugging those warrnings but everything should work correctly
15 replies
SMSoftware Mansion
Created by odingrail on 7/30/2024 in #membrane-help
Retransmit received RTP packets in secure way
I don't think so
15 replies
SMSoftware Mansion
Created by odingrail on 7/30/2024 in #membrane-help
Retransmit received RTP packets in secure way
you cannot send unencrypted data with WebRTC
15 replies
SMSoftware Mansion
Created by odingrail on 7/30/2024 in #membrane-help
Retransmit received RTP packets in secure way
PeerConnection is secure by default
15 replies
SMSoftware Mansion
Created by odingrail on 7/30/2024 in #membrane-help
Retransmit received RTP packets in secure way
I don't think so
15 replies
SMSoftware Mansion
Created by odingrail on 7/30/2024 in #membrane-help
Retransmit received RTP packets in secure way
If yes, you can just feed RTP packet into another PeerConnection and it will encrypt it for you
15 replies
SMSoftware Mansion
Created by odingrail on 7/30/2024 in #membrane-help
Retransmit received RTP packets in secure way
Hi @odingrail , are your viewrs also using WebRTC?
15 replies