-
Notifications
You must be signed in to change notification settings - Fork 62
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
onVideoEnd sometimes does not fire #87
Comments
I tested it on files from the phone, which had a variable frame rate (18.676 fps - 30.477 fps). It could be a problem. |
The problem still appears now after 7 hours and 280 video playbacks |
is it a particular movie it is failing on or different ones? You could try moving onVideoEnd() up to here |
Videos are I need a solution that is reliable and works non-stop 24 hours a day. For now I've done the dirty solution but reliable. I rely on the system time and length of the movie By the way, I discovered one more thing. For the film |
Now after 30h loop I have "Segmentation Fault" and app crashes :/ |
Without the fix above, another thing to try here
I think the audio cache is getting an incorrect value/not decrementing to 0 at times. If you are not using audio, disabling it in ofxOMXPlayerSettings may work as well |
Ok I will try |
I have playlsit with 2 videos (30fps h264) with endless loop loading in non-texture mode. Sometimes one video ends and onVideoEnd does not file and next video can not load.
There is no error and it happens randomly. Sometimes after 3 loops sometimes after 100.
I have Raspberry Pi 3 with latest wheezy
The text was updated successfully, but these errors were encountered: