Video Generation Admin
Your access request is pending.
To be approved faster, please send an email to brian.giannini.1@gmail.com so the admin can enable your account.
Your account is not on the invite list.
Please use the "Request Access" form above, then email brian.giannini.1@gmail.com to be approved.
Generate a New Video (Fast Quality Only)
Hackathon Demo Interface
Welcome! This website was built specifically for the hackathon demo to allow for easy testing.
How This Demo Works (The "Admin" Flow)
- You request access with your email (which the admin approves in Firestore).
- You sign in with Google to verify your identity.
- You write a prompt and click "Generate".
- This site securely calls the private Google ADK agent (running on Cloud Run).
- The agent generates the video and saves it to a private cloud storage folder.
- This site creates a secure, temporary link and displays the video for you above.
The Real-World Production Flow (The "Stream" Flow)
In the primary use case, this system is fully automated for a live YouTube stream:
- A viewer sends a donation on YouTube with a video prompt.
- Streamer.bot (on the streamer's PC) catches the donation.
- Streamer.bot securely calls the exact same Cloud Run agent you are testing now.
- The video is saved to a separate, private cloud folder.
- A separate script on the streamer's PC downloads the new video.
- The script plays the video, which is then captured by the OBS streaming software and broadcast live.