Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Sinusbot to ShoutCast?

Status
Not open for further replies.

LetsBlade

Active Member
Hey! Ich kenne zurzeit nur den Icecast Code von flyth
Code:
registerPlugin({
    name: 'stream2icecast',
    version: '1.0',
    description: '',
    author: 'Michael Friese <[email protected]>',
    vars: {
        streamServer: {
            title: 'URL of the icecast endpoint',
            type: 'string'
        },
        streamPassword: {
            title: 'Password for the source user (default: hackme)',
            type: 'string'
        }
    }
}, function(sinusbot, config) {
    if (config.streamServer && config.streamPassword) sinusbot.streamToServer(config.streamServer, 'source', config.streamPassword);
});

Kennt einer / hat einer von euch einen Ähnlichen Code für ShoutCast?
 

flyth

is reticulating splines
Staff member
Developer
Contributor
Soweit ich weiß, sind die Protokolle nicht zueinander kompatibel. Damit gibt es dann auch keine passende Funktion im Scripting.
 
Status
Not open for further replies.
Top