/exoplayer-kotlin

Exoplayer in Kotlin fullscreen and quality selector

Primary LanguageKotlin

Exoplayer-kotlin

Example of Exoplayer v2.11.4 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