-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
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
Qt+gstreamer+mpp play video file long time will be stuck at mpp get_frame #156
Comments
What the version of mpp and gst? |
thanks for replying! mpp_info_test: mpp revision is -1 and I have also compile the libs with gstreamer-rockchip and mpp use the newest version The problem is still repeated. below is bt info: |
I have used qt+mpv+mpp instead of gstreamer |
Hi,
I use Qt + gstreamer+mpp to play video continuously, about 4 hour later (sometimes less than ),video will stuck,code at mpp.cpp:l326 :
MPP_RET Mpp::get_frame(MppFrame *frame)
if (mOutputTimeout < 0) { /* block wait */ mFrames->wait();
Qt application is dead lock , should be restart!
Is there any solution?
The text was updated successfully, but these errors were encountered: