Windows Shortcuts
Posted: 23 Feb 2010 16:52
OK, I am trying to Stream my Windows Default Soundcard mixer over my home network. UDP does not seem to work but I WAS able to do this over HTTP.
I can set it up manually in V<C on the server and the result line is this:
MRL= dshow://
EDIT= :dshow-vdev= :dshow-adev=Realtek HD Audio Input:dshow-caching=200 :dshow-vdev= :dshow-adev=Realtek HD Audio Input :dshow-size= :dshow-chroma= :dshow-fps=0 :no-dshow-config :no-dshow-tuner :dshow-tuner-channel=0 :dshow-tuner-country=0 :dshow-tuner-input=0 :dshow-video-input=-1 :dshow-video-output=-1 :dshow-audio-input=-1 :dshow-audio-output=-1 :dshow-amtuner-mode=1 :dshow-audio-channels=0 :dshow-audio-samplerate=0 :dshow-audio-bitspersample=0
OUTPUT STREAM
:sout=#transcode{acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=http,mux=raw,dst=192.168.1.100:8080}
On the RECEIVING Computers I can make a Windows Shortcut with this:
URL=C:\Program Files\VideoLAN\VLC\vlc.exe" http://192.168.1.100:8080
Clicking the Shortcut runs VLC and it receives the Networked Stream.
But every time I reboot and want to start the server I must do in manually and enter in the IP etc all over again.
Is there a way to create a batch or shortcut to start VLC and set it to automatically Stream my Default Mixer using the above information.
I tried something like this"
"C:\Program Files\VideoLAN\VLC\vlc.exe" --dshow-adev="Realtek HD Audio Input" --dshow-caching=300 --sout=#transcode{acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=http,mux=raw,dst=192.168.1.100:8080}
But when I hit the 'Play' button it takes me to the 'Open File' dialog.
I can set it up manually in V<C on the server and the result line is this:
MRL= dshow://
EDIT= :dshow-vdev= :dshow-adev=Realtek HD Audio Input:dshow-caching=200 :dshow-vdev= :dshow-adev=Realtek HD Audio Input :dshow-size= :dshow-chroma= :dshow-fps=0 :no-dshow-config :no-dshow-tuner :dshow-tuner-channel=0 :dshow-tuner-country=0 :dshow-tuner-input=0 :dshow-video-input=-1 :dshow-video-output=-1 :dshow-audio-input=-1 :dshow-audio-output=-1 :dshow-amtuner-mode=1 :dshow-audio-channels=0 :dshow-audio-samplerate=0 :dshow-audio-bitspersample=0
OUTPUT STREAM
:sout=#transcode{acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=http,mux=raw,dst=192.168.1.100:8080}
On the RECEIVING Computers I can make a Windows Shortcut with this:
URL=C:\Program Files\VideoLAN\VLC\vlc.exe" http://192.168.1.100:8080
Clicking the Shortcut runs VLC and it receives the Networked Stream.
But every time I reboot and want to start the server I must do in manually and enter in the IP etc all over again.
Is there a way to create a batch or shortcut to start VLC and set it to automatically Stream my Default Mixer using the above information.
I tried something like this"
"C:\Program Files\VideoLAN\VLC\vlc.exe" --dshow-adev="Realtek HD Audio Input" --dshow-caching=300 --sout=#transcode{acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=http,mux=raw,dst=192.168.1.100:8080}
But when I hit the 'Play' button it takes me to the 'Open File' dialog.