Displaying 4 results from an estimated 4 matches for "rilliot".
Did you mean:
million
2018 May 02
0
Icecast Digest, Vol 167, Issue 2
...cecast-owner at xiph.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Icecast digest..."
>
>
> Today's Topics:
>
> 1. Re: EROR connection/_handle_connection Wrong request type
> from client (Teddy Rilliot)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 01 May 2018 17:16:33 +0200
> From: Teddy Rilliot <teddy.xiph at rilliot.fr>
> To: Icecast streaming server user discussions <icecast at xiph.org>
> Sub...
2018 May 01
2
EROR connection/_handle_connection Wrong request type from client
Hi,
I have been digging through the icecast mailing list archives trying to find out the meaning of this recurring message in my error.log
[2018-05-01 19:50:16] EROR connection/_handle_connection Wrong request type from client
[2018-05-01 19:50:16] EROR connection/_handle_connection Wrong request type from client
[2018-05-01 19:50:16] INFO source/source_main listener count on /Systrum now 1
2018 May 01
0
EROR connection/_handle_connection Wrong request type from client
Hi,
AFAIK, icecast only supports specific HTTP request methods (GET for
listeners, PUT/SOURCE for sources).
This message is logged when a client uses an unsupported request method
(such as HEAD or POST).
Please note that this might be inaccurate, but I saw this kind of logs
during a development that involved unsupported request methods.
? Teddy
Le 2018-05-01 13:00, Damian a ?crit?:
>
2018 Jul 25
0
IceCast 2.3.x v. 2.4.x connections? Difference?
Hi there,
Icecast 2.4 introduced the « PUT » HTTP method for sources, which is not supported by Icecast 2.3 (that uses the legacy « SOURCE » method).
This may explain why your piece of software works with Icecast 2.4 but not with 2.3.
You should find relevant lines regarding this issue in your Icecast 2.3 logfiles.
> Le 25 juil. 2018 à 18:00, ScanCaster <scancaster at scancaster.net>