BETA743-003
NOTE:
I have NOT fixed any of the reported bugs yet, so you have to assume at this point that this version is very buggy.
I did add a new feature though for which I would like to get some feedback: Output streaming via VLC.
To use this, you must have installed the 32 bit version of VLC Media Player: http://www.videolan.org/vlc/
Stereo Tool Windows 32 bit stand alone version:
http://www.stereotool.com/download/ster ... 43-003.exe
How to use it:
- Generate a 'sout' string in VLC (you can also modify the string that's set as default)
- Paste it in Stereo Tool (see Configuration -> Sound Cards -> Normal Output panel)
- Select VLC as output sound card (currently only works for Normal Output)
With the default string
Code:
--sout=#transcode{vcodec=none,acodec=mp3,ab=200,channels=2,samplerate=44100}:std{access=http,mux=raw,dst=127.0.0.1:8080}
you can connect with a separate VLC player by going to Open Network Stream, and then typing
http://127.0.0.1:8080/ . The codec in this case is mp3, 200 kbit/s, 2 channels, 44100 Hz.
It should be possible to stream to Shoutcast etc. as well but I have not tested this (among others because I have no experience with it and no server to stream to) - so I hope someone who has more experience can check if it works. See
http://shootingstarbbs.blogspot.nl/2010 ... io-to.html for a description on how to do it. They came up with the following sout string:
Code:
sout=#transcode{vcodec= none,acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=shout,mux=ogg,dst=icandy:password@lema-awards.ipr365.com:1234/icandy}
--sout-keep
I don't know if the --sout-keep is needed, there's currently no way to fill it in in Stereo Tool (I can of course add it if needed).
Known bug: If you close Stereo Tool while output streaming is active, it hangs. Disable the output first to avoid this.