- Notifications
You must be signed in to change notification settings - Fork35
yoobi/exoplayer-kotlin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Multiple example and usecase ofmedia 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 tothis repository
Player + fullscreen via modifying LayoutParams
Added Fullscreen thanks tothis repository
Small thumb above progress bar
Player + Quality Selector
Added quality selector thanks toExoplayer demo
Exoplayer in a recyclerview allowing a preview onLongClick
Added and forked fromthis repo