python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Starting up the media2 MediaSessionService causing some random crashes (using MediaController and ExoPlayer)
I've got some strange crashes on Firebase (and I was unable to reproduce them), that occur at the launch of my MediaSessionService :
Fatal Exception: android.app.ForegroundServiceDidNotStartInTimeExce...
Quentin Nivelais
Votes: 0
Answers: 0
OnBuffer event is not calling in react-native-video player
I am using react-native-video library.
I have added following line in android/settings.gradle to use exoplayer as mentioned in its docs.
include ':react-native-video'
project(':react-native-video').pr...
Piyush
Votes: 0
Answers: 1
Failed to resolve dependency android
I am trying to add exoplayer dependency version 2.12.2 and getting the below error
Failed to resolve: com.google.android.exoplayer:exoplayer:2.12.2
Add Google Maven repository and sync project
Show in...
WISHY
Votes: 0
Answers: 2
Exoplayer throw NotProvisionedException when MediaDrm.openSession()
I am trying to make drm video play in exoplayer and i have custom licence request
val mediaDrm = MediaDrm(C.WIDEVINE_UUID)
val sessionId = mediaDrm.openSession()
when I run this line of code I am ...
Naimish Modi
Votes: 0
Answers: 1