Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/connorswis/youtube-live-site
- Owner: ConnorSwis
- Created: 2024-08-29T02:03:34.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T02:35:43.000Z (2 months ago)
- Last Synced: 2024-10-10T22:23:27.777Z (28 days ago)
- Topics: amd64, arm64, arm64v8, docker, docker-image, dockerfile, live, livestream, livestreaming, python, web, webapp, webcam, webcam-stream, webcam-streaming, webserver, website, youtube
- Language: Python
- Homepage: https://cam.connorswis.com
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```