Releases: AlexxIT/WebRTC
Releases · AlexxIT/WebRTC
v2.2.0
- Adds Unsupported browser error to macOS app
- Adds supports custom shortcuts #169 #172
- Fix Hass v2021.12.0 support @Mincka #156 #175 #178 #179 #182 #184 #185 #186 #187 #188 #189 #191 #192 #193 #194 #197 #198 #199 #200 #202 #204
- Fix PTZ control @Sian-Lee-SA #115 #183 #105
- Fix appendBuffer errors in logs #120
- Fix old iOS
v2.1.1 - 2021-06-16
- Fix fullscreen function for custom UI @idoaflalo #84 #87 #95
v2.1.0 - 2021-06-07
Fix work in backgroud #62 @idoaflalo
v2.0.2 - 2021-05-06
- Added
muted
card config option (control default stream sound) - Added icons description to readme
- Support
ice_servers
card config option (for users with private IP-address and own VPS server) - Improved resource usage when reconnecting
- Improved reconnection delay
- Fix WebRTC connection delay
- Fix fullscreen for 4:3 with custom UI
- Fix card black background on fullscreen with custom UI
- Return the REST API for WebRTC SDP exchange for DIY
v2.0.1 - 2021-05-04
v2.0.0 - 2021-05-04
Starting with version 2 the component supports two protocols automatically and simultaneously. WebRTC in some cases may not work with remote access, then the video will play using MSE. As soon as WebRTC is able to connect - video will play through it, MSE will be stopped.
Read the technology comparison in the readme.
You can disable WebRTC for some cameras and leave only MSE.
v1.4.0 - 2021-04-28
v1.3.0 - 2021-04-22
Main
- Added RTSP stream errors to the card header
- Fixed stream stopping if no one is watching #23
- Fixed audio playback for some cameras
- Fixed problems with lovelace card caching
Other
- Added card default height
- Added error handling when getting url for entity
- Fixed stream playback on connection restart
- Fixed isOpera check (browser Opera doesn't supported)
v1.2.0 - 2021-04-19
- Added connection status to the header
- Added option to use
entity
instead ofurl
- Added optional custom GUI @Anonym-tsk
- Added optional title to the header #17
- Changed default port range to
0-0
- Fixed some problems with Safari #19
type: 'custom:webrtc-camera'
entity: camera.generic_stream # change to your camera entity_id
title: My super camera
ui: true # custom video controls, default false
PS. If you have previously configured UDP ports - it is recommended to set their range 0-0
and disable port forwarding on the router. Ports should be changed only if you are experiencing problems with the connection.
v1.1.1 - 2021-04-16
- Add auto reconnect logic
- Add support Linux i386 arch on Hass server
- Add Traditional Chinese Translation @niceboygithub