PsExtractor - Private streams shouldn't be assumed to be AC3
Open
bug
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
I'll use Exoplayer 2.11.1 and it:
```
@Override
public void onPlayerError(ExoPlaybackException error) {
}
```
But the event is not triggered when the next track is called:
mMediaPlayer.prepare(progressiveSource.createMediaSource("http://master255.org/res/%d0%9a%d0%bb%d0%b8%d0%bf%d1%8b/B/Billy%20Mack/Billy%20Mack%20-%20Christmas%20Is%20All%20Around.mpg"));
Track: http://master255.org/res/%d0%9a%d0%bb%d0%b8%d0%bf%d1%8b/B/Billy%20Mack/Billy%20Mack%20-%20Christmas%20Is%20All%20Around.mpg
Contributor guide
Assessment
This issue has not been assessed yet.