How to cast different app streams to cast device

Hello folks,

is it possible to cast streams like Twitch or other services like it is possible using Youtube?

This works:

Call service: m
edia_player.play_media
entity: media_player.chromecast123
content_type: cast
content_id: { “app_name”: “youtube”, “media_id”: “id_xyz” }

I’ve tried other configurationa like the following which doesn’t work:
content_type: /video/twitch or /video/youtube
content_id: url

I’ve also tried casting the twitch app using app_names like

  1. Twitch Chromecast Player
  2. Twitch
    and both options did not work.

Is there maybe a list with all services available?

Cheers,
Claude