Skip to main content

A native Linux GUI for Chromecasting local files.

Project description

alt text

alt text

GnomeCast

This is a native Linux GUI for casting local files to ChromeCast devices. It supports:

  • Both audio and video files (anything ffmpeg can read)

  • Realtime transcoding (only when needed)

  • Subtitles (embedded and external SRT files)

  • Fast scrubbing (waiting 20s for buffering to skip 30s ahead is wrong!)

Install

Please run:

$ pip3 install gnomecast

If installing in a mkvirtualenv built virtual environment, make sure you include the --system-site-packages parameter to get the GTK bindings.

Run

$ gnomecast

If you see:

AttributeError: module 'html5lib.treebuilders' has no attribute '_base'

This is a known bug in html5lib (used by pycaptions). Run this to fix it:

# pip3 install --upgrade html5lib==1.0b8

Please report bugs!

Thanks To…

And everyone who made this project #2 on GitHub’s trending list! That’s so awesome!!!

alt text

alt text

Transcoding

Chromecasts only support a handful of media formats. See: https://developers.google.com/cast/docs/media

So some amount of transcoding is necessary if your video files don’t conform. But we’re smart about it. If you have an .mkv file with h264 video and AAC audio, we use ffmpeg to simply rewrite the container (to .mp4) without touching the underlying streams, which my XPS 13 can at around 100x realtime (it’s fully IO bound).

Now if you have that same .mkv file with and A3C audio stream (which Chromecast doesn’t support) we’ll rewrite the container, copy the h264 stream as is and only transcode the audio (at about 20x).

If neither your file’s audio or video streams are supported, then it’ll do a full transcode (at around 5x).

We write the entire transcoded file to your /tmp directory in order to make scrubbing fast and glitch-free, a good trade-off IMO. Hopefully you’re not running your drive at less than one video’s worth of free space!

Subtitles

Chromecast only supports a handful of subtitle formats, .srt not included. But it does support WebVTT. So we extract whatever subtitles are in your video, convert them to WebVTT, and then reattach them to the video through Chomecast’s API.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gnomecast-1.9.11.tar.gz (20.9 kB view details)

Uploaded Source

File details

Details for the file gnomecast-1.9.11.tar.gz.

File metadata

  • Download URL: gnomecast-1.9.11.tar.gz
  • Upload date:
  • Size: 20.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.8

File hashes

Hashes for gnomecast-1.9.11.tar.gz
Algorithm Hash digest
SHA256 4d8cd7a71f352137252c5a9ee13475bd67fb99594560ecff1efb0f718d8bbaac
MD5 cdb7481dd8f3cd99fa1b4e86190a1659
BLAKE2b-256 bb04d8419a9087d4bfdff075ec9a1f96b83200e2f1b170880a5bdea6268bb6f2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page