The problem occurs after unsuccessful attempt to reconnect to the closed stream.
Quick fix: Open MRVFFmpegSW.pas, find the procedure DoneCodecContext.
At the very beginning of this procedure, add:
Code: Select all
if codec_context = nil then
exit;