<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="crayon-line crayon-striped-line" id="crayon-5f08e4dc6ce26648216014-2">Hi,</div><div class="crayon-line crayon-striped-line" id="crayon-5f08e4dc6ce26648216014-2"><br class=""></div><div class="crayon-line crayon-striped-line" id="crayon-5f08e4dc6ce26648216014-2">My question is specific to installing a version of Icecast2 with support for SSL. Of course I still need to configure the config file with the certificate later, but I’ve read that installing icecast from the xiph repositories at download.opensouse would get me a version with SSL support…doing ...</div><div class="crayon-line crayon-striped-line" id="crayon-5f08e4dc6ce26648216014-2"><br class=""></div><div class="crayon-line crayon-striped-line" id="crayon-5f08e4dc6ce26648216014-2"><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-kerning: none" class="">sudo sh -c "echo deb <a href="http://download.opensuse.org/repositories/multimedia:/xiph/Debian_10/" class="">http://download.opensuse.org/repositories/multimedia:/xiph/Debian_10/</a> ./ >>/etc/apt/sources.list.d/icecast.list"</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-kerning: none" class="">wget -qO - <a href="http://download.opensuse.org/repositories/multimedia:/xiph/Debian_10/Release.key" class="">http://download.opensuse.org/repositories/multimedia:/xiph/Debian_10/Release.key</a> | sudo apt-key add -</span></div></div><div class="crayon-line crayon-striped-line" id="crayon-5f08e4dc6ce26648216014-2"><br class=""></div><div class="crayon-line crayon-striped-line" id="crayon-5f08e4dc6ce26648216014-2"><span class="crayon-e">I’ve also read a different thread that says I need to build it myself like below</span></div><div class="crayon-line crayon-striped-line" id="crayon-5f08e4dc6ce26648216014-2"><span class="crayon-e"><br class=""></span></div><div class="crayon-line crayon-striped-line" id="crayon-5f08e4dc6ce26648216014-2"><font face="Menlo" class=""><span style="font-style: normal; font-size: 11px;" class=""><span class="crayon-e">wget </span><span class="crayon-i">http</span><span class="crayon-sy">:</span><span class="crayon-c">//<a href="http://downloads.xiph.org/releases/icecast/icecast-2.4.4.tar.gz" class="">downloads.xiph.org/releases/icecast/icecast-2.4.4.tar.gz</a></span></span></font></div><div class="crayon-line" id="crayon-5f08e4dc6ce26648216014-3"><font face="Menlo" class=""><span style="font-style: normal; font-size: 11px;" class=""><span class="crayon-e">tar </span><span class="crayon-e">xvf </span><span class="crayon-i">icecast</span>-<span class="crayon-cn">2.4.4.tar.gz</span></span></font></div><div class="crayon-line crayon-striped-line" id="crayon-5f08e4dc6ce26648216014-4"><font face="Menlo" class=""><span style="font-style: normal; font-size: 11px;" class=""><span class="crayon-e">cd </span><span class="crayon-i">icecast</span>-<span class="crayon-cn">2.4.4</span></span></font></div><div class="crayon-line" id="crayon-5f08e4dc6ce26648216014-5"><font face="Menlo" class=""><span style="font-style: normal; font-size: 11px;" class=""><span class="crayon-sy">.</span>/<span class="crayon-i">configure</span><span class="crayon-h"> </span>--<span class="crayon-i">prefix</span>=/<span class="crayon-i">usr</span>/<span class="crayon-i">serverok</span>/<span class="crayon-i">icecast</span><span class="crayon-h"> </span>--<span class="crayon-i">with</span>-<span class="crayon-i">curl</span><span class="crayon-h"> </span>--<span class="crayon-i">with</span>-<span class="crayon-i">openssl</span></span></font></div>
<br class=""><div class="">If the first option is indeed possible I would prefer that. Can anyone confirm it is possible?</div><div class=""><br class=""></div><div class="">Damian</div><div class=""><br class=""></div></body></html>