Anyone figured out how to display a WebRTC stream on the dashboard of Home Assistant? #666
Replies: 5 comments 11 replies
-
I have the same question. I can display the stream in Home Assistant using rtsp://192.168.1.119:8554/spare to create the generic camera, but the stream rtsp://192.168.1.119:8889/spare is not recognized. When running as a HA Addon, do we need to somehow define port 8889 or is this enabled by default (the documentation mentions that nothing special is required in Home Assistant Mode, which I assume means running as an Addon). Also, do we need to configure the RTSPtoWebRTC integration in HA? |
Beta Was this translation helpful? Give feedback.
-
rtsp works fine for me, but i'm trying to use WebRTC.
…On Wed, Jan 11, 2023 at 1:56 PM tbrausch ***@***.***> wrote:
I have the same question. I can display the stream in Home Assistant using
rtsp://192.168.1.119:8554/spare to create the generic camera, but the
stream rtsp://192.168.1.119:8889/spare is not recognized. When running as
a HA Addon, do we need to somehow define port 8889 or is this enabled by
default (the documentation mentions that nothing special is required in
Home Assistant Mode, which I assume meand running as an Addon).
—
Reply to this email directly, view it on GitHub
<#666 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAK3FBYULR3WKYCZ2EEKWTWR4T7ZANCNFSM6AAAAAATYPZSCU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
--
- Brad Stewart
|
Beta Was this translation helpful? Give feedback.
-
hmm, i'm forwarding through cloudflare and using HTTPS fine, so my setup is
a bit different than yours.
…On Wed, Jan 11, 2023 at 2:30 PM tbrausch ***@***.***> wrote:
I think what I said is that I am having the same issue, but I'm not sure
if there is some additional setup required. I also cannot display a WebRTC
stream directly in a browser using http://192.168.1.119:8889/spare/ -
this simply reports the error
This site can’t be reached
192.168.1.119 refused to connect.
which I am assuming means that port 8889 is not being defined correctly
—
Reply to this email directly, view it on GitHub
<#666 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAK3FF6YDJ6JN5YCNMJEGLWR4X77ANCNFSM6AAAAAATYPZSCU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
--
- Brad Stewart
|
Beta Was this translation helpful? Give feedback.
-
You'd probably need to use something like |
Beta Was this translation helpful? Give feedback.
-
No I mean the dashboard. I want a tab on the dashboard that has the webrtc
streams. I guess I can use the web page card
…On Wed, Jan 11, 2023, 5:08 PM tbrausch ***@***.***> wrote:
I'm not sure what you mean be accessing the WebRTC stream from the button
on the WebUI. There are only 3 buttons for the camera on the WebUI - HLS,
RTMP, and RTSP (see below). Also, as I stated above, trying to access the
stream directly from http://homeassistant.local:8889/spare/ results in
the error
This site can’t be reached
192.168.1.119 refused to connect.
I'm sure I am missing something obvious, but cannot figure out what it is.
Just to reiterate, I am running Wyze Bridge from HA as an addon.
[image: spare]
<https://user-images.githubusercontent.com/45288916/211951324-ba19f31a-caf3-4b37-9f64-3c4228fb14d1.jpg>
—
Reply to this email directly, view it on GitHub
<#666 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAK3FBP3ZJEKU7VQ6Q25CDWR5KSBANCNFSM6AAAAAATYPZSCU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Love that the new update enables WebRTC streaming, but I don't know how to get the generic camera card to display the stream. It seems to be geared toward RTSP.
Beta Was this translation helpful? Give feedback.
All reactions