Multiple example and usecase of media library v1.3.1 in Kotlin
All example are for HLS video
Simple implementation of Exoplayer with HLS video
Implementation of casting (chrome-cast) feature of Exoplayer
Implementation of download feature of Exoplayer with HLS and MP4 file
Download feature of Media3 with DRM file
Player + fullscreen via Dialog
Added Fullscreen thanks to this repository
Player + fullscreen via modifying LayoutParams
Added Fullscreen thanks to this repository
Small thumb above progress bar
Player + Quality Selector
Added quality selector thanks to Exoplayer demo
Exoplayer in a recyclerview allowing a preview onLongClick
Added and forked from this repo