fwestenberg / reolink_dev

Home Assistant Reolink addon
MIT License
553 stars 101 forks source link

When casting reolink Camera to a google nest device it only streams sound, no video. #530

Open conma293 opened 2 years ago

conma293 commented 2 years ago

using E1 outdoor stream works perfectly in the home assistant dashboard

code for stream -

service: media_player.play_media target: entity_id: media_player.nesthub7e52 data: media_content_id: media-source://camera/camera.driveway media_content_type: application/vnd.apple.mpegurl metadata: title: Driveway thumbnail: /api/camera_proxy/camera.driveway media_class: video children_media_class: null navigateIds:

lindsaymarkward commented 1 year ago

I have this issue too. I have tried as many of the different settings as I can (main/sub/ext stream, etc.), but no luck. I can see the stream nicely in Home Assistant. Frigate can access the stream, and I can even stream the Frigate 'camera' to the Google Home, but not the main Reolink one. I'm using RLC-520 cameras with PoE. HA 2022.8.1. I'd love this to work, thanks. Let me know if you need any help troubleshooting. I'm trying this with the Dev Tools, like:

service: camera.play_stream
data:
  media_player: media_player.googlehomehub
target:
  entity_id: camera.patio

Similar to #491 but this issue has audio only, no flash of image.