Displaying picture in media player does not work

Hi,

I am following the guidelines on displaying media to the media player.

When I try

service: media_player.play_media
data:
  media_content_type: image/png
  media_content_id: media-source://media_source/local/snapshot.png
target:
  entity_id: media_player.tv_samsung_q950_series_75

It does not work.
while if I would do media_content_id: http://example.com/test.png it does work

The url https://xxx.duckdns.org:8123/local/test.png also does give me the image.
setting media_content_id: https://xxx.duckdns.org:8123/local/test.png also does not work

URL

Version

2022.2.5

anyone any ideas?

Hi, did you get anywhere with this? I am trying to display an image on my Echo Show. I had the Content type set to just ‘image’ and then a url for the Content ID. This has worked in the past but is no longer working.