Skip to content

Releases: AlexxIT/WebRTC

v2.2.0

14 Dec 04:17
Compare
Choose a tag to compare

v2.1.1 - 2021-06-16

16 Jun 13:50
Compare
Choose a tag to compare

v2.1.0 - 2021-06-07

07 Jun 08:22
Compare
Choose a tag to compare

Fix work in backgroud #62 @idoaflalo

v2.0.2 - 2021-05-06

06 May 04:38
Compare
Choose a tag to compare
  • 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

04 May 16:46
Compare
Choose a tag to compare
  • Fix volume control with custom UI
  • Fix cache problems #49
  • Fix stream url encoding #49

v2.0.0 - 2021-05-04

04 May 04:47
Compare
Choose a tag to compare

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

28 Apr 07:34
Compare
Choose a tag to compare

Main

  • Added PTZ control buttons (read more) @webcredo
  • Support Google Cast to Chromecast, Android TV and Google Smart Screen (read more) #9
  • Support creating a temporary or permanent link to a stream (read more) #34

Other

  • Support Amlogic S905 as a server #18
  • Fix Lovelace 'Uncaught Error' #30
  • Fix Safari @iswitch

v1.3.0 - 2021-04-22

22 Apr 17:26
Compare
Choose a tag to compare

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

19 Apr 10:12
Compare
Choose a tag to compare
  • Added connection status to the header
  • Added option to use entity instead of url
  • 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

16 Apr 12:48
Compare
Choose a tag to compare
  • Add auto reconnect logic
  • Add support Linux i386 arch on Hass server
  • Add Traditional Chinese Translation @niceboygithub