Commit Graph

955 Commits (09a2427c2a4bcf3938750e882ed80c5dd60da279)

Author SHA1 Message Date
Koen Vandeputte f7cdf7dacb gst1-plugins-bad: add support for srt
This enables SRT support within gstreamer.

Secure Reliable Transport is a popular streaming protocol which
can be used both as a sink or source.

It actively continuously negotiates between sender/receiver to avoid
packet loss at all costs.

It also supports stream encryption by simply
setting a password on both ends.

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2024-10-16 10:47:26 -07:00
Hauke Mehrtens 6a1511fcd8 gst1-plugins-good: Remove gudev
Deactivate the dependencies to libgudev.
This fixes the build of gst1-plugins-good.

This fixes the following problem:
```
Package gst1-mod-video4linux2 is missing dependencies for the following libraries:
libgudev-1.0.so.0
```

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-10-13 18:03:22 -07:00
Vladimir Ermakov 27e7c37ddb go2rtc: run service as regular user
Improve security a bit by dropping root privileges.
Also instruct procd to respawn.

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2024-10-12 18:13:27 -07:00
Vladimir Ermakov 7002bbbb21 go2rtc: initial package
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2024-10-08 00:11:45 +08:00
Koen Vandeputte 06a0fd48f5 gstreamer1: bump to 1.24.8
Compile-tested
Runtime-tested

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2024-10-02 08:43:15 +02:00
Koen Vandeputte 89e2db7a1a gst1-plugins-ugly: bump to 1.24.8
Compile-tested
Runtime-tested

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2024-10-02 08:43:15 +02:00
Koen Vandeputte 9ee4db3bc6 gst1-plugins-good: bump to 1.24.8
Compile-tested
Runtime-tested

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2024-10-02 08:43:15 +02:00
Koen Vandeputte 66f7931fe4 gst1-plugins-base: bump to 1.24.8
Compile-tested
Runtime-tested

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2024-10-02 08:43:15 +02:00
Koen Vandeputte 75fc287aeb gst1-plugins-bad: bump to 1.24.8
Compile-tested
Runtime-tested

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2024-10-02 08:43:15 +02:00
Koen Vandeputte aada58c858 gst1-libav: bump to 1.24.8
Compile-tested
Runtime-tested

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2024-10-02 08:43:15 +02:00
Koen Vandeputte a77119090f gst1-plugins-bad: switch to https source
The current http simply points to the new https.

Switch to it directly like it's already done for
the other gstreamer libs.

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2024-10-02 08:43:15 +02:00
Aleksey Vasilenko f9b1adf19d graphicsmagick: update to 1.3.45
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-09-03 17:07:11 +08:00
Aleksey Vasilenko ea9506cf0f imagemagick: update to 7.1.1.38
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-09-02 10:57:57 -07:00
Rosen Penev c6f9c82a85 tvheadend: update to latest master
Removed PKG_VERSION for compatibility with apk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-09-01 10:41:44 -07:00
Aleksey Vasilenko 4c60a26c9f graphicsmagick: update to 1.3.44
Explicitly disable gs and libzip in configure
to prevent host dependencies leakage.

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-08-27 21:25:18 +08:00
Aleksey Vasilenko 980fa4ec7e imagemagick: update to 7.1.1.37
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-08-27 16:14:12 +08:00
Álvaro Fernández Rojas 99088284a9 xupnpd: update to latest version
Switch to local tarballs for APK compatibility.

Full changelog: e4e542d9b6...2bc1e741e0

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-08-16 22:55:14 -07:00
Michel Promonet db4ab96064 v4l2rtspserver: update to v0.3.11 and enable sound
Signed-off-by: Michel Promonet <michel.promonet@free.fr>
2024-08-16 16:01:57 -07:00
Aleksey Vasilenko dc43cca733 ffmpeg: update to 6.1.2
- Remove 020-ioctl patch - upstreamed
- Remove 030-h264-mips patch - implemented slightly different in the upstream
- Two remaining patches are unaffected
- Fixup CPU type detected as ' ' on x86_64

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-08-16 16:01:42 -07:00
Michel Promonet 5a6e52d173 v4l2camera: update to v0.2.1
Signed-off-by: Michel Promonet <michel.promonet@free.fr>
2024-08-10 15:53:58 -07:00
Rosen Penev e238bfa798 rtpmidi: fix compilation with GCC14 and fmt10.2
Added two patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-08-04 02:08:51 +01:00
Luiz Angelo Daros de Luca 20ea1d9812 mjpg-streamer: fix option enabled check in init.d
[ "$enabled" ] returns true whatever non-empty value enabled has,
including 0.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2024-08-03 00:19:48 -07:00
Aleksey Vasilenko 744ef57dc9 imagemagick: update to 7.1.1.36
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-07-29 12:43:27 -07:00
Aleksey Vasilenko 0de63d9ae6 imagemagick: update to 7.1.1.35
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-07-21 12:52:21 +08:00
Alexander Egorenkov 73a8f72987 yt-dlp: bump to version 2024.7.9
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2024-07-13 12:35:47 -07:00
Luiz Angelo Daros de Luca 8ba4b78dc7 motion: add non/ffmpeg variants
With ffmpeg support, motion can encode videos and process network camera
streams. It is a small code base and buinding it twice will not
significantly impact a full build.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2024-07-06 10:29:11 -07:00
Ryan Keane df3504da61 yt-dlp: Update to 2024.5.27
Set PYPI_SOURCE_NAME for downloading.
Add python-hatchling as host build dependencies.

Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
2024-06-20 14:21:39 -07:00
Rosen Penev e174602d56 v4l2camera: update to 0.2.0
fix compilation when ALSA is found

Need to link against libasound.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-04 14:13:57 -07:00
Rosen Penev 9043b66e87 ffmpeg: fix compilation with gcc14
Requires disabling a warning as there's an incompatibility between musl
ioctl and v4l2_ioctl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-02 19:19:10 -07:00
W. Michael Petullo 3d6cbe13c2 gst1-libav: update to 1.24.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-06-02 19:13:19 -07:00
W. Michael Petullo 610e7aef71 gst1-plugins-ugly: update to 1.24.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-06-02 19:13:19 -07:00
W. Michael Petullo 44faf216a6 gst1-plugins-bad: update to 1.24.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-06-02 19:13:19 -07:00
W. Michael Petullo c1effa1a2e gst1-plugins-good: update to 1.24.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-06-02 19:13:19 -07:00
W. Michael Petullo 420c888b63 gst1-plugins-base: update to 1.24.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-06-02 19:13:19 -07:00
W. Michael Petullo 853788b7aa gstreamer1: update to 1.24.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-06-02 19:13:19 -07:00
krant 431184e1bd imagemagick: update to 7.1.1.33
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-06-01 17:28:13 -07:00
W. Michael Petullo f231731f95 gst1-libav: update to 1.24.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-06-01 04:35:45 +08:00
W. Michael Petullo 29e851a053 gst1-plugins-ugly: update to 1.24.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-06-01 04:35:45 +08:00
W. Michael Petullo c5c946f8b0 gst1-plugins-bad: update to 1.24.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-06-01 04:35:45 +08:00
W. Michael Petullo 7039b493de gst1-plugins-good: update to 1.24.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-06-01 04:35:45 +08:00
W. Michael Petullo 0935922c69 gst1-plugins-base: update to 1.24.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-06-01 04:35:45 +08:00
W. Michael Petullo 6fa623d824 gstreamer1: update to 1.24.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-06-01 04:35:45 +08:00
Rosen Penev df3cc00bdd gst1-libav: update to 1.22.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-27 14:51:31 -07:00
Rosen Penev 88e035979a gst1-plugins-ugly: update to 1.22.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-27 14:51:31 -07:00
Rosen Penev 076e4f3fc6 gst1-plugins-bad: update to 1.22.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-27 14:51:31 -07:00
Rosen Penev b37899cab9 gst1-plugins-good: update to 1.22.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-27 14:51:31 -07:00
Rosen Penev d7053d7a78 gst1-plugins-base: update to 1.22.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-27 14:51:31 -07:00
Rosen Penev 0ad408bd46 gstreamer1: update to 1.22.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-27 14:51:31 -07:00
Rosen Penev baf2e06d17 ffmpeg: update to 5.1.4
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-26 14:36:25 -07:00
Michel Promonet 274e39e909 v4l2rtspserver: update to v0.3.10
Signed-off-by: Michel Promonet <michel.promonet@free.fr>
2024-05-08 14:20:51 -07:00