Displaying 7 results from an estimated 7 matches for "kh11".
Did you mean:
k11
2015 Jan 14
2
OggFLAC metadata support
...icial feature request.
The lack of metadata happens for both Icecast 2.3.3.kh-11 as well as
Icecast 2.4.0
# Icecast 2.4.0
http://radio.thecracken.net/test
http://radio.thecracken.net/test.flac
http://radio.thecracken.net/test.opus
http://radio.thecracken.net/test_with_effects.aac
# Icecast 2.3.3.kh11
http://radio.thecracken.net:8000/test
http://radio.thecracken.net:8000/test.flac
http://radio.thecracken.net:8000/test.opus
http://radio.thecracken.net:8000/test_with_effects.aac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast-...
2004 Jul 16
1
Fixed and random factors in aov()
...: 48 obs. of 4 variables:
$ Subj : Factor w/ 48 levels "vp1","vp10","vp11",..: 1 12 23 34 44...
$ Game : Factor w/ 4 levels "S1","S2","S3",..: 1 1 1 1 1 1 1 1 ...
$ Store : Factor w/ 12 levels "KH1","KH10","KH11",..: 1 1 1 1 5 ...
$ Points: num 7 9 12 7 6 5 8 6 9 6 ...
> summary(aov(Points ~ Game + Error(Game:Store),dat=kh.df))
Error: Game:Store
Df Sum Sq Mean Sq F value Pr(>F)
Game 3 391.50 130.50 5.9771 0.01934 *
Residuals 8 174.67 21.83
---
Signi...
2020 Feb 13
3
Possible CORS issue
Hi
I'm clutching at straws here.
I have a user who requires access to a status-json.xsl to publish now
playing data for an Alexa skill and this can be accessed via a browser at:
- http://example.com:8000/status-json.xsl
He says that now his PHP script cannot access the file.
I know that Alexa requires *streams* to be served over https but this has
previously worked and his skill is
2005 Jun 13
2
admin.cgi metadata updates
I would just like to confirm that this is suppose to work with Ogg
Vorbis streams. I'm using 2.2-kh5 at a hosting company.
http://servername.com:9876/admin.cgi?pass=mypassword&mode=updinfo&song=a_song_title
I'm sure I have the correct servername, port and password, but it's not
working. I can do other admin tasks. When I brought this up a few
months ago I'm sure
2015 Feb 20
0
OggFLAC metadata support
...;
>>
>> > # Icecast 2.4.0
>> > http://radio.thecracken.net/test
>> > http://radio.thecracken.net/test.flac
>> > http://radio.thecracken.net/test.opus
>> > http://radio.thecracken.net/test_with_effects.aac
>> >
>> > # Icecast 2.3.3.kh11
>> > http://radio.thecracken.net:8000/test
>> > http://radio.thecracken.net:8000/test.flac
>> > http://radio.thecracken.net:8000/test.opus
>> > http://radio.thecracken.net:8000/test_with_effects.aac
>>
>> --
>> Philipp.
>> (Rah of PH2)
&g...
2020 Feb 14
0
Possible CORS issue
...igin, Accept, X-Requested-With, Content-Type
Access-Control-Allow-Methods: GET, OPTIONS, HEAD
The second version above works because Icecast is configured differently to
the first example - indeed, they're different versions:
This doesn't work:
[chip at machine]# icecast -v
Icecast 2.3.3-kh11-20150225150031
This one works with curl nicely:
[chip at machine2]# icecast -v
Icecast 2.4.0-kh12-8-gc6e5d83
How easy is it to upgrade Icecast mid-flight on a production server? Can it
be done seamlessly or what sort of downtime am I looking at?
Many thanks for your help
Chip
-------------- ne...
2020 Feb 14
2
Possible CORS issue
...n 14 Feb 2020, at 21:46, Chip wrote:
>
> […]
>
> The second version above works because Icecast is configured
> differently to
> the first example - indeed, they're different versions:
>
> This doesn't work:
>
> [chip at machine]# icecast -v
> Icecast 2.3.3-kh11-20150225150031
Hi,
you are using Icecast-kh, this is quite different from the
„normal“ Icecast and we can not offer help for it, as we are
no familiar with it.
You might want to either switch to the „official“ Icecast
or maybe file a bug with the Icecast-kh project instead.
>
> This one w...