sermayoral / ha-samsungtv-encrypted

Samsung TV Encrypted Models (H & J Series) custom component for Home Assistant
Apache License 2.0
39 stars 24 forks source link

Question: Play to youtube app #80

Closed pergolafabio closed 2 years ago

pergolafabio commented 2 years ago

Hi question, i also have an older H serie, can i use this component to play media on the "youtube" app thats present on the samsung tv?

For example, if i open youtube on a chromebrowser, my notebook recognizes the samsung tv as some kind of media device , and i can cast the youtube link to the youtube app on the TV

thnx for answering

sermayoral commented 2 years ago

@pergolafabio sorry. It does not work with this version

pergolafabio commented 2 years ago

Oh, no other workaround? I have found some rest command, it actually start/open the YouTube app, but then I get "video not found"

rest_command:
  play_youtube_onsamsungtv:
    url: 'http://IPADDRESSOFTV:8080/ws/apps/YouTube'
    method: post
    content_type: 'text/plain'
    payload: 'v=3QBKtijv2sk'

image