Quote:
Thanks Hvz...
Direct streaming is very usufull. now i have the same sound on Radio as well as on the Internet.
But could you please make stereo tool connect to a shoutcast/icecast server directly.
Thumbs up for your work!!!
I have added a few standard 'lines' in the help text:
http://help.stereotool.com/7.43/sound_cards.shtml
For MP3 shoutcast you need:
sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=shout,mux=raw,dst=user:pass@ip:port/access} --sout-shout-mp3
access is usually empty.
I could make something where you can fill in everything but for all the different possible streaming methods I would then have to add fields for user, password, ip address, port, access name, type of stream, codec, bitrate, channels, samplerate, settings for the codec (there are lots of those), ... . For now I've solved it like this. Once you have the default string it's actually pretty straightforward.