Displaying 6 results from an estimated 6 matches for "_handle_shoutcast_compatible".
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
...macros.
[simplify header parsing, inspired by source.c code]
[PATCH 04/31] UTIL, add find_eos_delim and use it to simplify util_read_header (pending con)
[PATCH 05/31] connection: make process_request_queue use util_find_eos_delim
[PATCH 06/31] connection.c: use util_find_eos_delim to simplify _handle_shoutcast_compatible
[cleanup shoutcast code]
[PATCH 07/31] Connection: make _handle_shoutcast_compatible more readable,
[cleanup generic connection code]
[PATCH 08/31] connection: _handle_connection re-roll logic in a more readeable way.
[PATCH 09/31] connection: simplify _handle_connection (make it more readeabl...
2023 Mar 24
2
Shoutcast compatibility mode
...mount type="normal">
<mount-name>/live.mp3</mount-name>
<charset>UTF8</charset>
<password>IAmADJ</password>
</mount>
This is what happens when I try to connect and start DJing:
[2023-03-24 17:49:51] INFO connection/_handle_shoutcast_compatible
password does not match "!POKE"
The same client can stream just fine to a Shoutcast server.
Am I misunderstanding what shoutcast-mount does?
Thank you!
Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/atta...
2005 Mar 27
1
Shoutcast compatibility and inconsistancies
...e port (see thread
starting at
http://lists.xiph.org/pipermail/icecast/2004-December/008120.html), I
discovered some inconsistant behaviour.
I notice that the shoutcast port wants the global source password,
regardless of the mount it is associated with.
[2005-03-27 16:13:09] EROR connection/_handle_shoutcast_compatible Invalid
source password
I expected that it would allow me to specify a password in the related
<mount> section and use that instead. This would make it consistant with
other server operations and also be consistant with Oddsock's comments in
http://lists.xiph.org/pipermail/icecast/2...
2010 Jun 07
0
No subject
...fy util_rea=
d_header (pending con)
> =A0[PATCH 05/31] connection: make process_request_queue use util_find_eos=
_delim
> =A0[PATCH 06/31] connection.c: use util_find_eos_delim to simplify _handl=
e_shoutcast_compatible
>
> [cleanup shoutcast code]
> =A0[PATCH 07/31] Connection: make _handle_shoutcast_compatible more reada=
ble,
>
> [cleanup generic connection code]
> =A0[PATCH 08/31] connection: _handle_connection re-roll logic in a more r=
eadeable way.
> =A0[PATCH 09/31] connection: simplify _handle_connection (make it more re=
adeable)
> =A0[PATCH 10/31] Connection: _accept_connection, s...
2010 Aug 01
2
[PATCHES] Smartjog PatchDump
...cleanup:
[simplify header parsing, inspired by source.c code]
[PATCH 04/31] UTIL, add find_eos_delim and use it to simplify util_read_header (pending con)
[PATCH 05/31] connection: make process_request_queue use util_find_eos_delim
[PATCH 06/31] connection.c: use util_find_eos_delim to simplify _handle_shoutcast_compatible
Can we look into getting those ones in ? it's a feature and a bit of cleanups
Cheers,
--
Niv Sardi
2010 Jul 30
2
[PATCHES] Smartjog PatchDump
Le vendredi 30 juillet 2010 12:25:48, Michael Smith a ?crit :
> All that said: Icecast2 is largely unmaintained these days - I don't
> know if anyone is interested in going through these and figuring out
> which ones are mergeable, which need fixing, and which shouldn't be
> used at all.
Maybe its time to find include new contributors ?
If no one has time to review the