/rtsp-to.youtube

A small docker definition, that will forward the rtsp stream from a local camery in your network and put it out on a youtube livestream

Primary LanguageShell

About

This little tool will help you to stream your local camera rtsp stream to youtube.

Structure

This "project" conains two container definitions

  1. Publish
  2. download

The follwoing section will describe, how to build it

How to build

Publish

This container will forward your livestream.

You can build your container in the publish directory with

docker built -t yourcontainername .

download

This container will download periodicly

Usage