react-native-vlc-media-player icon indicating copy to clipboard operation
react-native-vlc-media-player copied to clipboard

With RTSP stream camera. Only onError, onBuffering trigger callback.

Open lephuvu1994 opened this issue 7 months ago • 1 comments

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!

lephuvu1994 avatar Mar 28 '25 11:03 lephuvu1994