Viblast / hls-proxy

Easy downloading and mirroring of HLS streams
MIT License
109 stars 50 forks source link

SSL support is not present #13

Open infadroidmx opened 6 years ago

infadroidmx commented 6 years ago

i keep gettings this error when trying to play a stream but cant find how to add ssl support or a step by step on how

Error while getting the playlist: [Failure instance: Traceback: <type 'exceptions.AssertionError'>: SSL support is not present /root/hls/Twisted-13.2.0/twisted/web/client.py:1291:request /root/hls/Twisted-13.2.0/twisted/web/client.py:1182:_requestWithEndpoint /root/hls/Twisted-13.2.0/twisted/web/client.py:1071:getConnection /root/hls/Twisted-13.2.0/twisted/web/client.py:1083:_newConnection --- --- /root/hls/Twisted-13.2.0/twisted/internet/endpoints.py:869:connect /root/hls/Twisted-13.2.0/twisted/internet/posixbase.py:515:connectSSL ] Retring after default interval of 2s Retrying playlist

aaronkennedy commented 2 years ago

You need to install pyOpenSSL. eg. pip-27 install pyopenssl