Skip to content

Commit

Permalink
go2rtc 1.8.2 (#5917)
Browse files Browse the repository at this point in the history
  • Loading branch information
skrashevich authored Nov 11, 2023
1 parent 16fd064 commit 6d0935e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cross/go2rtc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = go2rtc
PKG_VERS = 1.8.1
PKG_VERS = 1.8.2
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/AlexxIT/go2rtc/archive
Expand Down
6 changes: 3 additions & 3 deletions cross/go2rtc/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
go2rtc-1.8.1.tar.gz SHA1 3144ef9c6979a620abe92305f19853c57d0d8b72
go2rtc-1.8.1.tar.gz SHA256 5e0019f2e6e8df7b2fa0163064ffe5f2249795b270aca979c46c6a3bef9b7e5f
go2rtc-1.8.1.tar.gz MD5 0261df5faaedafd08eca30d6f6b502e5
go2rtc-1.8.2.tar.gz SHA1 2ebf471b0e4d01e6931d4de61e17fe038ceef378
go2rtc-1.8.2.tar.gz SHA256 2c884b23b6072bb23e810b5645029fd95af689d6e1109903037ed599c8ae342f
go2rtc-1.8.2.tar.gz MD5 5d2bda6c54bd090d116baf6abebc2c31
6 changes: 3 additions & 3 deletions spk/go2rtc/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = go2rtc
SPK_VERS = 1.8.1
SPK_REV = 1
SPK_VERS = 1.8.2
SPK_REV = 2
SPK_ICON = src/go2rtc.png

DEPENDS = cross/go2rtc
Expand All @@ -10,7 +10,7 @@ UNSUPPORTED_ARCHS = $(PPC_ARCHS)
MAINTAINER = skrashevich
DESCRIPTION = Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc
DISPLAY_NAME = go2rtc
CHANGELOG = "Initial package release"
CHANGELOG = "Add expr source<br />Add support multiline exec source<br />Add IPv6 support to WebRTC <br />Add more ffmpeg transcoding presets<br />Add support host candidate config<br />Increase buffer for RTP producers<br />Update WebRTC candidates logic <br />Fix pixel format for h264 vaapi hardware transcoding<br />Fix ngrok support<br />Fix wrong SDP for MERCURY camera <br />Fix panic for HomeKit source without SRTP module <br />Fix raw conn for https client (wss transport for rtsp source)<br />Fix memory overflow on bad RTSP sources "
LICENSE_FILE = $(WORK_DIR)/src/github.com/go2rtc/go2rtc/LICENSE
HOMEPAGE = https://github.com/AlexxIT/go2rtc
LICENSE = MIT
Expand Down

0 comments on commit 6d0935e

Please sign in to comment.