From b3d16c9fcc3d2de62fddb15da12098885adfd532 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Mon, 23 Jan 2023 15:37:06 +0300 Subject: [PATCH] Update TOC in readme --- README.md | 65 ++++++++++++++++++++++++++----------------------------- 1 file changed, 31 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index c7647023..0da4d9af 100644 --- a/README.md +++ b/README.md @@ -29,40 +29,37 @@ Ultimate camera streaming application with support RTSP, WebRTC, HomeKit, FFmpeg --- - -* [go2rtc](#go2rtc) - * [Fast start](#fast-start) - * [go2rtc: Binary](#go2rtc--binary) - * [go2rtc: Home Assistant Add-on](#go2rtc--home-assistant-add-on) - * [go2rtc: Docker](#go2rtc--docker) - * [Configuration](#configuration) - * [Module: Streams](#module--streams) - * [Source: RTSP](#source--rtsp) - * [Source: RTMP](#source--rtmp) - * [Source: HTTP](#source--http) - * [Source: FFmpeg](#source--ffmpeg) - * [Source: FFmpeg Device](#source--ffmpeg-device) - * [Source: Exec](#source--exec) - * [Source: Echo](#source--echo) - * [Source: HomeKit](#source--homekit) - * [Source: Ivideon](#source--ivideon) - * [Source: Hass](#source--hass) - * [Module: API](#module--api) - * [Module: RTSP](#module--rtsp) - * [Module: WebRTC](#module--webrtc) - * [Module: Ngrok](#module--ngrok) - * [Module: Hass](#module--hass) - * [From go2rtc to Hass](#from-go2rtc-to-hass) - * [From Hass to go2rtc](#from-hass-to-go2rtc) - * [Module: MP4](#module--mp4) - * [Module: MJPEG](#module--mjpeg) - * [Module: Log](#module--log) - * [Security](#security) - * [Codecs madness](#codecs-madness) - * [Codecs negotiation](#codecs-negotiation) - * [TIPS](#tips) - * [FAQ](#faq) - +* [Fast start](#fast-start) + * [go2rtc: Binary](#go2rtc-binary) + * [go2rtc: Home Assistant Add-on](#go2rtc-home-assistant-add-on) + * [go2rtc: Docker](#go2rtc-docker) +* [Configuration](#configuration) + * [Module: Streams](#module-streams) + * [Source: RTSP](#source-rtsp) + * [Source: RTMP](#source-rtmp) + * [Source: HTTP](#source-http) + * [Source: FFmpeg](#source-ffmpeg) + * [Source: FFmpeg Device](#source-ffmpeg-device) + * [Source: Exec](#source-exec) + * [Source: Echo](#source-echo) + * [Source: HomeKit](#source-homekit) + * [Source: Ivideon](#source-ivideon) + * [Source: Hass](#source-hass) + * [Module: API](#module-api) + * [Module: RTSP](#module-rtsp) + * [Module: WebRTC](#module-webrtc) + * [Module: Ngrok](#module-ngrok) + * [Module: Hass](#module-hass) + * [From go2rtc to Hass](#from-go2rtc-to-hass) + * [From Hass to go2rtc](#from-hass-to-go2rtc) + * [Module: MP4](#module-mp4) + * [Module: MJPEG](#module-mjpeg) + * [Module: Log](#module-log) +* [Security](#security) +* [Codecs madness](#codecs-madness) +* [Codecs negotiation](#codecs-negotiation) +* [TIPS](#tips) +* [FAQ](#faq) ## Fast start