AlexxIT / WebRTC

Home Assistant custom component for real-time viewing of almost any camera stream using WebRTC and other technologies.
https://github.com/AlexxIT/Blog
MIT License
1.44k stars 170 forks source link

Standalone version of WebRTCCamera outside of HASS? #568

Open cerahmed opened 1 year ago

cerahmed commented 1 year ago

Hi again Alex,

I've been using this plugin for a while in my Home Assitant and I'm fond of the functionality of the card. Specifically, the minimal contorls (fullscreen, mute, etc.), and the DigitalPTZ functionality.

As I've mentioned in my recent go2rtc repo, I'm currently integrating go2rtc to my django project, in which I'd like to have the same functionality of the card on my own html.

Is there a standalone version of the WebRTCCamera class that does not depend on HASS?

AlexxIT commented 1 year ago

No. This card depend on Hass settings and Hass API. But you can try to modify it