Search found 1 match

Go to advanced search

by devilbissj
15 Apr 2019 18:45
Forum: VLC stream-output (sout)
Topic: VLC stream a file in C#: works in a command line not when starting a process
Replies: 1
Views: 707

VLC stream a file in C#: works in a command line not when starting a process

This is the setup in my C# code: ProcessStartInfo startInfo = new ProcessStartInfo(); startInfo.WindowStyle = ProcessWindowStyle.Hidden; startInfo.FileName = "\"" + "C:\\Program Files (x86)\\VideoLan\\VLC\\vlc.exe" + "\""; startInfo.CreateNoWindow = true; star...

Go to advanced search