Skip to content

Instantly share code, notes, and snippets.

@MasterAler
MasterAler / rtsp-simple-server.yml
Last active December 7, 2023 21:50
Minimal recipe for rtsp-simple-server
###############################################
# General parameters
# Sets the verbosity of the program; available values are "error", "warn", "info", "debug".
logLevel: debug
# Destinations of log messages; available values are "stdout", "file" and "syslog".
logDestinations: [stdout]
# If "file" is in logDestinations, this is the file which will receive the logs.
logFile: rtsp-simple-server.log
@MasterAler
MasterAler / highload.md
Created December 29, 2023 16:24 — forked from pavlov200912/highload.md
Конспект Проектирование Высоконагруженных систем 2021

package main

/* Билеты по Проектированию Высоко нагруженных систем

  • В этом конспекте нет автоматической грамматической проверки
  • Он написан для личного пользования, исключительно для подготовки к экзамену