Displaying 3 results from an estimated 3 matches for "ooohhh".
Did you mean:
oooohhh
2015 Jun 04
1
404 error => stream redirect / relay
ooohhh :) interesting... didn't think about that... I was stuck on catching
404 and there is a new default mount config...
I will try this... after quick test, there are some problems with the
default mount, but it may be because of wrong configuration... I will have
to experiment with the settings....
2024 Dec 19
1
Enable Certificates on a running icecast
Hi
> A. Where can I get a cert for my icecast server?
look here
https://letsencrypt.org/
you can use certbot command to obtain certificate for your domain
> B. How to re-do the current icecast server enhanced with the cert?
in yor settings add
...
<listen-socket>
<port>8001</port>
<ssl>1</ssl>
</listen-socket>
...
2015 Jun 04
2
404 error => stream redirect / relay
Is there any known way how to redirect all 404 errors to a stream?
I can see many request to non-existing publish points (mostly old streams
that are no longer active) and I would like to redirect them to one
specific mount with audio loop (looped stream)... but I don't want to
create relay streams manually for each non-existing pubpoint, but rather
create one general "404 relay"...