androidx / media

Jetpack Media3 support libraries for media use cases, including ExoPlayer, an extensible media player for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to support iso Blu-ray original disc playback

aslnfl opened this issue · comments

How to support iso Blu-ray original disc playback.

@aslnfl,

Apologies but we currently don't intend to support this in the player.

If you wanted to support it yourself then you would need to write a custom Extractor to recognize the file, provide a media format so the player can configure a decoder, and parse and provide media samples from it.