Releases: sumitake/YouTube-AutoEncoder
Releases · sumitake/YouTube-AutoEncoder
Release list
v1.0
YouTube AutoEncoder v1.0
Initial stable release of the headless, self-recovering YouTube live-stream encoder.
Included
- Headless FFmpeg supervisor for unattended RTSP-to-YouTube streaming.
- YouTube Live lifecycle automation for reusable streams, broadcast creation, binding, ingest detection, testing/live transitions, and completion.
- Moving test-pattern helper for visible end-to-end YouTube ingest validation.
- Raspberry Pi/systemd deployment materials for a low-overhead bridge host.
- Generic configuration model using
YTA_*environment variables. - README guidance for architecture, process flow, recovery behavior, caveats, and Google Cloud/YouTube OAuth provisioning.
Operational Caveats
- YouTube Live must be enabled on the target channel.
- OAuth user consent is required; an API key alone cannot create or transition broadcasts.
- Testing-mode OAuth apps can expire refresh tokens; production deployments should move the Google Auth app to production and complete required verification.
- Video copy mode is lowest CPU but requires a YouTube-compatible camera video stream; otherwise use transcode mode.
- Secrets are redacted from project logs, but privileged local users may still see full FFmpeg command lines while active.
Tag target: 3d48007