8000 GitHub - eigenein/yt-unifi: UniFi Protect camera streaming to YouTube
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.
/ yt-unifi Public archive

UniFi Protect camera streaming to YouTube

Notifications You must be signed in to change notification settings

eigenein/yt-unifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghcr.io/eigenein/yt-unifi

UniFi Protect camera streaming to YouTube.

Check status Publishing status

Usage

docker run \
  --detach \
  --restart=unless-stopped \
  -e "SOURCE_URL=rtsps://192.168.1.1:7441/<Camera key>" \
  -e "TARGET_URL=rtmp://a.rtmp.youtube.com/live2/<YouTube key>" \
  --name="<Container name>" \
  ghcr.io/eigenein/yt-unifi:edge
0