androidx / androidx/media

Support t= URL parameter to specify start position

Open
#1,041 3 comments 0 reactions 1 assignee View on GitHub

@tonihei is already working on this.

Since Jan 29, 2024.

enhancement
Dominant language
Java
Stars
3k
Forks
955
Avg merge
12d 14h
Merged PRs (30d)
2

Description

Use case description

The use case would be to start the dash stream at a specific position.
For example, a dash stream has a duration of 60 minutes, and we want to start the stream at 10 minutes instead of 0 minute.
This avoids having to load the first chunk just to do a player.seekTo() and loading chunks again at the desired position.

Proposed solution

After reading from dash.js repository, they use a #t=600 at the end of the url to notify it should start at 10 minutes.

Alternatives considered

Using player.seekTo()

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.