{"id":18578655,"url":"https://github.com/jech/storrent","last_synced_at":"2025-04-05T06:07:19.349Z","repository":{"id":57530408,"uuid":"271545022","full_name":"jech/storrent","owner":"jech","description":"An implementation of the BitTorrent protocol that is optimised for streaming media.","archived":false,"fork":false,"pushed_at":"2025-01-22T10:40:32.000Z","size":270,"stargazers_count":168,"open_issues_count":0,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-29T05:05:09.346Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.irif.fr/~jch/software/storrent/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jech.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-11T12:50:16.000Z","updated_at":"2025-03-27T18:46:56.000Z","dependencies_parsed_at":"2023-11-25T13:29:06.084Z","dependency_job_id":"38b16b53-7923-46c7-95ba-bf4c549a0a32","html_url":"https://github.com/jech/storrent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jech%2Fstorrent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jech%2Fstorrent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jech%2Fstorrent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jech%2Fstorrent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jech","download_url":"https://codeload.github.com/jech/storrent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294537,"owners_count":20915340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T23:36:37.744Z","updated_at":"2025-04-05T06:07:19.327Z","avatar_url":"https://github.com/jech.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Storrent\n========\n\nStorrent is a BitTorrent implementation that is optimised for streaming\nmedia: it allows you to watch a movie or to listen to music from a Torrent\nwithout downloading it entirely.\n\nStorrent works entirely in RAM: except for the DHT bootstrap database, it\nwill never write anything to disk.  It requires a fair amount of memory\n(1GB will do, 4GB is better).\n\n\nInstallation\n------------\n\n    git clone https://github.com/jech/storrent\n    cd storrent\n    CGO_ENABLED=1 go build\n\nThis will yield a binary called `storrent` or `storrent.exe`.\n\nRunning\n-------\n\n    ./storrent \u0026\n      \nNow go to\n\n    http://localhost:8088\n    \nand add a magnet link or a link to a torrent file.  Wait a few seconds,\nthen hit reload; you should see a link to a playlist which you may\ndownload and feed to your favourite media player.\n\n\nCommand-line options\n--------------------\n\n    storrent -help\n    \nBy default, storrent takes 1/2 of the total RAM on your machine.  You may\ntune this with the `-mem` command-line flag:\n\n    storrent -mem $((4 * 1024 * 1024)) \u0026\n\nBy default, storrent attempts to open ports in your NAT box or firewall\nusing NAT-PMP, or, failing that, uPNP.  You may disable port mapping with\nthe `-portmap` flag:\n\n    storrent -portmap=off\n\nI usually run storrent in a slightly more paranoid mode than the default:\n\n    storrent -force-encryption -dht passive\n\nFor privacy reasons, storrent doesn't use trackers or webseeds by default;\nyou may enable them on a torrent-by-torrent basis in the user interface.\nShould you wish to override the default, do:\n\n    storrent -use-trackers -use-webseeds\n\n\nAuthor\n------\n\nJuliusz Chroboczek \u003chttps://www.irif.fr/~jch/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjech%2Fstorrent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjech%2Fstorrent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjech%2Fstorrent/lists"}