Difference between revisions of "Source DSP Plug-in Configuration Examples"

From Winamp Developer Wiki
Jump to: navigation, search
(New page: =Introduction= The aim of this document is to show you what needs to be entered in the different options in the plug-ins configuration window to allow it to work with the sc_serv2 and sc_...)
 
m
Line 23: Line 23:
 
'''Address''' : localhost (or the IP of the server if it is different from the local machine [see dsp_sc.txt - [[Source_DSP_Plug-in#Connection Tab|section 3.2.1]] for more information] ).
 
'''Address''' : localhost (or the IP of the server if it is different from the local machine [see dsp_sc.txt - [[Source_DSP_Plug-in#Connection Tab|section 3.2.1]] for more information] ).
  
'''Port''' : 8000 (or the value set for 'portbase' [see sc_serv2.txt - section 4.0.8] ).
+
'''Port''' : 8000 (or the value set for 'portbase' [[[SHOUTcast_DNAS_Server_2#Networking|see sc_serv2.txt - section 4.0.8]]] ).
  
 
'''Stream ID''' : 1 (or the value set for 'streamid' for the relevant connection being made to the server [see sc_serv2.txt - section 4.0.12] ).
 
'''Stream ID''' : 1 (or the value set for 'streamid' for the relevant connection being made to the server [see sc_serv2.txt - section 4.0.12] ).
Line 29: Line 29:
 
'''User ID''' : this can be left blank and is not used with a source connection.
 
'''User ID''' : this can be left blank and is not used with a source connection.
  
'''Password''' : testing (or the value set for 'password' [see sc_serv2.txt - section 4.0.8] ).
+
'''Password''' : testing (or the value set for 'password' [[[SHOUTcast_DNAS_Server_2#Networking|see sc_serv2.txt - section 4.0.8]]] ).
  
 
'''Use SHOUTcast v1 mode (for legacy servers)''' : ensure this is UNCHECKED.
 
'''Use SHOUTcast v1 mode (for legacy servers)''' : ensure this is UNCHECKED.
Line 39: Line 39:
 
Here you can enter any details as required to identify or provide contact details for your stream to any clients connecting or when viewed on the YP directory listing.
 
Here you can enter any details as required to identify or provide contact details for your stream to any clients connecting or when viewed on the YP directory listing.
  
'''Make this server public (Recommended)''' : The usage of this setting depends upon the value of 'publicserver' in your server configuration. See sc_serv2.txt - section 4.0.14 for details.
+
'''Make this server public (Recommended)''' : The usage of this setting depends upon the value of 'publicserver' in your server configuration. See [[SHOUTcast_DNAS_Server_2#YP_Server_Behaviour|sc_serv2.txt - section 4.0.14]] for details.
  
  
Line 64: Line 64:
 
Here you can enter any details as required to identify or provide contact details for your stream to any clients connecting or when viewed on the YP directory listing.
 
Here you can enter any details as required to identify or provide contact details for your stream to any clients connecting or when viewed on the YP directory listing.
  
Make this server public (Recommended) : The usage of this setting depends upon the value of 'publicserver' in your server configuration. See sc_serv2.txt - section 4.0.14 for details.
+
Make this server public (Recommended) : The usage of this setting depends upon the value of 'publicserver' in your server configuration. See [[SHOUTcast_DNAS_Server_2#YP_Server_Behaviour|sc_serv2.txt - section 4.0.14]] for details.
  
  
Line 86: Line 86:
 
your stream to any clients connecting or when viewed on the YP directory listing.
 
your stream to any clients connecting or when viewed on the YP directory listing.
  
'''Make this server public (Recommended)''' : The usage of this setting depends upon the value of 'publicserver' in your server configuration. See sc_serv2.txt - section 4.0.14 for details.
+
'''Make this server public (Recommended)''' : The usage of this setting depends upon the value of 'publicserver' in your server configuration. See [[SHOUTcast_DNAS_Server_2#YP_Server_Behaviour|sc_serv2.txt - section 4.0.14]] for details.

Revision as of 15:25, 6 January 2011

Introduction

The aim of this document is to show you what needs to be entered in the different options in the plug-ins configuration window to allow it to work with the sc_serv2 and sc_trans configuration examples. The setups covered are:

Connecting as a source directly to the server
Connecting as a DJ to a transcoder in SHOUTcast 2 and SHOUTcast 1 (legacy) modes


Configurations

In all of the example configurations, it is assumed that Winamp has been chosen as the input source for the stream(s) being created and that all of the passwords used are the same as those in the sc_serv2 and sc_trans example configuration files. Remember that you should change the example passwords when setting up your SHOUTcast system.

The choice of the encoder used is left as something for you to decide upon considering the DSP plug-in supports MP3, AAC+ and AAC LC along with all of the different bitrates, etc. However this should not cause an issue with the example setups used but is something you need to decide upon as part of the general process in setting up a SHOUTcast system.

Finally the name of the options as shown in the english translation of the plug-in on its 'Output' tab (see dsp_sc.txt - section 3.2) will be used in this file to identify the options which need to be entered. This is mentioned incase a localised version of the DSP plug-in is used (a nice feature implemented in version 2 of the plug-in).


Direct Source to a Server (sc_serv2)

Connection Tab


Address : localhost (or the IP of the server if it is different from the local machine [see dsp_sc.txt - section 3.2.1 for more information] ).

Port : 8000 (or the value set for 'portbase' [[[SHOUTcast_DNAS_Server_2#Networking|see sc_serv2.txt - section 4.0.8]]] ).

Stream ID : 1 (or the value set for 'streamid' for the relevant connection being made to the server [see sc_serv2.txt - section 4.0.12] ).

User ID : this can be left blank and is not used with a source connection.

Password : testing (or the value set for 'password' [[[SHOUTcast_DNAS_Server_2#Networking|see sc_serv2.txt - section 4.0.8]]] ).

Use SHOUTcast v1 mode (for legacy servers) : ensure this is UNCHECKED.


Yellowpages Tab


Here you can enter any details as required to identify or provide contact details for your stream to any clients connecting or when viewed on the YP directory listing.

Make this server public (Recommended) : The usage of this setting depends upon the value of 'publicserver' in your server configuration. See sc_serv2.txt - section 4.0.14 for details.


DJ Source to the Transcoder (sc_trans) in SHOUTcast 2 Mode

Connection Tab


Address : localhost (or the IP of the server if it is different from the local machine [see dsp_sc.txt - section 3.2.1 for more information] ).

Port : 8505 (or the value set for 'djport2' [see sc_trans.txt - section 3.0.3] ).

Stream ID : this can be left blank is effectively ignored for this type of connection.

User ID : dj (or the value set for 'djlogin' for the respective DJ account setup in the sc_trans configuration [see sc_trans.txt - section 3.0.3] ).

Password : noise (or the value set for 'djpassword' for the respective DJ account setup in the sc_trans configuration [see sc_trans.txt - section 3.0.3] ).

Use SHOUTcast v1 mode (for legacy servers) : ensure this is UNCHECKED.

Yellowpages Tab


Here you can enter any details as required to identify or provide contact details for your stream to any clients connecting or when viewed on the YP directory listing.

Make this server public (Recommended) : The usage of this setting depends upon the value of 'publicserver' in your server configuration. See sc_serv2.txt - section 4.0.14 for details.


DJ Source to the Transcoder (sc_trans) in SHOUTcast 1 Mode (Legacy)

Connection Tab


Address : localhost (or the IP of the server if it is different from the local machine [see dsp_sc.txt - section 3.2.1 for more information] ).

Port : 8500 (or the value set for 'djport' [see sc_trans.txt - section 3.0.3] ).

Password : dj:noise (or the values set for 'djlogin' and 'djpassword' for the respective DJ account setup in sc_trans's configuration [see sc_trans.txt - section 3.0.3] ).

Use SHOUTcast v1 mode (for legacy servers) : ensure this is CHECKED.

Yellowpages Tab


Here you can enter any details as required to identify or provide contact details for your stream to any clients connecting or when viewed on the YP directory listing.

Make this server public (Recommended) : The usage of this setting depends upon the value of 'publicserver' in your server configuration. See sc_serv2.txt - section 4.0.14 for details.