I have a problem with library "react-native-vlc-media-player" when use in my project.
<VLCPlayer videoAspectRatio="16:9" repeat={true} // muted={true} source={getSource('VIDEOINTRO')} onPlaying={(res) => { console.log('VLCPlayer success', res); }} onError={(res) => { console.log('VLCPlayer error', res); }}
I try with url and local File but nothing happen. No video, sound ...
I use console in onPlaying, onError to detect error but i got nothing.
This component has rendered successfully.
Has anyone faced same problem ? Please help or recommend me another library. Thank you !!.