PDA

View Full Version : Sc_trans giving me hard time


sputnik radio
6th March 2006, 17:26
im getting this error in sc_trans logs:

<03/06/06@12:24:17> [CONFIG] WARNING: No InputSamplerate defined, assuming 44100!
<03/06/06@12:24:17> [CONFIG] WARNING: No InputChannels defined, assuming 2!



Also my songs are starting like in the middle of the song and ending like who knows where.

Anyone know why?

sputnik radio
6th March 2006, 17:27
PS.

I have 44100 and 2 already set as my (i think output)

sputnik radio
6th March 2006, 17:28
and on top of that I cant even get winamp to buffer the stream when using sc_trans. But it will load and play in my AOL active X player that i have embedded on my website.

hackerdork
6th March 2006, 17:30
Sput

You will always see this warning, for some odd reason! My sc_trans works perfert for MP3 from 8k to 320k VBR. Kill sc_serv first and restart it so there is no buffered audio stream kicking around when sc_trans connects to it.


Send me your config for sc_trans, without the password info. Lets see whats going on.

Cheers.

~ HD

sputnik radio
6th March 2006, 17:45
ok sending it to you in PM

sputnik radio
6th March 2006, 18:39
Ok I think I got it. But my cross fade seems to be cutting off too much off then end of my songs and too much off the beginning of the song it fades too.

whats a good setting for this cross fade ? currently mine is set at the 8000 default.

and what setting is the best? 1 or 2? I dont know the difference between 1 or 2

sputnik radio
6th March 2006, 18:40
And how can I get sc_trans to display the ID tag of the song that is currently playing? with every song it just says playing "80 HIFI" ?

mscice
6th March 2006, 19:15
is this on linux?

sputnik radio
6th March 2006, 19:45
yes i changd the userID3=0 to userId3=1 but it still only shows the file name and not the id tag info.

hackerdork
6th March 2006, 19:46
UseID3=1 in the sc_trans config file. If MP3 had the ID3 tag populated (its not the filename)

e.g. foo.mp3 ID3tag could be 'foo bar version 1', sc_trans should show that 'foo bar version 1' is the current song, and not foo as in foo.mp3 and so on.

Make sure your sc_trans is pointing to a real IP address and not 127.0.0.1 or it will not show the mp3 title at all.

~ HD