Page 1 of 1

problem foscam camera with rtps play

Posted: 11 May 2019 20:35
by mikibenx
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

Re: problem foscam camera with rtps play

Posted: 12 May 2019 20:59
by Jean-Baptiste Kempf
What are the logs then?