Radio Browser in web browser

Hi,

Radio Browser is great but for me if I cannot keep favorites, it is useless.
So I’ve used the custom:jukebox-card.
It works but in the Radio Browser I can stream to what is called “web browser”. I need this because as the sound comes from my device (phone or tablet where I have installed the Home Assistant android app), I then can output to Bluetooth speakers that are paired with my phone and tablet.
In the jukebox it is missing. As you can see, at the very end of the code below, I have added 3 entities/media players. I can perfectly stream radio channels to these media players.

type: custom:jukebox-card
links:
  - url: http://streams.greenhost.nl:8080/jazz
    name: '[Concertzender Jazz]'
  - url: http://stream.srg-ssr.ch/m/rsj/mp3_128
    name: '[Radio Swiss Jazz]'
  - url: http://streams.calmradio.com/api/43/128/stream/;?d=
    name: '[Calm Radio]'
  - url: http://stream.srg-ssr.ch/m/la-1ere/mp3_128
    name: '[RTS La Première]'
  - url: http://stream.srg-ssr.ch/m/couleur3/aacp_96
    name: '[Couleur 3]'
entities:
  - media_player.denon_avr_3313
  - media_player.appletv
  - media_player.lg_webos_tv_oled42c48la

Thank you for your help and comments.

Good day

Jo