Displaying 8 results from an estimated 8 matches for "source_startup".
2024 Nov 11
1
WARN connection/source_startup Mountpoint /radio in use
...p, the mountpoint keeps showing up
on the admin page. Reconnecting is not possible. At reconnection
attempt, the log file says:
[2024-11-11 15:44:23] INFO connection/_handle_source_request Source
logging in at mountpoint "/radio" from 87.141.43.247
[2024-11-11 15:44:23] WARN connection/source_startup Mountpoint /radio in use
I tried different mount points and different streaming apps and made
sure they were closed. After restarting Icecast or killing the
mountpoint, the server is open for a new connection again.
Does anyone have a hint where I can start digging?
Thomas
2024 Nov 21
1
WARN connection/source_startup Mountpoint /radio in use
Hi!
I finally found the trigger of the issue but still have no clue how to fix it.
I removed the SSL line here:
<listen-socket>
<port>8000</port>
<ssl>1</ssl>
</listen-socket>
And I removed this path:
<ssl-certificate>/etc/icecast2/cert/stream.pem</ssl-certificate>
Without SSL, the Mountpoints vanish after stopping the stream as they
2024 Nov 21
1
WARN connection/source_startup Mountpoint /radio in use
....?Remember to set up certbot to get your first certificate you will need a non ssl port.?TonySent from my Galaxy
-------- Original message --------From: Thomas Schmidt <schmidt at netaction.de> Date: 21/11/2024 15:15 (GMT+00:00) To: icecast at xiph.org Subject: Re: [Icecast] WARN connection/source_startup Mountpoint /radio in
use Hi!I finally found the trigger of the issue but still have no clue how to fix it.I removed the SSL line here:<listen-socket>? <port>8000</port>? <ssl>1</ssl></listen-socket>And I removed this path:<ssl-certificate>/etc/icecast2/ce...
2017 Aug 28
2
Fallback stream not preventing a disconnect
.../se9s88kY
This is a log of me starting the mpd service, connecting with
home-assistant (and hearing music), followed by changing a track:
[2017-08-16 14:40:20] INFO connection/_handle_source_request Source
> logging in at mountpoint "/mopidy.mp3"
[2017-08-16 14:40:20] INFO source/source_startup sources count is now 1
[2017-08-16 14:40:20] INFO source/source_apply_mount Applying mount
> information for "/mopidy.mp3"
[2017-08-16 14:40:20] INFO source/source_startup source /mopidy.mp3 is
> ready to start
[2017-08-16 14:40:20] INFO source/source_set_override for /mopidy....
2010 Jun 07
0
No subject
...> =A0[PATCH 09/31] connection: simplify _handle_connection (make it more re=
adeable)
> =A0[PATCH 10/31] Connection: _accept_connection, simplify logic
> =A0[PATCH 11/31] Connection: connection_accept_loop, pass timeout
>
> [big refactoring]
> =A0[PATCH 12/31] Connection: refactor source_startup
> =A0[PATCH 13/31] Connection: let everything go through fserve
>
> [add post support]
> =A0[PATCH 14/31] Add POST support. WARNING, still no AUTH
>
> [re-work connection process, to a more readable and simple way]
> =A0[PATCH 15/31] Connection: simplify in-connection handeling...
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
...re-roll logic in a more readeable way.
[PATCH 09/31] connection: simplify _handle_connection (make it more readeable)
[PATCH 10/31] Connection: _accept_connection, simplify logic
[PATCH 11/31] Connection: connection_accept_loop, pass timeout
[big refactoring]
[PATCH 12/31] Connection: refactor source_startup
[PATCH 13/31] Connection: let everything go through fserve
[add post support]
[PATCH 14/31] Add POST support. WARNING, still no AUTH
[re-work connection process, to a more readable and simple way]
[PATCH 15/31] Connection: simplify in-connection handeling (kill 1 function, and break shoutcast)...
2020 Feb 16
5
Icecast SSL endpoint timeout issue
...[2020-02-09 18:03:53] EROR util/util_http_select_best Input string does not
parse as KVA. Selecting first option.
[2020-02-09 18:03:53] WARN reportxml/reportxml_database_build_report No
matching definition for "c5724467-5f85-48c7-b45a-915c3150c292"
[2020-02-09 18:03:53] WARN connection/source_startup Mountpoint /acdc.ogg
in use
Any pointers very welcome.
Here is the config.xml file for the server used:
<icecast>
<!-- location and admin are two arbitrary strings that are e.g. visible
on the server info page of the icecast web interface
(server_version.xsl). --&...
2020 Mar 28
0
Icecast SSL endpoint timeout issue
...OR util/util_http_select_best Input string does
> not
> parse as KVA. Selecting first option.
> [2020-02-09 18:03:53] WARN reportxml/reportxml_database_build_report No
> matching definition for "c5724467-5f85-48c7-b45a-915c3150c292"
> [2020-02-09 18:03:53] WARN connection/source_startup Mountpoint /acdc.ogg
> in use
>
>
> Any pointers very welcome.
>
> Here is the config.xml file for the server used:
>
> <icecast>
> <!-- location and admin are two arbitrary strings that are e.g. visible
> on the server info page of the icecast we...