razorRun / react-native-vlc-media-player

React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player
https://roshan.digital/
MIT License
354 stars 185 forks source link

Inconsistent passes object for onPlaying #17

Open amerllica opened 4 years ago

amerllica commented 4 years ago

It is so weird, I put the (e) => console.log(e) function for onPlaying callback function. and I got the following objects for Android and iOS platform:

Why it is like that?

amerllica commented 4 years ago

@razorRun, Did you see this issue yet?

cyril94440 commented 3 years ago

same here

amerllica commented 3 years ago

@cyril94440, leave this library, I created a player from scratch, you can check it on this link.

I built this library from scratch without any kind of forking, I started this library by using @react-native-community/bob.

But unfortunately, because of lack of time my friend and I just implement the iOS part.