Hi everyone,
I am trying to use the whepsrc element with this sample to connect to a Pion WebRTC peer to receive audio and video.
Right after the connection is established, dtlsdec fails with a fatal SSL error because there are no shared cipher.
The DTLS client hello packet from Pion lists the following ciphers:
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256|
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA|
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384|
Does anyone know why this fails, or what I can do about it?
Thx,
Alex.