Brint E. Kriebel

Results 24 comments of Brint E. Kriebel

I forgot to mention. I also created a temporary web link. I can open this page find on other devices on the same network as the google home, but casting...

> Maybe your Hass and devices in different networks. Also check Configuration > General > Internal URL setting My Home Assistant and Google/Nest Home devices are on the same network....

Do you mean https://cast.home-assistant.io/ ? If so, yes - that works properly.

I've tried a few more things, including a publicly accessible home assistant URL using the Big Buck Bunny stream. Steps for this: 1. Use the `WebRTC Camera: Create Link` service...

Thinking it was maybe an issue with the newer MSE implementation, I tried version 1.4.0 of this component and it still does not work. With this version, I get a...

Ahh... @AlexxIT, I believe I found the issue. I spun up a development version of the dashcast service and found that from: https://github.com/AlexxIT/WebRTC/blob/358d4c27cfd2db974891786a3446a5e686567f5c/custom_components/webrtc/www/index.html#L22 when loading through DashCast, the referrer is...

> There was some reason with referrer but I don't remember it. I should do some tests Sounds good. I tested several scenarios and couldn't find a case where it...

Have you had a chance to look at this? I saw a new version was released, but don't want to updated without this fix in place as well since DashCast...

> hi @bekriebel , i want to apply your fix too... > > but you say, line 22 = `const url = document.referrer ? new URL(document.referrer) : window.location; ` >...

The problem I am seeing is that with Firefox 74, unless autoplay is set to true or preload is set to auto. `canplaythrough` is never reached for some videos. When...