Advertisement
Pix___

Untitled

Mar 31st, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. Unhandled Exception: Media.Common.TaggedException`1[Media.Rtsp.RtspClient]: Unable to setup media. See InnerException ---> System.TypeInitializationException: The type initializer for 'Media.Rtcp.RtcpPacket' threw an exception. ---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
  2. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
  3. at System.Reflection.RuntimeModule.GetTypes()
  4. at System.Reflection.Assembly.GetTypes()
  5. at Media.Rtcp.RtcpPacket.MapDerivedImplementations(AppDomain domain)
  6. at Media.Rtcp.RtcpPacket..cctor()
  7. --- End of inner exception stack trace ---
  8. --- End of inner exception stack trace ---
  9. at Media.Common.Extensions.Exception.ExceptionExtensions.RaiseTaggedException[T](T tag, String message, Exception innerException)
  10. at Media.Rtsp.RtspClient.SendSetup(Uri location, MediaDescription mediaDescription, Boolean unicast)
  11. at Media.Rtsp.RtspClient.SendSetup(MediaDescription mediaDescription)
  12. at Media.Rtsp.RtspClient.StartPlaying(Nullable`1 start, Nullable`1 end, Nullable`1 mediaType)
  13. at Media.Rtsp.RtspClient.Play(MediaDescription mediaDescription, Nullable`1 startTime, Nullable`1 endTime, String rangeType)
  14. at RTSPClient.MainWindow.<button_Click>d__9.MoveNext()
  15. --- End of stack trace from previous location where exception was thrown ---
  16. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
  17. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  18. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  19. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  20. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  21. at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  22. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  23. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  24. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  25. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  26. at System.Windows.Threading.DispatcherOperation.Invoke()
  27. at System.Windows.Threading.Dispatcher.ProcessQueue()
  28. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  29. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  30. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  31. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  32. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  33. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  34. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  35. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  36. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  37. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  38. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  39. at System.Windows.Forms.Application.Run()
  40. at Microsoft.CodeAnalysis.Interactive.InteractiveHost.Service.<>c__DisplayClass20_0.<RunServer>b__0()
  41. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  42. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  43. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  44. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  45. at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement