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

VlCPlayerView not work, black screen after entering, but VLCPlayer is fine

Open liluoliluoli opened this issue 6 months ago • 1 comments

VLCPlayer fine : <VLCPlayer source={{ initType: 1, uri: 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4', initOptions: [ '--rtsp-tcp', '--network-caching=150', '--rtsp-caching=150', '--no-stats', '--tcp-caching=150', '--realrtsp-caching=150', ], }} autoplay={true} autoAspectRatio={true} resizeMode="cover" style={{flex: 1}} />

VlCPlayerView not work: <VlCPlayerView source={{ uri: 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4', initOptions: [ '--rtsp-tcp', ], }} ggUrl="" showGG={false} showTitle={true} title='test' showBack={true} autoplay={true} resizeMode="cover" showControls={true} style={{flex: 1}} isFull={false} />

liluoliluoli avatar Apr 13 '25 14:04 liluoliluoli