Update TOC in readme

This commit is contained in:
Alexey Khit
2023-01-23 15:37:06 +03:00
parent f0def68482
commit b3d16c9fcc
+22 -25
View File
@@ -29,40 +29,37 @@ Ultimate camera streaming application with support RTSP, WebRTC, HomeKit, FFmpeg
--- ---
<!-- TOC -->
* [go2rtc](#go2rtc)
* [Fast start](#fast-start) * [Fast start](#fast-start)
* [go2rtc: Binary](#go2rtc--binary) * [go2rtc: Binary](#go2rtc-binary)
* [go2rtc: Home Assistant Add-on](#go2rtc--home-assistant-add-on) * [go2rtc: Home Assistant Add-on](#go2rtc-home-assistant-add-on)
* [go2rtc: Docker](#go2rtc--docker) * [go2rtc: Docker](#go2rtc-docker)
* [Configuration](#configuration) * [Configuration](#configuration)
* [Module: Streams](#module--streams) * [Module: Streams](#module-streams)
* [Source: RTSP](#source--rtsp) * [Source: RTSP](#source-rtsp)
* [Source: RTMP](#source--rtmp) * [Source: RTMP](#source-rtmp)
* [Source: HTTP](#source--http) * [Source: HTTP](#source-http)
* [Source: FFmpeg](#source--ffmpeg) * [Source: FFmpeg](#source-ffmpeg)
* [Source: FFmpeg Device](#source--ffmpeg-device) * [Source: FFmpeg Device](#source-ffmpeg-device)
* [Source: Exec](#source--exec) * [Source: Exec](#source-exec)
* [Source: Echo](#source--echo) * [Source: Echo](#source-echo)
* [Source: HomeKit](#source--homekit) * [Source: HomeKit](#source-homekit)
* [Source: Ivideon](#source--ivideon) * [Source: Ivideon](#source-ivideon)
* [Source: Hass](#source--hass) * [Source: Hass](#source-hass)
* [Module: API](#module--api) * [Module: API](#module-api)
* [Module: RTSP](#module--rtsp) * [Module: RTSP](#module-rtsp)
* [Module: WebRTC](#module--webrtc) * [Module: WebRTC](#module-webrtc)
* [Module: Ngrok](#module--ngrok) * [Module: Ngrok](#module-ngrok)
* [Module: Hass](#module--hass) * [Module: Hass](#module-hass)
* [From go2rtc to Hass](#from-go2rtc-to-hass) * [From go2rtc to Hass](#from-go2rtc-to-hass)
* [From Hass to go2rtc](#from-hass-to-go2rtc) * [From Hass to go2rtc](#from-hass-to-go2rtc)
* [Module: MP4](#module--mp4) * [Module: MP4](#module-mp4)
* [Module: MJPEG](#module--mjpeg) * [Module: MJPEG](#module-mjpeg)
* [Module: Log](#module--log) * [Module: Log](#module-log)
* [Security](#security) * [Security](#security)
* [Codecs madness](#codecs-madness) * [Codecs madness](#codecs-madness)
* [Codecs negotiation](#codecs-negotiation) * [Codecs negotiation](#codecs-negotiation)
* [TIPS](#tips) * [TIPS](#tips)
* [FAQ](#faq) * [FAQ](#faq)
<!-- TOC -->
## Fast start ## Fast start