Preloader player #146
jonathanm-tkf
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I apologize for not making a functionality request but maybe from my side I can help to implement it, I need some guidance if possible.
I have the following scenario:
I have a service that has a delay time and I need to show a load, seeing that the player has the buffering event, is it possible to somehow send that message to the skin? example I create the player instance I send it the buffering event and once I have everything I need I remove it from buffering mode.
If the scenario is too complex, the other possible solution would be to have the onSourceLoaded event or some other event notify us once the player is loaded + buffered, for example, 10 seconds.
In effect, I am trying to avoid double loading, one by an RN component and the second via the Player.
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions