You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.NotSupportedException: 'Specified method is not supported.
This exception was originally thrown at this call stack:
[External Code]
iSpyApplication.Sources.Video.MediaStream.DoStart() in MediaStream.cs
Giving error at
ffmpeg.av_dict_set_int(&options, "rw_timeout", _timeoutMicroSeconds * 1000, 0);
this line of code
The text was updated successfully, but these errors were encountered:
System.NotSupportedException: 'Specified method is not supported.
This exception was originally thrown at this call stack:
[External Code]
iSpyApplication.Sources.Video.MediaStream.DoStart() in MediaStream.cs
Giving error at
ffmpeg.av_dict_set_int(&options, "rw_timeout", _timeoutMicroSeconds * 1000, 0);
this line of code
The text was updated successfully, but these errors were encountered: