My problem appears very similar to this one, which is marked as solved but doesn’t give information about any solution:
I have tried on several machines and only get the problem on two of them. I can’t see what the difference is. They are all Windows 10 build 1511 (latest update).
In summary: when playing live video from, JPEGLiveSource crashes (including in the SDK example app).
But is okay on some PCs.
On PCs where it doesn’t work, sometimes it succeeds in displaying a single frame before crashing.
Application: MediaLiveViewer.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
at VideoOS.Toolkit.LivePlaybackSourceToolkit.GetLiveData(VideoOS.Toolkit.IData ByRef, System.TimeSpan)
at VideoOS.Platform.SDK.Media.SDKInternalMediaService.LiveGet(System.Object, System.TimeSpan, Boolean)
at VideoOS.Platform.SDK.Media.SDKInternalMediaService.LiveGet(System.Object, System.TimeSpan)
at VideoOS.Platform.Live.JPEGLiveSource.PollThread()
at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()