Search Criteria
Package Details: go2rtc 1.9.14-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/go2rtc.git (read-only, click to copy) |
|---|---|
| Package Base: | go2rtc |
| Description: | Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc. |
| Upstream URL: | https://github.com/AlexxIT/go2rtc |
| Licenses: | MIT |
| Submitter: | dadav |
| Maintainer: | ruahcra (Gilrain) |
| Last Packager: | Gilrain |
| Votes: | 4 |
| Popularity: | 0.35 |
| First Submitted: | 2024-01-10 20:44 (UTC) |
| Last Updated: | 2026-07-07 16:01 (UTC) |
Dependencies (4)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, ffmpeg-decklinkAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-full-llvmAUR, ffmpeg-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR)
- alsa-lib (make)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, go-binAUR, gcc-go-snapshotAUR, gcc-go) (make)
- v4l-utils (v4l-utils-gitAUR) (make)
Latest Comments
Gilrain commented on 2026-06-03 11:55 (UTC) (edited on 2026-06-03 11:56 (UTC) by Gilrain)
@xotkot: Thank you for documenting these. However, I went in a different direction.
Instead of fully stripping debug information, I enabled them as per the provisory guidelines
And the ReadWritePaths is commented in the service file, since there are no restrictions on WebUI access by default.
xotkot commented on 2026-06-03 10:22 (UTC) (edited on 2026-06-03 10:37 (UTC) by xotkot)
You can also reduce the size of the executable file by 8M
Before:
Will become:
To do this, simply add the
-s -wflags toldflags, as done ingo2rtc/.github/workflows/build.ymlHere is the updated
buildfunctionxotkot commented on 2026-06-03 09:58 (UTC) (edited on 2026-06-03 09:59 (UTC) by xotkot)
WebUI -> config -> Save&Restart
will return an error:
This issue occurs because the
ProtectSystem=fullparameter is set in thego2rtc.servicefile, which, among other things, blocks writing to the/etc/go2rtc.yamlfile via the web interface.You can work around this by adding the following line to the
[Service]section ofgo2rtc.service:Gilrain commented on 2024-07-17 16:35 (UTC) (edited on 2024-07-17 16:35 (UTC) by Gilrain)
Hi, I'm willing to adopt this package and give it the attention it deserve.
Here's an updated PKGBUILD, complete with source building. I could even make it a true turnkey service with a sysusers.d and service file!
Don't let it fester.
travisghansen commented on 2024-05-10 17:29 (UTC) (edited on 2024-05-10 20:30 (UTC) by travisghansen)
You can add me as a co-maintainer or here is the diff..
travisghansen commented on 2024-05-10 17:20 (UTC)
Can we add aarch64 support to this package please?
dadav commented on 2024-03-01 19:09 (UTC)
You are right, I'm getting
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not foundI'll add your fix, thank you!
ruahcra commented on 2024-02-29 01:29 (UTC)
@dadav does this still work for you? If I install this I end up with a broken binary. If I add
options=(!strip)to the PKGBUILd then it's fine.