Skip to content

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

@liluoliluoli

Description

@liluoliluoli

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}
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstale

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions