10-08-2019 01:03 AM
Hi,
I am having an issue with running the following command using "System Exec.vi"
cmd /c "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --qt-start-minimized --loop -vvv file:///"C:/Program Files/Video_Files/Test_Pattern.TS":sout=#transcode{vcodec=h264,vb=800,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}:rtp{dst=192.168.1.1,port=60002,mux=ts} :no-sout-all :sout-keep
When I run cmd /c "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" , VLC works file.
But When I add path to it , it doesn't seem to be working.
Attached is the VI for the same.
Is it do with the "quotes"?
Thank you!
10-08-2019 02:47 AM
Right-Click that string constant and chose "Edit..."
You have a bad string constant
10-08-2019 07:33 AM
10-09-2019 01:14 AM
Yes, File path for VLC is expected to be "/".
10-09-2019 09:37 AM
Create a VLC playlist, and put all your parameters in it.
Run the playlist from LabVIEW.