-
Notifications
You must be signed in to change notification settings - Fork 20
Replies: 1 comment · 3 replies
-
The DTLS active mode haven't merge into FFmpeg master, but you could use it from this fork https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20030 |
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks, I have this running locally. The handshake appears to be working now, but the problem becomes that no RTP packets/frames are ever sent. The connection establishes SDP offer/answer exchange successfully, but after the DTLS handshake phase, no media flows. The logs show that ICE connectivity checks complete, but the DTLS handshake either times out after 5 seconds or fails to progress beyond sending the ClientHello message. This prevents SRTP key derivation and RTP packet transmission from ever occurring, leaving the media stream completely silent despite successful WebRTC signaling. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Could you provide the details log( |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
OME support is a bit different from other media servers where the DTLS role needs to be active instead of passive.
Here's what I've tried
But it fails as the DTLS handshake is never initialised
Beta Was this translation helpful? Give feedback.
All reactions