COCKOS
CONFEDERATED FORUMS
Cockos : REAPER : NINJAM : Forums
Forum Home : Register : FAQ : Members List : Search :

Go Back   Cockos Incorporated Forums > NINJAM Discussion > NINJAM Developer Discussion

Reply
 
Thread Tools Display Modes
Old 02-03-2009, 01:54 PM   #1
DaMNeD
Human being with feelings
 
Join Date: Oct 2008
Location: Aix en Provence, France
Posts: 38
Default My 2 cents contrib - Ninjamcast Linux Port

Here is the port to Linux of Brennan's streamin bot to a shoutcast server.
If you don't know what this is useful for, don't read further.

I just don't remember how I managed to get it to compile fine, but it works.

Just go to ninjam/ninjamcast and type make to compile it.
You'll need libvorbis, libmp3lame to have it compile correctly.
Ignore the warnings.

Have fun!

Here is some other interresting stuff, icecast 2.3.2 config for the bot, with multiple mountpoints, for multiple shoutcast sources at the same time (multiple ninjamcast bots for example ) )
Here are the noticeable config parameters to add in the icecast.xml :


<!-- Note that 2nd port for listen socket is higher due to Port Number +1 used by Shoutcast sources -->
<listen-socket>
<port>15000</port>
<shoutcast-mount>/mountpoint1</shoutcast-mount>
</listen-socket>

<listen-socket>
<port>15010</port>
<shoutcast-mount>/mountpoint2</shoutcast-mount>
</listen-socket>

<!-- Note the definition of differents mountpoints for differents shoutcast sources (multiple jambot here in the example) (of course the ninjamcast.cfg should reflect the parameters here) -->
<mount>
<mount-name>/mountpoint1</mount-name>
<user>someuser1</user>
<password>somepass1</password>
</mount>

<mount>
<mount-name>/mountpoint2</mount-name>
<user>someuser2</user>
<password>somepass2</password>
</mount>


<!-- Note redefinition of differents shoutcast mountpoints not sure if not redudant-->
<shoutcast-mount>/mountpoint1</shoutcast-mount>
<shoutcast-mount>/mountpoint2</shoutcast-mount>
Attached Files
File Type: zip ninjamcast-linux.tgz.zip (101.6 KB, 651 views)

Last edited by DaMNeD; 02-03-2009 at 05:33 PM. Reason: Iceast Config Detail
DaMNeD is offline   Reply With Quote
Old 02-04-2009, 07:53 PM   #2
AndyMc
Human being with feelings
 
AndyMc's Avatar
 
Join Date: Dec 2006
Posts: 441
Default

N1 m8, and Brennan for the orig.
__________________
Latest Shit (looking for singers): http://www.soundcloud.com/AndyMcProducer
Twitter (@AndyMcProducer): http://www.twitter.com/AndyMcProducer
Facebook Page: http://www.facebook.com/AndyMcProducer
AndyMc is offline   Reply With Quote
Old 02-12-2009, 03:09 PM   #3
Brennan
hey man
 
Brennan's Avatar
 
Join Date: Jun 2005
Posts: 331
Default

Good job!
Brennan is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 12:20 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.