Displaying 20 results from an estimated 2000 matches similar to: "Icecast streaming https"
2020 Feb 05
0
Icecast streaming https
Here you go:
- https://serverok.in/centovacast-enable-ssl-on-icecast
No problem, you're welcome!
Chip Scooter
On Wed, 5 Feb 2020 at 18:41, Henk van de Ridder <henk.vande.ridder at solcon.nl>
wrote:
> I am struggling to get icecast running with https, but I cannot get it
> working
>
> My environment is: Debian 10 (Buster)
>
>
>
> I tried the standard
2020 Mar 20
0
Issue with Wordpress in HTTPS and Icecast Stream URL in HTTP
Syntax error in your conf file.
Check it from the command line using: *xmllint icecast.xml*
That will show you the error.
Or use something like this: https://xmlvalidation.com/
Probably an unclosed tag.
You're welcome. Don't mention it :o)
Chip Scooter
On Fri, 20 Mar 2020 at 14:06, Damien GENESTE <d.geneste at illud.fr> wrote:
> Hello,
>
> Thank you for your help. I
2020 Mar 20
1
Issue with Wordpress in HTTPS and Icecast Stream URL in HTTP
Hello Chip,
I have no error in my file. I also test my previous XML file that was
working and it say the same error : line 1: syntax error near unexpected
token `newline'
/usr/local/etc/icecast.xml: line 1: `<icecast>'
BR,
Ceelo
On Fri, Mar 20, 2020 at 3:27 PM Chip <chiapas at aktivix.org> wrote:
> Syntax error in your conf file.
>
> Check it from the command
2020 Mar 20
2
Issue with Wordpress in HTTPS and Icecast Stream URL in HTTP
Hello,
Thank you for your help. I tried to follow steps on your link but it didn't
work. I used this one :
https://weekly-geekly.github.io/articles/350236/index.html
I finish all steps but when i try to launch icecast with : su icecast2 -s
/bin/bash icecast -c /usr/local/etc/icecast.xml
I get this error : /usr/local/etc/icecast.xml: line 1: syntax error near
unexpected token `newline'
2020 Oct 17
0
Install Icecast server with SSL - please help
Hi,
the guide you followed is not really correct for the usecase you have
unless you use CentovaCast, which I guess you do not?
On 17 Oct 2020, at 13:19, Bananradion wrote:
> Thanks for the fast reply, but that didn't help either.
>
> What is supposed to happened after "make install"
> I see:
>
> Making install in examples
> make[1]: Entering directory
2020 Oct 17
0
Install Icecast server with SSL - please help
First I would recommend to run make uninstall
from the location you ran make install before
to clean up what it already installed in the
wrong location.
Then repeat the ./configure ... step but without the
prefix:
./configure --with-curl --with-openssl
then make and make install,
which should install Icecast to /usr/local
with the Icecast binary in /usr/local/bin and the
configuration
2020 Mar 18
0
Issue with Wordpress in HTTPS and Icecast Stream URL in HTTP
How about this:
- https://serverok.in/centovacast-enable-ssl-on-icecast
You're welcome. Don't mention it :o)
Chip Scooter
On Wed, 18 Mar 2020 at 15:31, Damien GENESTE <d.geneste at illud.fr> wrote:
> Hello,
>
> Configuration :
> - Debian 8
> - Wordpress 5.3.2 (Apache)
> - Icecast 2
> - Radio web player : Streamcast
>
> I just installed my Web radio
2020 Oct 17
2
Install Icecast server with SSL - please help
Thanks for the fast reply, but that didn't help either.
What is supposed to happened after "make install"
I see:
Making install in examples
make[1]: Entering directory '/usr/local/src/icecast-2.4.4/examples'
make[2]: Entering directory '/usr/local/src/icecast-2.4.4/examples'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for
2020 Oct 17
0
Install Icecast server with SSL - please help
On 17 Oct 2020, at 15:14, Bananradion wrote:
> I tried that, but i'm not sure what´s supposed to happen after "make
> install" is done?
Nothing us supposed to happen afterwards.
The log you posted looks like it successfully installed everything.
>
> Making install in examples
> make[1]: Entering directory '/home/pi/icecast-2.4.4/examples'
> make[2]:
2020 Oct 17
2
Install Icecast server with SSL - please help
No, I don't have centovacast.. i just want to use icecast with ices2.
But icecast has to have ssl enabled.
Den lör 17 okt. 2020 kl 13:55 skrev Marvin Scholz <epirat07 at gmail.com>:
> Hi,
>
> the guide you followed is not really correct for the usecase you have
> unless you use CentovaCast, which I guess you do not?
>
> On 17 Oct 2020, at 13:19, Bananradion wrote:
2019 Dec 10
1
No ssl capability
Thanks chip!
Thats working.
Thanks a lot
Kind regards,
Marv
Op 10 dec. 2019 om 19:51 heeft Chip <chiapas at aktivix.org> het volgende geschreven:
>
>
> How about this:
> https://serverok.in/centovacast-enable-ssl-on-icecast
> You're welcome. Don't mention it :o)
>
> Chip Scooter
>
> On Mon, 9 Dec 2019 at 12:54, Marvin | OveralWiFi.nu <marvin at
2020 Oct 17
2
Install Icecast server with SSL - please help
Where does the value for ssl-allowed-ciphers come from?
On 10/17/2020 5:19 AM, Chip wrote:
> Try this:
>
> * https://serverok.in/centovacast-enable-ssl-on-icecast
>
> If you are using Letsencrypt then this, IMHO, is a good way to make
> the icecast.pem file:
>
> cat privkey.pem fullchain.pem > icecast.pem
>
> The above creates a useful SSL cert format which,
2020 Oct 17
2
Install Icecast server with SSL - please help
I tried that, but i'm not sure what´s supposed to happen after "make
install" is done?
Making install in examples
make[1]: Entering directory '/home/pi/icecast-2.4.4/examples'
make[2]: Entering directory '/home/pi/icecast-2.4.4/examples'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]:
2020 Jun 11
0
SSL-Question
Hi
This is for Linux but you might be able to find something useful in there
for your situation:
- https://serverok.in/centovacast-enable-ssl-on-icecast
If you are using Letsencrypt then this, IMHO, is a good way to make the
icecast.pem file:
cat privkey.pem fullchain.pem > icecast.pem
The above creates a useful SSL cert format which, for example, a range of
devices are able to
2020 Oct 17
0
Install Icecast server with SSL - please help
Can someone please compile the latest icecast version with ssl for
raspbian/debian?
Regards..
Daniel
Den lör 17 okt. 2020 kl 16:44 skrev Steve Matzura <sm at noisynotes.com>:
> Where does the value for ssl-allowed-ciphers come from?
>
>
> On 10/17/2020 5:19 AM, Chip wrote:
>
> Try this:
>
> - https://serverok.in/centovacast-enable-ssl-on-icecast
>
> If
2018 Mar 30
1
Question
Thank you Richard. They do have me set up with a DJ account to I will put all of this together today and see what I can make work. Thanks to all.
Cliff Witherspoon
Red Arrow Entertainment
864-613-4201
> On Mar 30, 2018, at 5:04 AM, Richard Elen <relen at brideswell.com> wrote:
>
> Hi, Cliff...
>
> The suggestions I've made assume that the station would allow you to
2018 Mar 30
0
Question
Excellent - you'll need to make sure that you have the settings that
they use for their broadcasts so that you can take over the stream
seamlessly with no issues. This means:
* Audio encoder (generally mp3, HE-AAC or AAC+) Nicecast only does
mp3; BUTT and LadioCast support both mp3 and AAC; AAC offers higher
audio quality at a lower data rate
* Data rate (kb/sec) (Hopefully at
2020 Feb 05
3
Icecast streaming https
I am struggling to get icecast running with https, but I cannot get it working
My environment is: Debian 10 (Buster)
I tried the standard debian package but there is no SSL capability at all.
So I compiled the icecast-2.4.4.tar.gz contents with ./configure --with-curl --with-openssl; make; make install
I always get the error: [2020-02-05 17:35:36] INFO connection/get_ssl_certificate
2020 Jun 11
2
SSL-Question
I copy certificate.crt and private.key to one file and this file convert to
.pem.
This is in icecast error.log:
[2020-06-11 13:37:30] INFO main/main.c Icecast 2.4.4 server started
[2020-06-11 13:37:30] INFO yp/yp.c YP update thread started
[2020-06-11 13:37:30] WARN connection/connection.c Invalid private key
file ./cert/icecast.pem
[2020-06-11 13:37:30] INFO connection/connection.c No SSL
2019 Mar 07
1
Logging tracks played and listener stats
Hi Richard,
We parse streaming server log files and generate audience stats and royalty reports in various formats. You can submit a log file at https://www.streamanalyst.com/free-account/ for a free evaluation. This is a commercial service. We charge 148 euros (about US$167.00) for a one-year subscription to small broadcasters.
Best regards,
Jean-Luc
On jeudi 7 mars 2019 at 11:28 AM,