Skip to content

Instantly share code, notes, and snippets.

View santiagovdk's full-sized avatar
👹

Santiago Vargas de Kruijf santiagovdk

👹
View GitHub Profile
@santiagovdk
santiagovdk / RaspberryPi-Ubuntu18.04-RTSP-server.md
Last active February 9, 2023 20:26 — forked from neilyoung/receipt4.md
How to make an Ubuntu 18.04 an RTSP streamer and how to consume that?

How to make an Ubuntu 18.04 server an RTSP streamer and how to consume that?

Prerequisites

Using a fresh Ubuntu 18.04 server install you may need to enable ssh.

sudo apt update
sudo apt upgrade
sudo ufw allow ssh