Hi again all out there
if i add some sources to a sourcesList and one of them cannot be played i just receive a Message in my Debugging-Log:
Error: com.google.android.exoplayer2.source.ExtractorMediaSource$UnrecognizedInputFormatException: None of the available extractors (MatroskaExtractor, FragmentedMp4Extractor, Mp4Extractor, Mp3Extractor, AdtsExtractor, Ac3Extractor, TsExtractor, FlvExtractor, OggExtractor, PsExtractor, WavExtractor) could read the stream.
And the player stays on the end of the last playable file...
How can i bring ExoPlayer to ignore the files, which he cannot play and resume playing with the next file?
Best regards
Herbert
if i add some sources to a sourcesList and one of them cannot be played i just receive a Message in my Debugging-Log:
Error: com.google.android.exoplayer2.source.ExtractorMediaSource$UnrecognizedInputFormatException: None of the available extractors (MatroskaExtractor, FragmentedMp4Extractor, Mp4Extractor, Mp3Extractor, AdtsExtractor, Ac3Extractor, TsExtractor, FlvExtractor, OggExtractor, PsExtractor, WavExtractor) could read the stream.
And the player stays on the end of the last playable file...
How can i bring ExoPlayer to ignore the files, which he cannot play and resume playing with the next file?
Best regards
Herbert