-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
The following live Smooth-Streaming stream no longer plays in ExoPlayer 2.0.4 demo application:
http://essdrmproducts-dev.insidesecure.com:9090/live/clear.isml/manifest
It was playing in ExoPlayer 1.5.8 demo application. In the logs, the following error shows up:
com.google.android.exoplayer2.ExoPlaybackException
at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:310)
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:136)
at android.os.HandlerThread.run(HandlerThread.java:61)
at com.google.android.exoplayer2.util.PriorityHandlerThread.run(PriorityHandlerThread.java:40)
Caused by: com.google.android.exoplayer2.ParserException: Offset to sample data was negative.
at com.google.android.exoplayer2.extractor.mp4.FragmentedMp4Extractor.readSample(FragmentedMp4Extractor.java:950)
at com.google.android.exoplayer2.extractor.mp4.FragmentedMp4Extractor.read(FragmentedMp4Extractor.java:228)
at com.google.android.exoplayer2.source.chunk.ChunkExtractorWrapper.read(ChunkExtractorWrapper.java:111)
at com.google.android.exoplayer2.source.chunk.ContainerMediaChunk.load(ContainerMediaChunk.java:115)
In order to reproduce the issue, you just need to add the related content to the demo app samples and attempt to start the playback, in any device.
Can you please investigate this issue?
Please, let me know if any further information is needed.
Kind regards,
Moacir
Reactions are currently unavailable