-Making a streaming/recording app
-Using visual studio 2017
-Windows 10 64 bits
-libvlc 32bits 3.0.0.0
-Windows form app c# (ANY CPU)
-Using Vlc.DotNet (VlcController)
QUESTION :
I have an app that records and shows multiple rtsp streams simultaneously.
When I start my app, I start all my vlcControls using the option:
Code: Select all
":sout=#duplicate{dst=std{access=file,mux=" + "avi" + ",dst='" + savePath + "'},dst=display}"
What's the best way to debug this problem?
I know it's a really vague problem, but I was hoping someone could throw me on the right tracks to debug this issue...
The
Code: Select all
error
Code: Select all
stopped