hello
i have a problem with my camera
if i use this command for play camera videolan next about 10 minutes is block
i try now with set live555 i think is run but i not sure
how to set a c# command for set live555
my command is that
Video = new VlcControl();
this.Controls.Add(Video);
Video.Dock = DockStyle.Fill;
Vlc.DotNet.Core.Medias.MediaBase media1 = new Vlc.DotNet.Core.Medias.LocationMedia("rtsp://prova:prova1983@192.168.1.15:554/videoMain");
Video.Play(media1);
thank you
sorry for english