Releases: AlexxIT/WebRTC
Releases · AlexxIT/WebRTC
v3.0.2 - 2023-02-02
- Update go2rtc version to 1.1.1
- Add video rotation example to readme
- Add move mode label example to readme
- Add support
extra
setting fordash_cast
service call #407 - Use
entity_id
as stream name inside go2rtc #404 - Increase check_go2rtc timeout from 1 to 2 seconds
- Fix autoplay when lovelace tab switch #411
- Fix card title #405
- Fix WebRTC support on Chromecast 1 (and maybe other Android TV)
- Fix mode and error texts on Chromecast 1 (and maybe other Android TV)
v3.0.1 - 2023-01-24
v3.0.0 - 2023-01-20
Breaking changes
Starting with version 3 the streaming server has been changed from RTSPtoWebRTC to go2rtc.
Important: now you have public open ports:
- 1984 for go2rtc WebUI
- 8554 for RTSP server
You may want to close them or add a password protection if you not trust your local network. If you reinstall the integration - you will be prompted to set a password or disable external access to these ports. Or you can manually create a file go2rtc.yaml
in the directory with the Hass configs.
Important. Make sure you have cleaned your browser's cache. Especially in the mobile app. The new card does not have an icon in the upper right corner.
Other changes
- if you set up port forwarding on the router, they have changed, now it is one TCP/UDP port
- if you did not have sound working - you can now use transcoding with FFmpeg
- if your video doesn't work, you can now use FFmpeg transcoding with hardware acceleration
- if you had a stream in a format other than RTSP - now that's not a problem either
- if you are a Frigate user - go2rtc is now built in there as well (starting from version 12)
- if external access to WebRTC doesn't work for you - now you can setup free public tunnel via Ngrok service
v3.0-beta.5
Update version to v3.0-beta.5
v3.0-beta.4
Update version to v3.0-beta.4
v3.0-beta.3
Update version to v3.0-beta.3
v3.0-beta.2
Update go2rtc version to v0.1-rc.6
v3.0-beta.1
Change streaming server from RTSPtoWebRTC to go2rtc.
v2.3.1 - 2022-07-13
v2.3.0 - 2022-04-10
- Adds support for positioning shortcuts #214 @dmamontov
- Adds a home button for PTZ #220 @SheaSmith
- Adds RTSPS urls to be used #208 @jimcortez
- Adds Italian translation #205 @roleoroleo
- Add Brazilian Portuguese translation #247 @LeandroIssa
- Add Catalan translation #277 @dtalens
- Adds more cameras to readme #219 #229 #231 #261
- Fix shortcuts #245 @dmamontov
- Fix custom UI buttons when on a touch screen device #218 @SheaSmith
- Fix background: black ha-card style #213 @amitkeret