Old 12th March 2008, 11:16   #1
kundy
Junior Member
 
Join Date: Mar 2008
Posts: 7
StreamTranscoder problem (disconnecting)

I have a problem with StreamTranscoder 1.2.6 (WIN32). I would like to transcode a MP3, mono, 40kbs, 44Khz stream to WMA. The stream:http://stream001.radio.hu:8110/
The problem is that the transcoder connects and starts transcoding and streaming but after 10-20sec it disconnects from output and input as well. Reconnect...Connected...Disconnect...

My config file is:
------------------
#
#Source of the radio stream
SourceURL=http://stream001.radio.hu:8110/
#
#Wether or not oddcast will reconnect if it is disconnected from the destination server (example: 1 for YES, 0 for NO)
#
AutomaticReconnect=1
#
#How long it will wait (in seconds) between reconnect attempts. (example: 10)
#
AutomaticReconnectSecs=0
#
#What format to encode to.
#
Encode=WMA
#
#The port used for WMA stream (example: 8200)
#
WMAPort=8205
#
WMAMode=Mono
#
#Bitrate. This is the mean bitrate if using VBR.
BitrateNominal=48
#
#Minimum Bitrate. Used only if using Bitrate Management (not recommended) or LAME VBR(example: 64, 128)
BitrateMin=40
#
#Maximum Bitrate. Used only if using Bitrate Management (not recommended) or LAME VBR (example: 64, 128)
BitrateMax=80
NumberChannels=1
#Sample rate for the stream. Valid values depend on wether using lame or vorbis. Vorbis supports odd samplerates such as 32kHz and 48kHz, but lame appears to not.feel free to experiment (example: 44100, 22050, 11025)
#
Samplerate=44100
LogLevel=3



The output message:
---------------------
Input Stream URL : (http://stream001.radio.hu:8110/)
Output Stream Type : (WMA)
Output Server Type : (Shoutcast)
Output Bitrate : (48kbps/44100Hz/Mono)
Output status : (Disconnected)
Main Status : (Connecting To Output Stream)
Output status : (Connecting)
Output status : (WMA encoding session started)
Input Stream URL : (http://stream001.radio.hu:8110/)
Main Status : (Connecting To Input)
Input Status : (Connecting...)
Input Status : (Reading input header...)
Input Status : (Reading input header...)
Input Status : (Reading input header...)
Input Stream Name : (MR1-Kossuth Radio (mp3))
Input Server Type : (Shoutcast)
Input Stream Type : (MP3)
Main Status : (Transcoding......)
Input Status : (Connected)
Metadata : (Elheto vilag)
Input Bitrate : (44100Hz/Mono MP3)
Output status : (Disconnecting)
Output status : (Disconnected)
Input Status : (Disconnected from input..reconnecting)
Output status : (Connecting)
Output status : (WMA encoding session started)
Input Stream URL : (http://stream001.radio.hu:8110/)
Main Status : (Connecting To Input)
Input Status : (Connecting...)
Input Status : (Reading input header...)
Input Status : (Reading input header...)
Input Status : (Reading input header...)
Input Stream Name : (MR1-Kossuth Radio (mp3))
Input Server Type : (Shoutcast)
Input Stream Type : (MP3)
Main Status : (Transcoding......)
Input Status : (Connected)

Any idea?
Thanks a lot!
kundy is offline   Reply With Quote
Old 12th March 2008, 12:22   #2
bored_womble
Winamp's Womble
 
bored_womble's Avatar
 
Join Date: May 2004
Location: Wimbledon Common
Posts: 1,100
from my experience of streamtranscoder it is extremely picky on a variety of configuration elements which can cause this and it does not tell you.

Try

Samplerate=22050

as I have experienced this with a Windows server fixing the problem.

BW

Without open minds the world will die. Open yours and correct the mistakes you are making right now.
bored_womble is offline   Reply With Quote
Old 12th March 2008, 12:59   #3
kundy
Junior Member
 
Join Date: Mar 2008
Posts: 7
Now, i tried 22050 with various bitrate but the same effect...
kundy is offline   Reply With Quote
Old 12th March 2008, 13:02   #4
kundy
Junior Member
 
Join Date: Mar 2008
Posts: 7
Could you try SourceURL=http://stream001.radio.hu:8110/ ?
kundy is offline   Reply With Quote
Old 12th March 2008, 13:23   #5
Wavestreaming
Major Dude
 
Wavestreaming's Avatar
 
Join Date: Apr 2004
Location: United Kingdom
Posts: 1,563
Send a message via AIM to Wavestreaming Send a message via Yahoo to Wavestreaming
I'd consider upgrading to a more recent version of streamtranscoder, the latest one is at:

http://www.oddsock.org/tools/streamTranscoderV3/

...from my experience, the windows version 3 is MUCH more stable
Wavestreaming is offline   Reply With Quote
Old 13th March 2008, 10:08   #6
kundy
Junior Member
 
Join Date: Mar 2008
Posts: 7
Maybe, but if it is possible i would like to fix the probmlem with streamtranscoder 1.2.6 because i am not famailiar with 'V3.
Now i tried a lots of parameters (with 1.2.6) but got all the time the error message:
"Hey, but circular buffer is full...perhaps your machine isn't fast enough..."
kundy is offline   Reply With Quote
Old 13th March 2008, 16:46   #7
Nick@ss
Moderator
 
Nick@ss's Avatar
 
Join Date: Nov 2004
Location: Streamsolutions Headquarters
Posts: 11,953
try the oddsock forums for support as they may have the answer you need,
Nick@ss is offline   Reply With Quote
Old 17th March 2008, 08:13   #8
kundy
Junior Member
 
Join Date: Mar 2008
Posts: 7
i try get answer in parallel...
kundy is offline   Reply With Quote
Old 17th March 2008, 08:45   #9
Wavestreaming
Major Dude
 
Wavestreaming's Avatar
 
Join Date: Apr 2004
Location: United Kingdom
Posts: 1,563
Send a message via AIM to Wavestreaming Send a message via Yahoo to Wavestreaming
Its really easy to use V3, just download and install. I'm sure you'll be able to get to grips with it far quicker than sitting round waiting for other people to answer your problem...
Wavestreaming is offline   Reply With Quote
Old 18th March 2008, 12:19   #10
kundy
Junior Member
 
Join Date: Mar 2008
Posts: 7
Ok, but i have problem with the config file. With the streamtranscoder 1.2.6 i used the WMAPort option, but in V3 it is not a valid flag.
Could you send me a working config for WMA encoding, please?
Now i get all the time "unable to connect to socket" message.
kundy is offline   Reply With Quote
Old 4th April 2008, 08:57   #11
kundy
Junior Member
 
Join Date: Mar 2008
Posts: 7
I try to use StreamStranscoder V3 on Win32 but get all the time "Unable to connect to the socket"
Why? I would like to transcode a stream and play with winamp
kundy 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