is there a way to disable the log?
On your MediaPlayer instance:
mediaPlayer.getDebug().setLogToBrowserConsole(false)
Most helpful comment
On your MediaPlayer instance:
mediaPlayer.getDebug().setLogToBrowserConsole(false)