upvote
It's a CLI that lets you select a movie, finds a matching stream from streaming websites, transcodes it, burns in subtitles in real time, and tells your TV to play it.
reply
What kind of streaming websites? Like, Netflix? Amazon Prime?
reply
Do I need to bring my own sources or is there a maintained list?
reply
You mean the streaming website source ? You can use the one present in the config.yaml of the project, it works fine.
reply
it comes preconfigured with three different illegal pirate sites.
reply
Looks like they removed now, and changed some language in Readme: https://github.com/stupside/castor/commit/692b2f18b8f6e99c32...
reply
Lol. I wonder how that will hold up in court. "Your Honor, Castor is not designed for piracy" "Then why did the last version automatically access three pirate sites?"
reply
[flagged]
reply
deleted
reply
I am not sure how this would help with piracy? It can only play a stream you already have access to, it doesn’t break encryption or anything.
reply
The default config has a bunch of such sources: https://github.com/stupside/castor/blob/main/config.yaml

sources: - proxies: - "https://vidsrc-embed.ru" templates: movie: "/embed/movie/{itemID}" episode: "/embed/tv/{itemID}/{season}-{episode}"

  - proxies:
      - "https://1embed.cc"
      - "https://www.vidking.net"
    templates:
      movie: "/embed/movie/{itemID}"
      episode: "/embed/tv/{itemID}/{season}/{episode}"

  - proxies:
      - "https://www.rivestream.app"
    templates:
      movie: "/embed/torrent?type=movie&id={itemID}"
      episode: "/embed/torrent?type=tv&id={itemID}&season={season}&episode={episode}"

  - proxies:
      - "https://www.rivestream.app"
    templates:
      movie: "/embed?type=movie&id={itemID}"
      episode: "/embed?type=tv&id={itemID}&season={season}&episode={episode}"
reply
You already have access to pirated streams. This app plays them for you. Check the source addresses in config.yaml.
reply
It's an alternative way to cast media to your TV by way of somehow ripping the streaming video off said website or service.
reply
I agree, is the use case any video stream other than big established ( which already support casting)... So... bootleg sports streams?
reply
It casts whatever stream's on the page, same as VLC plays whatever file you open.
reply
[dead]
reply