We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RK3588在UDP流解码时,可能由于UDP数据有丢包问题,在解码的过程中会出现
mpp_rkvdec2 fdc48100.rkvdec-core: resetting... mpp_rkvdec2 fdc48100.rkvdec-core: reset done
出现这个打印后,解码器会在几秒内无法正确解出图像。
个人认为, 当数据有问题,可以出现马赛克,当遇到正确I帧后恢复图像,不应该是解码器复位,导致一段时间无法解码。
rkvdec-core: resetting 打印是在内核 drivers/video/rockchip/mpp/mpp_rkvdec2_link.c
有没有大神帮忙看看什么问题
The text was updated successfully, but these errors were encountered:
遇到有数据错误的时候,正常是会reset 硬件的,这个很正常。当有新的并且正确的IDR的时候,可以正常继续解码
Sorry, something went wrong.
No branches or pull requests
RK3588在UDP流解码时,可能由于UDP数据有丢包问题,在解码的过程中会出现
mpp_rkvdec2 fdc48100.rkvdec-core: resetting...
mpp_rkvdec2 fdc48100.rkvdec-core: reset done
出现这个打印后,解码器会在几秒内无法正确解出图像。
个人认为,
当数据有问题,可以出现马赛克,当遇到正确I帧后恢复图像,不应该是解码器复位,导致一段时间无法解码。
rkvdec-core: resetting 打印是在内核 drivers/video/rockchip/mpp/mpp_rkvdec2_link.c
有没有大神帮忙看看什么问题
The text was updated successfully, but these errors were encountered: