androidx / androidx/media

When playing local test.ts files, the picture will appear blurry and sometimes overlap.

Open
#1,391 4 comments 0 reactions 1 assignee View on GitHub

@marcbaechinger is already working on this.

Since May 23, 2024.

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

Description

ExoPlayer version:2.19.1

https://github.com/androidx/media/assets/10148767/aef29d8c-0e98-4939-a08d-1edfdc49e694

It will still appear when using the latest media demo
This happens on all test machines

Log file:
log.txt

val factory = FileDataSource.Factory()
val extractorsFactory=DefaultExtractorsFactory()
    .setTsExtractorTimestampSearchBytes(TsExtractor.TS_PACKET_SIZE*150000)
    .setTsExtractorMode(TsExtractor.MODE_MULTI_PMT)
    .setAdtsExtractorFlags(AdtsExtractor.FLAG_ENABLE_CONSTANT_BITRATE_SEEKING)

ProgressiveMediaSource.Factory(factory,extractorsFactory)
    .createMediaSource(MediaItem.fromUri(Uri.fromFile(File(currUrl))))

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.