From 90217d61d05f52482bfe2016be7ee7681473e98a Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Mon, 7 Jul 2025 14:25:55 -0300 Subject: [PATCH] Restore ToC --- README.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/README.md b/README.md index c177e21b..cabcd7e7 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,64 @@ Ultimate camera streaming application with support for RTSP, WebRTC, HomeKit, FF --- +- [Fast start](#fast-start) + - [go2rtc: Binary](#go2rtc-binary) + - [go2rtc: Docker](#go2rtc-docker) + - [go2rtc: Home Assistant add-on](#go2rtc-home-assistant-add-on) + - [go2rtc: Home Assistant Integration](#go2rtc-home-assistant-integration) + - [go2rtc: Dev version](#go2rtc-dev-version) +- [Configuration](#configuration) + - [Module: Streams](#module-streams) + - [Two-way audio](#two-way-audio) + - [Source: RTSP](#source-rtsp) + - [Source: RTMP](#source-rtmp) + - [Source: HTTP](#source-http) + - [Source: ONVIF](#source-onvif) + - [Source: FFmpeg](#source-ffmpeg) + - [Source: FFmpeg Device](#source-ffmpeg-device) + - [Source: Exec](#source-exec) + - [Source: Echo](#source-echo) + - [Source: Expr](#source-expr) + - [Source: HomeKit](#source-homekit) + - [Source: Bubble](#source-bubble) + - [Source: DVRIP](#source-dvrip) + - [Source: Tapo](#source-tapo) + - [Source: Kasa](#source-kasa) + - [Source: GoPro](#source-gopro) + - [Source: Ivideon](#source-ivideon) + - [Source: Hass](#source-hass) + - [Source: ISAPI](#source-isapi) + - [Source: Nest](#source-nest) + - [Source: Roborock](#source-roborock) + - [Source: WebRTC](#source-webrtc) + - [Source: WebTorrent](#source-webtorrent) + - [Incoming sources](#incoming-sources) + - [Incoming: Browser](#incoming-browser) + - [Incoming: WebRTC/WHIP](#incoming-webrtcwhip) + - [Stream to camera](#stream-to-camera) + - [Publish stream](#publish-stream) + - [Module: API](#module-api) + - [Module: RTSP](#module-rtsp) + - [Module: RTMP](#module-rtmp) + - [Module: WebRTC](#module-webrtc) + - [Module: HomeKit](#module-homekit) + - [Module: WebTorrent](#module-webtorrent) + - [Module: ngrok](#module-ngrok) + - [Module: Hass](#module-hass) + - [Module: MP4](#module-mp4) + - [Module: HLS](#module-hls) + - [Module: MJPEG](#module-mjpeg) + - [Module: Log](#module-log) +- [Security](#security) +- [Codecs filters](#codecs-filters) +- [Codecs madness](#codecs-madness) +- [Built-in transcoding](#built-in-transcoding) +- [Codecs negotiation](#codecs-negotiation) +- [Projects using go2rtc](#projects-using-go2rtc) +- [Camera experience](#camera-experience) +- [TIPS](#tips) +- [FAQ](#faq) + ## Fast start 1. Download [binary](#go2rtc-binary) or use [Docker](#go2rtc-docker) or Home Assistant [add-on](#go2rtc-home-assistant-add-on) or [Integration](#go2rtc-home-assistant-integration)