When playing local test.ts files, the picture will appear blurry and sometimes overlap.
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.