Dear guys,
I created and HTTP stream from my local sound card to may other PCs using VLC.
Here is my syntax:
START vlc.exe -vvv dshow:// --sout=#transcode{vcodec=none,acodec=mpga,ab=256,channels=2,samplerate=44100}:http{dst=:8080/stream.mp3} --sout-keep --live-caching 100 --network-caching 100
It works very well, except the big delay on the other PCs when playing.
Do you have any ideas how this can be improved?
Thanks.
Severin