Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't play m3u8 video in Android #450

Closed
1 of 7 tasks
mariksel opened this issue Apr 23, 2019 · 1 comment
Closed
1 of 7 tasks

Can't play m3u8 video in Android #450

mariksel opened this issue Apr 23, 2019 · 1 comment

Comments

@mariksel
Copy link

mariksel commented Apr 23, 2019

馃敊 Regression

Old (and correct) behavior

Video played correctly

Current behavior

com.google.android.exoplayer2.source.UnrecognizedInputFormatException: None of the available extractors (MatroskaExtractor, FragmentedMp4Extractor, Mp4Extractor, Mp3Extractor, AdtsExtractor, Ac3Extractor, TsExtractor, FlvExtractor, OggExtractor, PsExtractor, WavExtractor, AmrExtractor) could read the stream.

Reproduction steps

await CrossMediaManager.Current.Play("http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8");

Configuration

Version: 0.5.3

Platform:

  • 馃摫 iOS
  • 馃 Android
  • 馃弫 WPF
  • 馃寧 UWP
  • 馃崕 MacOS
  • 馃摵 tvOS
  • 馃悞 Xamarin.Forms
@martijn00
Copy link
Member

Try: await CrossMediaManager.Current.Play(new MediaItem("http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8") { MediaType = MediaType.Hls });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants