Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/connorswis/youtube-live-site


https://github.com/connorswis/youtube-live-site

amd64 arm64 arm64v8 docker docker-image dockerfile live livestream livestreaming python web webapp webcam webcam-stream webcam-streaming webserver website youtube

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Youtube Live Site

This Docker image is a simple web server that displays the live stream of a YouTube channel.

![example image](demo.png)

## Usage

Docker run:

```
docker run -d --name youtube-live-site \
-e YOUTUBE_CHANNEL_ID=[YOUTUBE CHANNEL ID] \
-p [HOST PORT]:8000 \
connorswislow/youtube-live-site:latest
```