exoplayer-kotlin icon indicating copy to clipboard operation
exoplayer-kotlin copied to clipboard

Cookbook of multiple feature for Exoplayer

Exoplayer-kotlin

Example of Exoplayer v2.14.0 in Kotlin

All example are for HLS video

Project Module

App

Simple implementation of ExoPlayer with HLS video

fullscreenDialog

Player + fullscreen via Dialog Added Fullscreen thanks to this repository

fullscreenLayoutParams

Player + fullscreen via modifying LayoutParams Added Fullscreen thanks to this repository

qualitySelector

Player + Quality Selector Added quality selector thanks to Exoplayer demo

rvItemPreview

Exoplayer in a recyclerview allowing a preview onLongClick

Added and forked from this repo

nativePreview

Small thumb above progress bar

Resources

Codelabs

Exoplayer website

Exoplayer github

Recyclerview - forked

PreviewSeekbar - inspired