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

Source Error while playing Ts Stream #2074

Open
amit12kumardish opened this issue Jan 24, 2025 · 1 comment
Open

Source Error while playing Ts Stream #2074

amit12kumardish opened this issue Jan 24, 2025 · 1 comment

Comments

@amit12kumardish
Copy link

i am facing source error while playing stream with below error:

ExoPlayerImplInternal tv.accedo.xdk.dishtv.debug E Playback error (Ask Gemini) androidx.media3.exoplayer.ExoPlaybackException: Source error at androidx.media3.exoplayer.ExoPlayerImplInternal.handleIoException(ExoPlayerImplInternal.java:737) at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:707) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loopOnce(Looper.java:201) at android.os.Looper.loop(Looper.java:288) at android.os.HandlerThread.run(HandlerThread.java:67) Caused by: androidx.media3.common.ParserException: null {contentIsMalformed=true, dataType=1} at androidx.media3.extractor.ts.LatmReader.parseStreamMuxConfig(LatmReader.java:255) at androidx.media3.extractor.ts.LatmReader.parseAudioMuxElement(LatmReader.java:170) at androidx.media3.extractor.ts.LatmReader.consume(LatmReader.java:145) at androidx.media3.extractor.ts.PesReader.consume(PesReader.java:147) at androidx.media3.extractor.ts.TsExtractor.read(TsExtractor.java:523) at androidx.media3.exoplayer.source.BundledExtractorsAdapter.read(BundledExtractorsAdapter.java:147) at androidx.media3.exoplayer.source.ProgressiveMediaPeriod$ExtractingLoadable.load(ProgressiveMediaPeriod.java:1122)

copybara-service bot pushed a commit that referenced this issue Jan 24, 2025
When reading quickly this suggests something 'real' was null (similar to
a `NullPointerException`), but it's actually just the message from the
superclass.

Seen in stack trace in Issue: #2074:

```
Caused by: androidx.media3.common.ParserException: null {contentIsMalformed=true, dataType=1}
```

PiperOrigin-RevId: 719240235
@tonihei
Copy link
Collaborator

tonihei commented Jan 24, 2025

Could you share the stream that causes this problem?

@tonihei tonihei self-assigned this Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants