Sorry for my bad english
Hello all, I want script for send sound in channel in icecast server. I see the fonction in the script help but I can't use this :/ You can help me please
Hello all, I want script for send sound in channel in icecast server. I see the fonction in the script help but I can't use this :/ You can help me please
Make me a script for I can send sound in my icecast server pleaseStreaming
The bot can output streams via API or to an icecast server. These functions will help you control the output. The codec will always be Opus and the container format Ogg.
setArc(enabled bool)
Activates or deactivates the audio return channel for streaming purposes.
recordStart()
Starts recording the bot's output.
recordStop()
Stops recording the bot's output.
streamToServer(url string, username string, password string)
Stream output to the icecast server at url using the credentials given.
streamStop()
Stops broadcasting to the icecast server.