8 ms·
Seems to be missing some context. What is this used for? Piracy?
by rideontime 2mo ago
Seems to be missing some context. What is this used for? Piracy?
- selectively 2mo ago[dead]
- pogue 2mo agoIt's an alternative way to cast media to your TV by way of somehow ripping the streaming video off said website or service.
- xonery 2mo agoIt'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.
- 2gremlin181 2mo agoDo I need to bring my own sources or is there a maintained list?
- xonery 2mo agoYou mean the streaming website source ? You can use the one present in the config.yaml of the project, it works fine.
- inigyou 2mo agoit comes preconfigured with three different illegal pirate sites.
- whatsupdog 2mo agoLooks like they removed now, and changed some language in Readme: https://github.com/stupside/castor/commit/692b2f18b8f6e99c321f03fdb0464b833d589cb9 https://github.com/stupside/castor/commit/692b2f18b8f6e99c32...
- inigyou 2mo agoLol. 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?"
- keepupnow 2mo ago[flagged]
- deleted 2mo ago[deleted]
- rideontime 2mo agoWhat kind of streaming websites? Like, Netflix? Amazon Prime?
- mikeweiss 2mo agoI agree, is the use case any video stream other than big established ( which already support casting)... So... bootleg sports streams?
- cortesoft 2mo agoI 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.
- inigyou 2mo agoYou already have access to pirated streams. This app plays them for you. Check the source addresses in config.yaml.
- PieUser 2mo agoThe default config has a bunch of such sources: https://github.com/stupside/castor/blob/main/config.yaml https://github.com/stupside/castor/blob/main/config.yaml sources: - proxies: - "https://vidsrc-embed.ru 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}"