Open GoogleCodeExporter opened 9 years ago
How are you connecting to the cameras? Are you using VLC? If so VLC can't
detect a lost connection and you'll need to specify a reconnect interval.
If not then ispy should be reconnecting - the only other time this can fail is
if your camera has a dynamic IP address and it gets changed by your router -
set your ip camera up with a static IP address.
Original comment by sean.p.t...@gmail.com
on 5 Nov 2012 at 11:13
Thanks for your reply Sean,
I'm connecting using built in support for JPEG feeds. VLC is not installed on
our machine at this stage.
From the errors I can see on the log file could this be a similar issue with
respect to a memory leak issue on windows 64 bit as reported in the bug forum?
I've looked into the log files and can see two errors/exceptions and a
reoccurring fail(?):
--------------------------------------------------------------------------------
Camera 1: VideoSourceError: Exception of type 'System.OutOfMemoryException' was
thrown.
VideoSourceError: Exception of type 'System.OutOfMemoryException' was thrown.
System.Collections.ListDictionaryInternal
------------------------------------AND-----------------------------------------
Camera 0: Object reference not set to an instance of an object.
Object reference not set to an instance of an object.
iSpy
at iSpyApplication.Video.JPEGStream2.Stop() at
iSpyApplication.Controls.Camera.Stop() at
iSpyApplication.Controls.CameraWindow.Tick()
System.Collections.ListDictionaryInternal
------------------------------------AND-----------------------------------------
Thread was being aborted.
System
at Microsoft.Win32.SafeNativeMethods.FormatMessage(Int32 dwFlags, HandleRef
lpSource, Int32 dwMessageId, Int32 dwLanguageId, StringBuilder lpBuffer, Int32
nSize, IntPtr arguments) at
System.ComponentModel.Win32Exception.GetErrorMessage(Int32 error) at
System.Net.Sockets.Socket.Accept() at
System.Net.Sockets.TcpListener.AcceptSocket() at
iSpyApplication.LocalServer.StartListen()
System.Collections.ListDictionaryInternal
Original comment by rhematth...@gmail.com
on 5 Nov 2012 at 11:33
Attachments:
Additionally, the camera's are setup with static IP's by default.
Original comment by rhematth...@gmail.com
on 20 Nov 2012 at 11:08
Original issue reported on code.google.com by
rhematth...@gmail.com
on 5 Nov 2012 at 2:21