-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
staleClosed due to inactivity or lack or resourcesClosed due to inactivity or lack or resources
Description
I am using react-native-video 4.4.2
<Video
style={{ position: 'absolute', opacity: 0 }}
source={{ uri: trackUrl }}
audioOnly={true}
ref={ref => this.player = ref}
volume={1.0}
muted={false}
rate={speedRate}
paused={isPaused}
onEnd={this._onEnd}
onLoad={this._onLoad}
onSeek={this._onSeek}
playInBackground={true}
playWhenInactive={true}
onBuffer={this._onBuffer}
ignoreSilentSwitch={'ignore'}
onProgress={this._onProgress}
onLoadStart={this._onLoadStart}
/>
It's too long (4s) between Loading
and Buffering
How can I reduce the loading time?
gazedash, gagangoku, wayzate, KarinaKorsgaard, sharmad1205 and 5 moreegulhan
Metadata
Metadata
Assignees
Labels
staleClosed due to inactivity or lack or resourcesClosed due to inactivity or lack or resources