You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use MediaSession without playing audio? I seem to be able to get away with this on chrome by using something like this: https://github.com/anars/blank-audio but firefox doesnt seem to think anything is playing... My usecase is controlling music that is not playing through the browser and using the browser as a sort of control panel for that external source of music.
The text was updated successfully, but these errors were encountered:
So, no, it's really intended to play audio... at the same time, you could, in theory play a file with no actual sound. However, this is not really the intended use of the API, so Firefox might be getting clever and realizing the API is being (somewhat) misused.
Is it possible to use MediaSession without playing audio? I seem to be able to get away with this on chrome by using something like this: https://github.com/anars/blank-audio but firefox doesnt seem to think anything is playing... My usecase is controlling music that is not playing through the browser and using the browser as a sort of control panel for that external source of music.
The text was updated successfully, but these errors were encountered: