rhshourav/HydraCast — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a lightweight Python app called HydraCast that lets me turn local video and audio files into always on live streams without needing to write FFmpeg commands myself.

I want a web dashboard where I can create and manage multiple RTSP and HLS streams, start and stop them, preview them in the browser, copy stream links, and export the links to CSV. Each stream should support playlists from selected files or a folder, shuffle, looping, weekday schedules, bitrate settings, and a broadcast sync mode so playback lines up like a real 24 hour channel.

Add a calendar for one time events, with options for what happens after the event finishes. Include a media manager in the browser for uploading, renaming, moving, copying, and deleting files. Also include logs, CPU and RAM monitoring, settings, email alerts, backup and restore, light and dark mode, and holiday calendar support.

Use Python, FFmpeg, and MediaMTX. Make it easy to run locally with python hydracast.py, and look up current docs online if needed.

Want more depth? Deep Reverse