Baseflow / Baseflow/XamarinMediaManager
Android: Streams Exoplayer UnrecognizedInputFormatException
- Dominant language
- C#
- Stars
- 763
- Forks
- 299
- PR merge metrics
- No merged PRs in 30d
Description
## 🐛 Bug Report
This is a duplicate to #745 but the issue was [not reopend](https://github.com/Baseflow/XamarinMediaManager/issues/745#issuecomment-745306664):
_Originally posted by @Suplanus in https://github.com/Baseflow/XamarinMediaManager/issues/745#issuecomment-745306664_
I tried different streaming sources.
#### MP3
https://ia800806.us.archive.org/15/items/Mp3Playlist_555/AaronNeville-CrazyLove.mp3
✅ Works
#### MP3 Stream
http://bob.hoerradar.de/radiobob-live-mp3-hq
❌ Connected but silent
#### AAC
http://www.rockantenne.de/webradio/rockantenne.aac.pls
❌ Exception:
```
com.google.android.exoplayer2.source.UnrecognizedInputFormatException: None of the available extractors (MatroskaExtractor, FragmentedMp4Extractor, Mp4Extractor, Mp3Extractor, AdtsExtractor, Ac3Extractor, TsExtractor, FlvExtractor, OggExtractor, PsExtractor, WavExtractor, AmrExtractor, Ac4Extractor, FlacExtractor) could read the stream.
```
### Expected behavior
Standard streaming formats works
### Reproduction steps
```csharp
await CrossMediaManager.Current.Play(urlFromAbove);
```
### Configuration
**Version:** 1.0
**Platform:**
- [ ] :iphone: iOS
- [x] :robot: Android
- [ ] :checkered_flag: WPF
- [ ] :earth_americas: UWP
- [ ] :apple: MacOS
- [ ] :tv: tvOS
- [ ] :monkey: Xamarin.Forms
Contributor guide
Assessment
This issue has not been assessed yet.