react-native-vlc-media-player
                                
                                 react-native-vlc-media-player copied to clipboard
                                
                                    react-native-vlc-media-player copied to clipboard
                            
                            
                            
                        With RTSP stream camera. Only onError, onBuffering trigger callback.
Hi @team, I'm using a library to stream a camera, but events like onLoad, onProgress, and onPlaying are not being triggered.
Conceptually, I want to stream the camera in portrait mode. When the video has successfully loaded, clicking on it will open a modal in landscape mode. If the video hasn't loaded yet, I will block the click event. Thank team!