P2P-Stream with WEBRTC not working #1179
Unanswered
huebnerthomas
asked this question in
Q&A
Replies: 1 comment
-
I've found the problem. I have to do a refresh of the dashboard with CTRL-R then it's running. -- very strange isn't it ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've integrated one of my Eufy-Cameras with WEBRTC like proposed in the doumentation:
type: custom:webrtc-camera
entity: camera.kamerabuero
poster: image.kamerabuero_event_image
ui: true
shortcuts:
icon: mdi:play
service: camera.turn_on
service_data:
entity_id: camera.kamerabuero
icon: mdi:stop
service: camera.turn_off
service_data:
entity_id: camera.kamerabuero
what is really strange is the following:
If i turn_off the camera and then turn_on the camera i cannot see a streaming. streaming status is "streaming".
If i activate "Start P2P-Streaming" in the entity of the integration it's working. (in the dashboard not).
Does somebody have an idea why this is happening ?
Beta Was this translation helpful? Give feedback.
All reactions