Old 15th October 2003, 13:04   #1
M@xX
Junior Member
 
Join Date: Aug 2003
Posts: 23
playing playlist by order

I am starting 2 dsp process for decoding mp3 with different bitrates. They are started at one time. And I am looking titles in shoucast! titles of the songs are different! why??
they are using one file as playlist.
M@xX is offline   Reply With Quote
Old 15th October 2003, 14:56   #2
jackherer
Major Dude
 
Join Date: Aug 2003
Posts: 942
have you tried using one DSP to stream at the 2 different bitrates, i beleive you can server up to six streams per DSP if you are using the same content. The only reason you need to run 2 winamps and 2 dsp's is if you want more than 6 streams or you want the streams to have different content (like a rock stream and a pop stream).


Do not PM me for tech support !
jackherer is offline   Reply With Quote
Old 15th October 2003, 15:55   #3
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
Just to clarify that the latest DSP, 1.8.2b, has five encoder slots to serve up to five bitrates of the same station.

*****************

Just because you started the independent Winamp/DSP combos at the same time does not mean they will remain synchronized.

FesterHead is offline   Reply With Quote
Old 15th October 2003, 21:22   #4
djmastermind
Forum King
 
djmastermind's Avatar
 
Join Date: Jul 2003
Location: Houston, TX
Posts: 6,813
Quote:
Originally posted by festerhead
Just to clarify that the latest DSP, 1.8.2b, has five encoder slots to serve up to five bitrates of the same station.
I had no idea.. thanks for the info, Fester.

-- Michael
djmastermind is offline   Reply With Quote
Old 16th October 2003, 11:25   #5
M@xX
Junior Member
 
Join Date: Aug 2003
Posts: 23
I am using FreeBsd system and I am starting 2 copies of dsp and they start playing music from differnt positions of playlist! Why?
M@xX is offline   Reply With Quote
Old 16th October 2003, 13:49   #6
jackherer
Major Dude
 
Join Date: Aug 2003
Posts: 942
are you using winamp with the dsp plug in as the source or are you in fact uysing sc_trans on the bsd box as the source ?


Do not PM me for tech support !
jackherer is offline   Reply With Quote
Old 16th October 2003, 14:01   #7
M@xX
Junior Member
 
Join Date: Aug 2003
Posts: 23
I am not using winamp!
I use sc_trans on bsd as source
M@xX is offline   Reply With Quote
Old 16th October 2003, 14:41   #8
jackherer
Major Dude
 
Join Date: Aug 2003
Posts: 942
Quote:
Originally posted by M@xX
I am not using winamp!
I use sc_trans on bsd as source
This is where the confusing has arisen, you should have made this clearer from the beggining because you frequently refer to using the DSP and the Shoutcast DSP is a plug in for winamp. For clarity sc_trans should not be refered to as the DSP and should be refered to as sc_trans.

Could you post the config files from your 2 sc_trans processes and we might be able to help.


Do not PM me for tech support !
jackherer is offline   Reply With Quote
Old 16th October 2003, 17:08   #9
M@xX
Junior Member
 
Join Date: Aug 2003
Posts: 23
Here it is

sc_trans.conf1

; Sample sc_trans/0.35-j config file
; j.frankel 12/05/00
; t.pepper 10/31/00
; (relays not supported, yo)
;
; sc_trans operates in one of two modes, either reading mp3s off disk, decoding,
; re-encoding, and then broadcasting them, or relaying from a shoutcast server,
; transcoding to a lower bitrate, and broadcasting to a new server.

; sc_trans accepts the following signals:
; HUP - flush logfiles (close and reopen) -- will make console logging stop
; WINCH - jump to next song
; USR1 - reload playlist off disk (will not interrupt current playing stream)
; USR2 - toggle shuffle on/off
; TERM - normal sc_trans shutdown (clean)

; PlaylistFile (required EVEN IF RELAYING) - playlist file (to create, use
; find /path/to/mp3/directory -type f -name "*.mp3" > playlist_filename.lst
PlaylistFile=/radio/dsp/music/play.lst

; ServerIP/ServerPort are the target server to send to
ServerIP=localhost
ServerPort=8000

; Password is the password on the sc_serv you're sending to.
Password=xxx

; StreamTitle/URL/Genre define the data that appears on the directory and in the
; stream info.
StreamTitle=xxx
StreamURL=http://www.xxx.ru
Genre= Genre!

; Logfile optionally denotes a text file to log sc_trans to. a kill -HUP
; will force a close and re-open of this file (but will also cease logging to
; the console)
LogFile=sc_trans.log

; Shuffle the playlist
Shuffle=1

; Bitrate/SampleRate/Channels recommended values:
; 8kbps 8000/11025/1
; 16kbps 16000/11025/1
; 24kbps 24000/22050/1
; 32kbps 32000/22050/1
; 64kbps mono 64000/44100/1
; 64kbps stereo 64000/22050/2
; 96kbps stereo 96000/44100/2
; 128kbps stere0 128000/44100/2
Bitrate=24000
SampleRate=22050
Channels=1
; Quality is from 1-10. 1 is best, 10 is fastest.
Quality=1


; Mode=0 for none, 1 for 100/100->100/0, 2 for 0/100->100/0
CrossfadeMode=1
; Length is ms.
CrossfadeLength=8000

UseID3=0

; Public determines whether or not this station will show up in the directory
Public=1

; Put stuff here for user interaction (AOL IM, ICQ, IRC)
AIM=AIMHandle
ICQ=
IRC=shoutcast


sc_trans.conf2

; Sample sc_trans/0.35-j config file
; j.frankel 12/05/00
; t.pepper 10/31/00
; (relays not supported, yo)
;
; sc_trans operates in one of two modes, either reading mp3s off disk, decoding,
; re-encoding, and then broadcasting them, or relaying from a shoutcast server,
; transcoding to a lower bitrate, and broadcasting to a new server.

; sc_trans accepts the following signals:
; HUP - flush logfiles (close and reopen) -- will make console logging stop
; WINCH - jump to next song
; USR1 - reload playlist off disk (will not interrupt current playing stream)
; USR2 - toggle shuffle on/off
; TERM - normal sc_trans shutdown (clean)

; PlaylistFile (required EVEN IF RELAYING) - playlist file (to create, use
; find /path/to/mp3/directory -type f -name "*.mp3" > playlist_filename.lst
PlaylistFile=/radio/dsp/music/play.lst

; ServerIP/ServerPort are the target server to send to
ServerIP=localhost
ServerPort=9000

; Password is the password on the sc_serv you're sending to.
Password=xxx

; StreamTitle/URL/Genre define the data that appears on the directory and in the
; stream info.
StreamTitle=xxx
StreamURL=http://www.xxx.ru
Genre= Genre!

; Logfile optionally denotes a text file to log sc_trans to. a kill -HUP
; will force a close and re-open of this file (but will also cease logging to
; the console)
LogFile=sc_trans.log

; Shuffle the playlist
Shuffle=1

; Bitrate/SampleRate/Channels recommended values:
; 8kbps 8000/11025/1
; 16kbps 16000/11025/1
; 24kbps 24000/22050/1
; 32kbps 32000/22050/1
; 64kbps mono 64000/44100/1
; 64kbps stereo 64000/22050/2
; 96kbps stereo 96000/44100/2
; 128kbps stere0 128000/44100/2
Bitrate=64000
SampleRate=22050
Channels=2
; Quality is from 1-10. 1 is best, 10 is fastest.
Quality=1


; Mode=0 for none, 1 for 100/100->100/0, 2 for 0/100->100/0
CrossfadeMode=1
; Length is ms.
CrossfadeLength=8000

UseID3=0

; Public determines whether or not this station will show up in the directory
Public=1

; Put stuff here for user interaction (AOL IM, ICQ, IRC)
AIM=AIMHandle
ICQ=
IRC=shoutcast
M@xX is offline   Reply With Quote
Old 16th October 2003, 17:47   #10
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
Quote:
; Shuffle the playlist
Shuffle=1
Since each sc_trans instance is different, the shuffle positions and subsequent song shifts probably won't be synchronized.

FesterHead is offline   Reply With Quote
Old 16th October 2003, 17:55   #11
M@xX
Junior Member
 
Join Date: Aug 2003
Posts: 23
OOOoops=) Of course shuffle=)

Thank you
M@xX is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Shoutcast > Shoutcast Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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