Displaying 10 results from an estimated 10 matches for "tdas".
Did you mean:
das
2024 Mar 22
1
Reverse Proxy
Anyone???
> On 19 Mar 2024, at 18:41, TDAS <talldarkandstrange at icloud.com> wrote:
>
> Hi folks
>
> What's the 2024 line of thinking about reverse proxies for icecast?
>
> Not talking massive loads like the 1Gbs discussion I saw the other day (man, how I'd like to have those kind of issues!) :)
>
&g...
2024 Jan 21
1
Public stats on beta
...ADMINSAFE_SAFE, command_public_stats, NULL},
?but not sure if I should start messing around in ?c? files. I?m a js guy ;)
> On 21 Jan 2024, at 11:03, Philipp Schafft <phschafft at de.loewenfelsen.net> wrote:
>
> Good morning,
>
> On Sun, 2024-01-21 at 10:39 +0000, TDAS wrote:
>> Can anyone tell me why /admin/publicstats is unprotected? And how I
>> go about changing that!?
>>
>> I don?t understand why it would be accessible by anyone without
>> authenticating when it is under /admin/ ??
>
> The endpoint is meant to be a repla...
2024 Apr 18
1
Listener stats bug
Le 18/04/2024 ? 21:55, TDAS a ?crit?:
> Hiya
>
> Is this bug known about, in stats.json ?
>
> Currently showing for me:
>
> "listeners": 140462600,
>
> I'd love to think I had that many listeners, but I think the server
> would have long given up... ;)
>
> Anything I can...
2024 Jan 21
1
Public stats on beta
Good afternoon,
On Sun, 2024-01-21 at 15:08 +0000, TDAS wrote:
> Yeeek. That?s a lot of options :)
It's a lot of possibilities! ;)
> As someone who is pretty savvy but has only ever left Icecast
> authentication at the defaults, are there any examples, as I need to
> get it turned off pretty quickly.
I'm not really sure here. Th...
2024 Jan 21
1
Public stats on beta
Good morning,
On Sun, 2024-01-21 at 10:39 +0000, TDAS wrote:
> Can anyone tell me why?/admin/publicstats?is unprotected? And how I
> go about changing that!?
>
> I don?t understand why it would be accessible by anyone without
> authenticating when it is under?/admin/???
The endpoint is meant to be a replacement for /status-json.xsl wh...
2024 Jan 21
1
Public stats on beta
Can anyone tell me why /admin/publicstats is unprotected? And how I go about changing that!?
I don?t understand why it would be accessible by anyone without authenticating when it is under /admin/ ??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20240121/9d1a4f96/attachment.htm>
2024 Mar 19
1
Reverse Proxy
Hi folks
What's the 2024 line of thinking about reverse proxies for icecast?
Not talking massive loads like the 1Gbs discussion I saw the other day (man, how I'd like to have those kind of issues!) :)
Specifically, Traefik handling https for a few icecast URLs, each with their own docker container?
Rick
2024 Apr 18
1
Listener stats bug
Hiya
Is this bug known about, in stats.json ?
Currently showing for me:
"listeners": 140462600,
I'd love to think I had that many listeners, but I think the server would have long given up... ;)
Anything I can help with, logs etc?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2024 Jan 21
1
Public stats on beta
Thanks - so
> <role type="anonymous" match-admin="publicstats,publicstats.json" deny-all="*" />
?worked, but also blocked all my mount points too! I guess I need to follow it with something like:
<role type="anonymous" match-admin=?stream.mp3,stream.aac" allow-all="*" />
Or something else? But would that not open up the
2024 Jan 21
2
Public stats on beta
Good evening,
On Sun, 2024-01-21 at 20:01 +0000, TDAS wrote:
> Thanks - so?
>
> > ???<role type="anonymous" match-
> > admin="publicstats,publicstats.json" deny-all="*" />
>
>
> ?worked, but also blocked all my mount points too! I guess I need to
> follow it with something like:
>...