qast / docs
Site GitHub

qast Documentation

qast casts virtually any media source to any TV (Chromecast, DLNA, Roku) from the command line or Python code. It normalizes mixed media into one continuous H.264/AAC stream so playback works consistently across every TV protocol.

Quick start

pip install qast[all]
qast "https://youtube.com/watch?v=dQw4w9WgXcQ"

That's it. qast discovers devices on your LAN, transcodes the video, and streams it to your TV.

Key concepts

Source docs

Created by Rich LeGrand · MIT License