Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jxtx123456 opened this issue May 23, 2024 · 4 comments
Assignees
Labels

Comments

@jxtx123456
Copy link

jxtx123456 commented May 23, 2024

ExoPlayer version:2.19.1

5577a14b6d5562bde535ff1b7a791be2.mp4

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))))
@jxtx123456
Copy link
Author

There is no problem with the built-in player on the phone

@marcbaechinger
Copy link
Contributor

Please provide complete information as requested in the issue template. The issue template can be found here. If you're unable to share bug reports or test content publicly, please send them to [email protected] using a subject in the format "Issue #1391". Please also update this issue to indicate you’ve done this.

@jxtx123456
Copy link
Author

请按照问题模板的要求提供完整信息。问题模板可在此处找到。如果您无法公开分享错误报告或测试内容,请将其发送至[email protected],主题格式为“问题#1391 ”。还请更新此问题以表明您已完成此操作。

An email has been sent, which contains the ts files needed for testing.

@jxtx123456
Copy link
Author

It happened in about 3 minutes and 40 seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants