Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

event-bindings feature request #466

Open
boteman opened this issue Mar 1, 2025 · 0 comments
Open

event-bindings feature request #466

boteman opened this issue Mar 1, 2025 · 0 comments

Comments

@boteman
Copy link

boteman commented Mar 1, 2025

I just tested two event types on Icecast 2.4.0-kh22-10-gea3554b built a few weeks ago from source code on Debian Bookworm, no joy.

<mount>
...
<event-bindings>
	<event type="log" trigger="source-listener-attach">
		<option name="prefix" value="xyzzy" />
	</event>
</event-bindings>

<event-bindings>
	<event type="exec" trigger="source-listener-attach">
		<option name="executable" value="/usr/local/share/icecast/s_newlistener.sh" />
	</event>
</event-bindings>
</mount>

(The only way I determined the syntax was a DDG search which found a ticket on the main Icecast branch on the old gitlab repo. Please correct my syntax if it is wrong.)

A recursive grep did not find "event-binding" anywhere in the source code tree.

So I assume that event-bindings are not supported on the KH branch? If not, that would be a helpful addition. TNX.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant