Skip to content

Loading is very slow #1675

@brave-coder9

Description

@brave-coder9

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
image

How can I reduce the loading time?

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleClosed due to inactivity or lack or resources

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions