I am trying to setup a stream that allows a person to view a stream that is captured from a capture card and output to http stream, i have done this by using the vlc player but what i want to acheive now is if the pc is switched off i can simply turn the pc back on and the stream will start back up again
i have tried going through the gui and copying the code into notepad and creating a startup command line but when i run it it says that the commands are not valid
here is a sample commandline i am playing with which doesnt work,
"C:\Program Files\VideoLAN\VLC\vlc.exe" --:dshow-vdev=WebCam SCB-0340N :dshow-adev=Realtek HD Audio Input :dshow-caching=200 :sout=#transcode{vcodec=WMV2,vb=800,scale=1,acodec=wma2,ab=128,channels=2,samplerate=44100}:duplicate{dst=http{mux=asf,dst=:8080/},ds
i am going quite wrong somewhere but cant quite see my issue
Can anyone help
Thanks in advance
chris