-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
How can I know ASVideoNode occurred an error? #252
Comments
Hi @bawn ! I've added to ASVideoNode.h the following:
and then in ASVideoNode.mm inside i add
like this :
then you can detect errors. I've never submitted that Improvement proposal to the Texture team but i think you might find it helpful. |
and don't forget to add these files to your git and update CI build host to work around all your pod updates in case you use it. |
@petrachkov Thanks, This is really useful. I think you can try submit a RP. |
Just have done that. Waiting for approval :) |
Texture version : 2.3.1
For example load .flv video or load timeout. So far I have not found any error callback.
The text was updated successfully, but these errors were encountered: