-
Notifications
You must be signed in to change notification settings - Fork 97
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
can not open the recorded video file in recordingComplete function #55
Comments
Have you verified that the file exists and is playable? I'm sorry there is not much information for me to go on. |
Yes, the file exists and it is playable. This is the step to see the issue
My environment is |
Just tested your example, and it works. Ubuntu 16.04 |
Do you mean it works without any error message which you can see on the console? In my case the app works without crash but many error message: "error loading asset tracks: Cannot Open". If it works without error on your environment, this issue may happen only on Mac, I guess the video file is still not ready to read in recordingComplete function. |
I get a gstreamer error, but the video plays back just fine anyway.
|
The error "error loading asset tracks: Cannot Open" was printed in 188 line of ofAVFoundationVideoPlayer.m So I added the codes below to check more detail of the error
then these are printed out on the console
I'm still trying to find out the problem but just shared the error messages for now. |
console says
Do you know why I can't load the file there?
The text was updated successfully, but these errors were encountered: