python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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
Web Audio Session API to trigger method calls in app rather than playing media
I'm having a hard time getting the Web Audio API to do what I want. My goal is to eventually trigger voice recognition in a PWA on mobile, but first I decided to do a test case of incrementing a count...
Joel Nash
Votes: 0
Answers: 1
Event for MediaSession metadata update?
In the browser, we have the MediaSession API. A web page can show what media is playing with some simple code:
navigator.mediaSession.metadata = new MediaMetadata({
title: 'Some Tune',
artist: 'S...

Brad
Votes: 0
Answers: 1
Android MediasessionCompat callback function for physical media player button keeps crashing
I used the code from this link MediaSession onMediaButtonEvent works for a few seconds then quits - Android to capture the keyevents of the remote button and send it to the audio() function where the ...
Main Dsek
Votes: 0
Answers: 1