Hi,
I have built a skill which uses audio player to play audio streams (radio stations). It is working, but in some streams, it works occasionally. That mean that same streams sometime works and sometime I get PlayerFailed event.
"error": { "message":"Player error occurred: com.google.android.exoplayer.extractor.ExtractorSampleSource$UnrecognizedInputFormatException: None of the available extractors (WebmExtractor, FragmentedMp4Extractor, Mp4Extractor, Mp3Extractor, AdtsExtractor, TsExtractor, FlvExtractor, OggExtractor, PsExtractor, WavExtractor) could read the stream.", "type":"MEDIA_ERROR_UNKNOWN" },
I know that the same stream that fails is played without issues in TuneIn.
Have anyone encounter same issue?
I thought of adding some retry mechanism that will play the stream again if I get failure event (call it from the event itself), but it doesn't work so far although the documentation says I can call any audio player directive in case of failure event.
Any idea how to implement retry mecahnism?
Thx