PackageTrack
Sign in Get early access

github.com/AlexxIT/go2rtc

v1.9.14 AlexxIT/go2rtc

What this package is like to depend on

Last release 1 months ago

13 Jul 2026

Release timing varies

gaps range from 8 days to 3 months

Some releases are documented

notes for 10 of 37 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

166 releases · first in 2022

24 releases in the last 12 months

see the full history below

Release timeline

166 releases · Aug 2022 to Jul 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 166
  1. v1.9.15-0.20260713105405-c245815e75e2 13 Jul 2026 pre-release

    Nothing published for this version

  2. v1.9.15-0.20260422010138-812fa91d83c4 22 Apr 2026 pre-release

    Nothing published for this version

  3. v1.9.15-0.20260317142903-dc1685e9cf7a 17 Mar 2026 pre-release

    Nothing published for this version

  4. v1.9.15-0.20260213075938-01c745155689 13 Feb 2026 pre-release

    Nothing published for this version

  5. v1.9.15-0.20260126082335-6085c8aabe69 26 Jan 2026 pre-release

    Nothing published for this version

  6. v1.9.14 19 Jan 2026
    Release notes

    Xiaomi source improvement

    Support for modern cameras has been significantly improved, and limited support for older Xiaomi cameras has been added.

    Wyze source

    Support for the native Wyze camera protocol has been added. This will require testing and feedback.

    WebUI

    The config editor has been significantly improved. It now has config specification validation, autocompletion, and tooltips.

    WebRTC

    I hope this update finally fixes the UDP listener, especially for some users of virtual environments with IPv6.

    ONVIF improvement

    Some improvements to the ONVIF server for compatibility with different NVRs.

    Multitrans source

    New two-way audio protocol for Chinese versions of TP-Link cameras.

    Dev versions

    Now the dev version of the application contains a build number and is easy to distinguish from the release version.

    • Add fetch tags to GitHub actions (7969836)
    • Set app version from git info (079d404)
    • Update app dev version format (212def9)

    Readme

    • Add formats and protocols to readme (e960f90)
    • Add about OS versions to readme (f9f22cd)
    • Update README with Doorbird support details #2023 by @oeiber (5780bf3)
    • Update OpenAPI (a09e1b2)
    • Update GitHub Pages site link (d183b99)
    • Change header levels in readme (6796bda)
    • Fix relative links in readme (ebe454e)
    • Fix formats table in readme (e614513)

    Other

    Open source →
    Release notes

    v1.9.14 - 2026-01-19 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  7. v1.9.14-0.20260117060554-6b4eb8ffb6e3 17 Jan 2026 pre-release

    Nothing published for this version

  8. v1.9.14-0.20251222142222-212def9cebd5 22 Dec 2025 pre-release

    Nothing published for this version

  9. v1.9.13 14 Dec 2025
    Release notes

    Tuya source

    Read more

    Xiaomi source

    Read more

    • Add support xiaomi source (a4d4598)
    • Add vendor name to xiaomi unsupported vendor message (57b0ace)
    • Add about xiaomi source to readme (dfda4b1)
    • Fix backchannel audio for xiaomi chuangmi.camera.72ac1 (7119384)
    • Fix backchannel audio for xiaomi isa.camera.hlc6 (b0f46bc)

    HomeKit updates

    Pinggy module

    Read more

    Docs

    Other

    • Add support HTTP-FLV with H265 from new Reolink cameras #1938 (8f5fce4)
    • Add support new audio codec for tapo source #1954 (86edd81)
    • Add second STUN server from Cloudflare (7eb5fe0)
    • Add get request to preload endpoint for listing them #1977 by @edenhaus (03941a5)
    • Add PCML/8000 to ffmpeg transcoder (a86e104)
    • Change ffmpeg transcoder from opus to opus/16000 (8636e96)
    • Improve fetch for exec source (fb31a25)
    • Increase default dial timeout and probe timeout (76a5e16)
    • Remove wrong timeout for http source (248fc7a)
    • Fix link to per-stream net/node graphs #1942 by @sethyx (b705cad)
    • Fix WebUI for Hass black theme (e246e2e)
    • Fix adts producer for VLC player support #1643 (aa0ece2)
    • Fix timestamp processing for HTTP-FLV (68036b6)

    Misc

    • Add UnmarshalHeader func to OPUS codec (c5277da)
    • Add aliases to PCMA/PCMU codecs (494daed)
    • Add custom title to stream page #1957 (fbd5215)
    • Add self-signed cert generator (not used yet) (b6fe887)
    • Clean go.sum file (eabd7d6)
    • Update dependencies (5a25999 17c1f69)
    • Update links to icons in resources (3532623)
    • Update title for all WebUI pages (3ebc115)
    Open source →
    Release notes

    v1.9.13 - 2025-12-14

    Compare

    Choose a tag to compare

    Open source →
  10. v1.9.13-0.20251213110016-fb31a251b83e 13 Dec 2025 pre-release

    Nothing published for this version

  11. v1.9.13-0.20251120145208-aa0ece2d1e39 20 Nov 2025 pre-release

    Nothing published for this version

  12. v1.9.12 16 Nov 2025
    Release notes

    Security update

    • Add security notes to readme (cb22ae7)
    • Add config local_auth for api module (44d59b1)
    • Add config for the list of modules to init (15ec995)
    • Add config allow_paths for api module (231cab3)
    • Add config allow_paths for exec module (640db30)
    • Add config allow_paths for echo module (2836fda)
    • Add insecure sources logic (2133f53)
    • Add check for insecure uri from onvif source (e2c7d06)
    • Add errors output to streams API (ac80f14)
    • Add trace log for ignored api paths (2ce38b4)

    HomeKit server update

    • Add support maxwidth/maxheight settings for homekit source (d053d88)
    • Add support custom params for hass source (964bb22)
    • Add support uint64 to tlv8 (96919bf)
    • Code refactoring for HomeKit server (158f9d3)
    • Improve homekit secure conn buffers (ff18283)
    • Improve homekit tlv8 parsing (994e0dc)
    • Rename HomeKit structures according to specs (e4359ac)
    • Fix HomeKit proxy EVENTs #684 #1923 (81cfcf8)
    • Fix HomeKit proxy for hass source #1353 (5cc3219)
    • Fix API /api/homekit/accessories (bc1a4ac)

    WebUI update

    Other

    • Add api endpoint to return supported schemas #1939 by @edenhaus (c98b0a8)
    • Code refactoring for tapo source (7254bd4)
    • Restore simple onvif client logic (cc97bc3)
    • Fix onvif client for some cameras (6db4dda)
    • Fix tapo source for some cameras #1918 (9f407a7)
    • Fix wrong log message for streams module (c10a06d)
    Open source →
    Release notes

    v1.9.12 - 2025-11-16

    Compare

    Choose a tag to compare

    Open source →
  13. v1.9.12-0.20251111143401-e2c7d067308d 11 Nov 2025 pre-release

    Nothing published for this version

  14. v1.9.12-0.20251111122228-44d59b1696d5 11 Nov 2025 pre-release

    Nothing published for this version

  15. v1.9.12-0.20251110123507-5cc32197b814 10 Nov 2025 pre-release

    Nothing published for this version

  16. v1.9.12-0.20251024145455-7254bd4fbc53 24 Oct 2025 pre-release

    Nothing published for this version

  17. v1.9.11 21 Oct 2025
    Release notes

    Main

    Other

    Open source →
    Release notes

    v1.9.11 - 2025-10-21

    Compare

    Choose a tag to compare

    Open source →
  18. v1.9.11-0.20251015150809-f8c88cfbe04b 15 Oct 2025 pre-release

    Nothing published for this version

  19. v1.9.11-0.20251005130125-6a67fc371214 05 Oct 2025 pre-release

    Nothing published for this version

  20. v1.9.10 24 Sep 2025
    Release notes

    Wyoming source (WIP)

    • Add wyoming module (902af5e)
    • Add logs to wyoming module (df2e982)
    • Add readme for exec and wyoming modules (7cf672d)
    • Add support snd mode for wyoming module (80f57a0)
    • Add support mic mode for wyoming module (3b7309d)
    • Add support events to wyoming server (518cae1)
    • Add support body to expr fetch func (545a105)
    • Add PlayFile function to wyoming server (c50e894)
    • Change wyoming Event.Data type to string (70b4bf7)
    • Improve readme for wyoming module (6d37cce)
    • Update wyoming producer and backchannel (6df1e68)
    • Update wyoming readme about events (fce41f4)
    • Remove errors from wyoming server handlers (890fd78)

    Wyoming-related improvements

    • Add wav backchannel (not used yet) (7fe23c7)
    • Add support codec check for alsa source (1b41f61)
    • Add universal PCM transcoder (f535595)
    • Add ioctl package (bad7caa)
    • Change alsa source name for discovery API (5666943)
    • Change codec channels from uint16 to uint8 (e1342f0)
    • Rewrite exec backchannel (d0c3cb0)

    New sources

    Dependencies

    • Update dependencies (3e4dce2)
    • Update all dependencies and min go version to 1.23 (34b103b)
    • Update pion/webrtc library to v4 (af7509e)
    • Update go (build) version to 1.25 and related readme (26f16e3)

    Docs

    Other

    Breaking Changes

    • Removed support for older versions of Windows and macOS
    • Removed ngrok binary from Docker containers
    Open source →
    Release notes

    v1.9.10 - 2025-09-24

    Compare

    Choose a tag to compare

    Open source →
  21. v1.9.10-0.20250924133454-df95ce39d08f 24 Sep 2025 pre-release

    Nothing published for this version

  22. v1.9.10-0.20250910092713-cd7fa5d09cc0 10 Sep 2025 pre-release

    Nothing published for this version

  23. v1.9.10-0.20250829134905-beb82045ffd3 29 Aug 2025 pre-release

    Nothing published for this version

  24. v1.9.10-0.20250708094556-34b103bbcba5 08 Jul 2025 pre-release

    Nothing published for this version

  25. v1.9.10-0.20250522125210-ae8145f26696 22 May 2025 pre-release

    Nothing published for this version

  26. v1.9.10-0.20250502080338-7107508286e5 02 May 2025 pre-release

    Nothing published for this version

  27. v1.9.10-0.20250425115211-6d37cceb9153 25 Apr 2025 pre-release

    Nothing published for this version

  28. v1.9.10-0.20250421171828-5666943559c5 21 Apr 2025 pre-release

    Nothing published for this version

  29. v1.9.9 10 Mar 2025
    Release notes

    V4L2 source

    • Add support v4l2 source (d59139a)
    • Add support mips arch for v4l2 source (7e0a163)
    • Add support framerate param for v4l2 source (59161c6)
    • Add support H264, H265, NV12 for V4L2 source #1546 (82f6c2c)
    • Add readme for V4L2 module (297ecfb)
    • Change ListSizes function for V4L2 device (93252fc)
    • Code refactoring for v4l2 device (773e415)
    • Update v4l2 discovery (879ef60)
    • Fix v4l2 source for MIPS (0664e46)
    • Fix build for mipsle (33e0ccd)

    Other

    Open source →
    Release notes

    v1.9.9 - 2025-03-10

    Compare

    Choose a tag to compare

    Open source →
  30. v1.9.9-0.20250110120101-83907132b574 10 Jan 2025 pre-release

    Nothing published for this version

  31. v1.9.9-0.20250109041836-773e415dff51 09 Jan 2025 pre-release

    Nothing published for this version

  32. v1.9.9-0.20250106211953-33e0ccdd109d 06 Jan 2025 pre-release

    Nothing published for this version

  33. v1.9.8 03 Jan 2025
    Release notes
    • Add support VIGI cameras #1470 (8ecaabf)
    • RTMP server enhancement to support OpenIPC cameras (a3f084d)
    • Update go dependencies (bc9194d)
    • Improve ONVIF server (f601c47)
    • Fix broken incoming sources after v1.9.7 #1458 (25145f7)
    • Fix parsing RTSP Transport header #1235 (f1ba5e9)
    • Fix OPUS/48000/1 for RTSP from some cameras #1506 (0d6b8fc)
    • Fix ONVIF XML tag parsing in some cases (4035e91)

    WIP

    Open source →
    Release notes

    v1.9.8 - 2025-01-03

    Compare

    Choose a tag to compare

    Open source →
  34. v1.9.8-0.20241206093431-f1ba5e95ec21 06 Dec 2024 pre-release

    Nothing published for this version

  35. v1.9.8-0.20241205075514-d8c0f9d1d931 05 Dec 2024 pre-release

    Nothing published for this version

  36. v1.9.8-0.20241124160038-d7cdc8b3b07f 24 Nov 2024 pre-release

    Nothing published for this version

  37. v1.9.8-0.20241114163926-25145f72e565 14 Nov 2024 pre-release

    Nothing published for this version

  38. v1.9.7 11 Nov 2024
    Release notes
    Open source →
    Release notes

    v1.9.7 - 2024-11-11

    Compare

    Choose a tag to compare

    Open source →
  39. v1.9.7-0.20241111172053-dbe9e4aadeea 11 Nov 2024 pre-release

    Nothing published for this version

  40. v1.9.7-0.20241111150552-715be4dad093 11 Nov 2024 pre-release

    Nothing published for this version

  41. v1.9.6 29 Oct 2024
    Release notes
    Open source →
    Release notes

    v1.9.6 - 2024-10-29

    Compare

    Choose a tag to compare

    Open source →
  42. v1.9.6-0.20241029145000-8cca8decdefd 29 Oct 2024 pre-release

    Nothing published for this version

  43. v1.9.6-0.20241029113954-be5bbd3b9be1 29 Oct 2024 pre-release

    Nothing published for this version

  44. v1.9.5 28 Oct 2024
    Release notes
    Open source →
    Release notes

    v1.9.5 - 2024-10-28

    Compare

    Choose a tag to compare

    Open source →
  45. v1.9.5-0.20241028194755-780f378fb16e 28 Oct 2024 pre-release

    Nothing published for this version

  46. v1.9.5-0.20240905085805-8399edce6ab1 05 Sep 2024 pre-release

    Nothing published for this version

  47. v1.9.5-0.20240804071824-bd88695e5910 04 Aug 2024 pre-release

    Nothing published for this version

  48. v1.9.4 18 Jun 2024

    Nothing published for this version

  49. v1.9.4-0.20240618183336-a4885c2c3abc 18 Jun 2024 pre-release

    Nothing published for this version

  50. v1.9.4-0.20240607145921-03956968667b 07 Jun 2024 pre-release

    Nothing published for this version

  51. v1.9.3 06 Jun 2024

    Nothing published for this version

  52. v1.9.3-0.20240525211926-8e571a66e3b8 25 May 2024 pre-release

    Nothing published for this version

  53. v1.9.3-0.20240524044844-d2346a2aed95 24 May 2024 pre-release

    Nothing published for this version

  54. v1.9.3-0.20240518141455-686fb374e960 18 May 2024 pre-release

    Nothing published for this version

  55. v1.9.2 17 May 2024

    Nothing published for this version

  56. v1.9.1 06 May 2024

    Nothing published for this version

  57. v1.9.1-0.20240506173528-a9f2b5158c59 06 May 2024 pre-release

    Nothing published for this version

  58. v1.9.0 30 Apr 2024

    Nothing published for this version

  59. v1.8.6-0.20240210054947-5fa31fe4d6cf 10 Feb 2024 pre-release

    Nothing published for this version

  60. v1.8.6-0.20240206122939-f237119b9a3f 06 Feb 2024 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive