google / google/ExoPlayer

HLS timeout

Open
#10,110 0 comments 1 reaction 1 assignee Assigned to @tianyif View on GitHub
needs triage question
Dominant language
Java
Stars
21.9k
Forks
6k
PR merge metrics
No merged PRs in 30d

Description

How to specify timeout to load HLS manifest with ExoPlayer?

HLS manifest loading ignore option

```
DefaultHttpDataSource.Factory()
.setConnectTimeoutMs(timeout)
.setReadTimeoutMs(timeout)
```
applies only to tracks/chunks loading.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.