Skip to content

Instantly share code, notes, and snippets.

View stefan-zh's full-sized avatar

Stefan Zhelyazkov stefan-zh

View GitHub Profile
@stefan-zh
stefan-zh / SampleCastingPlayerActivity.kt
Created April 27, 2020 12:22
Create Cast-enabled Activity with ExoPlayer
package com.exoplayer.cast
import android.net.Uri
import android.os.Bundle
import android.view.Menu
import android.view.MenuItem
import androidx.appcompat.app.AppCompatActivity
import com.google.android.exoplayer2.Player
import com.google.android.exoplayer2.SimpleExoPlayer
import com.google.android.exoplayer2.ext.cast.CastPlayer