Releases: AlexxIT/WebRTC
Releases · AlexxIT/WebRTC
v1.1.0 - 2021-04-14
Main
Support external access for private IP-address and without port forwarding in some cases @Anonym-tsk
Other
- Add auto play and auto pause stream @krystiancharubin
- Add video poster support @krystiancharubin
- Add Firefox auto-detection #13 @devbis
- Add REST API
/api/webrtc/stream
for DIY - Add support Hass on Mac OS #5
v1.0.5 - 2021-04-13
- Fix support some mobile phones and tablets
- Drop support Firefox by default
type: 'custom:webrtc-camera'
url: 'rtsp://rtsp:[email protected]:554/av_stream/ch0'
firefox: true # enable Firefox support, but breaks support some mobile phones, disabled by default
v1.0.4 - 2021-04-13
- Added possibility to configure UDP port list (from the integration options)
- Card styling fixes @krystiancharubin
v1.0.3 - 2021-04-12
v1.0.2 - 2021-04-12
- Add support disable audio option
- Fix Firefox support
type: 'custom:webrtc-camera'
url: 'rtsp://rtsp:[email protected]:554/av_stream/ch0'
audio: false # disable audio for stream, enabled by default
PS: You may need to clear your browser cache to update
v1.0.1 - 2021-04-11
- Add support lovelace mode YAML
v1.0.0 - 2021-04-11
First version