mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 16:48:52 +02:00
controlscript must be located in plugin_dir
This commit is contained in:
parent
be266c07ce
commit
8e9806f35c
13 changed files with 137 additions and 46 deletions
|
@ -485,7 +485,7 @@ See [Plugin.Stream.Player.SetProperty](stream_plugin.md#pluginstreamplayersetpro
|
|||
### Stream.AddStream
|
||||
|
||||
Note: For security purposes, the RPC interface allows only adding streams of these types: `pipe`, `file`, `tcp`, `alsa`, `jack` and `meta`.
|
||||
It is also not allowed to set the `controlscript` query parameter of `streamUri`.
|
||||
The optional`controlscript` of the `streamUri` must be located in `[stream] plugin_dir` (configured in `snapserver.conf`, default `/usr/share/snapserver/plug-ins`), can be an absolute or relative path.
|
||||
|
||||
#### Request
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue