Why Icecast2 does not want to give the stream through https?

后端 未结 3 1183
情歌与酒
情歌与酒 2021-02-04 14:51

On a server with Ubuntu 14.04 LTS installed Icecast2 2.4.1 with SSL support. Also on this server work HTTPS website. I want insert on the page HTML5-player that will also take

3条回答
  •  孤独总比滥情好
    2021-02-04 15:24

    In your icecast2.xml file

    If set to 1 will enable HTTPS on this listen-socket. Icecast must have been compiled against OpenSSL to be able to do so.

    
        ./
        ./logs
        ./icecast.pid
        ./web
        ./admin
        /path/to/ip_allowlist
        /path_to_ip_denylist
        /path/to/certificate.pem
        ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
        
    
    
    
        8000
        127.0.0.1 
    
    
        8443
        1 
    
    
        8004
        /live.mp3 
    

提交回复
热议问题