Getting playback error while playing DASH MPD streams in android (But it's playing audio)
E/ExoPlayerImplInternal(29813): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) E/ExoPlayerImplInternal(29813): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) E/ExoPlayerImplInternal(29813): at java.lang.Thread.run(Thread.java:1012) I/ExoPlayerImpl(29813): Release 9da1171 [ExoPlayerLib/2.18.1] [violet, Redmi Note 7 Pro, Xiaomi, 34] [goog.exo.core, goog.exo.exoplayer, goog.exo.decoder, goog.exo.datasource, goog.exo.extractor]
Where as in IOS and WEB, it's neither showing any errors nor playing the stream. The package description says it supports dash streaming in all platforms though.
Flutter Version
My version : 3.16.9
Lib Version
My version : latest
Platform (Android / iOS / web) + version
Platform : Android + IOS + Web
Describe the bug
Getting playback error while playing DASH MPD streams in android (But it's playing audio)
E/ExoPlayerImplInternal(29813): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) E/ExoPlayerImplInternal(29813): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) E/ExoPlayerImplInternal(29813): at java.lang.Thread.run(Thread.java:1012) I/ExoPlayerImpl(29813): Release 9da1171 [ExoPlayerLib/2.18.1] [violet, Redmi Note 7 Pro, Xiaomi, 34] [goog.exo.core, goog.exo.exoplayer, goog.exo.decoder, goog.exo.datasource, goog.exo.extractor]
Where as in IOS and WEB, it's neither showing any errors nor playing the stream. The package description says it supports dash streaming in all platforms though.
Small code to reproduce