erdnaxe / galene-stream

Gateway to send UDP, RTMP, SRT or RIST streams to Galène videoconference server.
MIT License
26 stars 5 forks source link

Python 3.10 compatibility #10

Closed erdnaxe closed 2 years ago

erdnaxe commented 2 years ago

On Python 3.10, galene-stream fails with:

ssl.SSLError: Cannot create a client socket with a PROTOCOL_TLS_SERVER context

It seems that TLS context configuration broke in Python 3.10.