Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebRTC card stuck in loading with go2rtc v1.9.5 #1417

Closed
steuerlexi opened this issue Oct 29, 2024 · 33 comments
Closed

WebRTC card stuck in loading with go2rtc v1.9.5 #1417

steuerlexi opened this issue Oct 29, 2024 · 33 comments
Assignees
Labels
bug Something isn't working

Comments

@steuerlexi
Copy link

With version 1.9.5 the webRTC card stuck in loading even if you configured a entity directly.

image
@Vorta
Copy link

Vorta commented Oct 29, 2024

Same issue. Have 3 cameras no longer loading after updating to v1.9.5.

@nmatei
Copy link

nmatei commented Oct 29, 2024

I've restored to preview version and works again.

@AlexxIT AlexxIT changed the title Hassio WebRTC card stuck in loading WebRTC card stuck in loading with go2rtc v1.9.5 Oct 29, 2024
@AlexxIT AlexxIT added the bug Something isn't working label Oct 29, 2024
@AlexxIT AlexxIT self-assigned this Oct 29, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Oct 29, 2024

Link to WebRTC integration AlexxIT/WebRTC#766

@AlexxIT
Copy link
Owner

AlexxIT commented Oct 29, 2024

Source of the problem #1355

@simonjh88
Copy link

Same here. Just updated, even restarted HA, no different. Checked multiple devices.

@19lucian71
Copy link

19lucian71 commented Oct 29, 2024

Same here. Just updated, even restarted HA
Sonoff camera

@cgilis
Copy link

cgilis commented Oct 29, 2024

@AlexxIT any idea when the fix would be implemented? Or is it easier to roll back?

Thx in advance!!!

@simonjh88
Copy link

How do we roll back? Never had to do that before....

@AlexxIT
Copy link
Owner

AlexxIT commented Oct 29, 2024

I'll try to publish fix today.

@twfjcn
Copy link

twfjcn commented Oct 29, 2024

The same issue is that the image cannot be seen after the update

AlexxIT added a commit that referenced this issue Oct 29, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Oct 29, 2024

You can check master version (available via addon/docker). If there are no problems in it, I'll make a release.

@mooseBringer
Copy link

I have the same problem. The stream does not appear in go2rtc addon. After reverting back to 1.9.4 it appears directly in the streams tab.

@Atsukio
Copy link

Atsukio commented Oct 29, 2024

@AlexxIT Just wanted to confirm that the master version works perfectly on my end.

@TheScubadiver
Copy link

How do we roll back? Never had to do that before....

Check Settings > System > Backups.

@simonjh88
Copy link

How do we roll back? Never had to do that before....

Check Settings > System > Backups.

The problem with that, is that it's going to revert any other changes or data collection since that point.... which is not ideal for me. I'll wait it out.

@cgilis
Copy link

cgilis commented Oct 29, 2024

How do we roll back? Never had to do that before....

Check Settings > System > Backups.

The problem with that, is that it's going to revert any other changes or data collection since that point.... which is not ideal for me. I'll wait it out.

Same here.

@TheScubadiver
Copy link

TheScubadiver commented Oct 29, 2024

How do we roll back? Never had to do that before....

Check Settings > System > Backups.

The problem with that, is that it's going to revert any other changes or data collection since that point.... which is not ideal for me. I'll wait it out.

I mean, only revert the go2rtc backup file.

image

@liakjim
Copy link

liakjim commented Oct 29, 2024

I fix this issue by adding the stream to addon config.
Then at my custom wertc card i called the name of the camera.

cards:
  - type: custom:webrtc-camera
    url: camera1
    camera_view: live
    entities: null
  - type: entities
    entities:
      - entity: select.tapo_camera_motion_detection
        name: Motion Sensor
    style: |
      ha-card.type-entities {
        margin-right: 14px;
      }
      ha-card.type-entities #states {
        padding-top: 10px;
      }

@AlexxIT
Copy link
Owner

AlexxIT commented Oct 29, 2024

Better to check the master version and report the result. So many people have reported the problem and only three have tested the fix.

@cgilis
Copy link

cgilis commented Oct 29, 2024

Better to check the master version and report the result. So many people have reported the problem and only three have tested the fix.

In Home Assistant there are no updates :( sorry can not check it.
CleanShot 2024-10-29 at 14 33 58

@AlexxIT
Copy link
Owner

AlexxIT commented Oct 29, 2024

The master version is not an update. It is a separate test version that must be installed manually instead of the release version.

@liakjim
Copy link

liakjim commented Oct 29, 2024

Better to check the master version and report the result. So many people have reported the problem and only three have tested the fix.

The way with the card name it's already at the webrtc documentation and it's working with the 1.9.5 update. There is no need to install anything else.

@liakjim
Copy link

liakjim commented Oct 29, 2024

Just add the cameras at the addon config and call it
Screenshot 2024-10-29 154438

@liakjim
Copy link

liakjim commented Oct 29, 2024

The master version is not an update. It is a separate test version that must be installed manually instead of the release version.

OMG i just realized that i was quoting your master itself! Sorry for the attack :) I hope that the method i wrote will help others.

@steuerlexi
Copy link
Author

The master version is not an update. It is a separate test version that must be installed manually instead of the release version.

I now have tested it. Works fine with all 9 camera´s that i Have 👍

@xitters
Copy link

xitters commented Oct 29, 2024

You can check master version (available via addon/docker). If there are no problems in it, I'll make a release.

Works perfectly master version for me

@RonnieRocket2
Copy link

Same problem here, had to go back to 1.9.4, I must learn to do a full backup every time I update though.

@AlexxIT
Copy link
Owner

AlexxIT commented Oct 29, 2024

https://github.com/AlexxIT/go2rtc/releases/tag/v1.9.6

@AlexxIT AlexxIT closed this as completed Oct 29, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Oct 29, 2024

There is only one problem - Hass doesn't support selecting the addon version when installing.
The previous version isn't going anywhere. There's just no way to install it

@steuerlexi
Copy link
Author

I updated the addon store and have been offered the 1.9.6 which I installed and works just fine. Thank you very much for that fast solution! 🤝

@cgilis
Copy link

cgilis commented Oct 29, 2024

@simonjh88
Copy link

Thanks for quick turnaround @AlexxIT !

@mooseBringer
Copy link

Works great now, thanks @AlexxIT!

@AlexxIT AlexxIT unpinned this issue Nov 14, 2024
dagleaves pushed a commit to EscapeOracle/go2rtc that referenced this issue Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests