peerstohttp icon indicating copy to clipboard operation
peerstohttp copied to clipboard

Simple torrent proxy to http stream controlled over REST-like api

Results 17 peerstohttp issues
Sort by recently updated
recently updated
newest added

Since trackers come and go and some magnet URIs don't even have trackers built-in, adding some well-known (or even private) trackers would speed up stream bootstrap and discovery. This could...

how to build this properly , i get no go files > go get -v -u github.com/WinPooh32/peerstohttp > github.com/WinPooh32/peerstohttp (download) > package github.com/WinPooh32/peerstohttp: no Go files in /home/voo/go/src/github.com/WinPooh32/peerstohttp

Looks like there is a hardcoded list of trackers that are always added to torrents [here](https://github.com/WinPooh32/peerstohttp/blob/37b47ceb12bca04ab20d82215468142891fac045/app/app.go#L25). Some thoughts: - It would be great to be able to customize them, so...

When downloading video torrents, you have to get the files list first, and later figure out the appropriate file name (which will be different on every torrent). As I used...

It would be a nice and convenient way of packaging the app and avoiding compilation for users. Docker Hub has Automated Builds: https://docs.docker.com/docker-hub/builds/ GitHub has recently set up their own...

Adding a `--version`/`-v` switch might be helpful when troubleshooting. Happened to me while trying images from Docker Hub.

``` #!/bin/bash -eo pipefail GOOS=windows GOARCH=386 go build -mod=vendor -o /tmp/artifacts/peerstohttp.win.i386.exe ./cmd/... # zombiezen.com/go/sqlite vendor/zombiezen.com/go/sqlite/session.go:68:20: undefined: sqlite3.Xsqlite3session_create vendor/zombiezen.com/go/sqlite/session.go:90:2: undefined: sqlite3.Xsqlite3session_delete vendor/zombiezen.com/go/sqlite/session.go:725:37: undefined: sqlite3.SQLITE_CHANGESET_DATA vendor/zombiezen.com/go/sqlite/session.go:726:37: undefined: sqlite3.SQLITE_CHANGESET_NOTFOUND vendor/zombiezen.com/go/sqlite/session.go:727:37: undefined: sqlite3.SQLITE_CHANGESET_CONFLICT vendor/zombiezen.com/go/sqlite/session.go:728:37:...

bug

I've been having a problem were it just dies while "streaming" a video, How can I run this as a daemon and have it restart if/when it dies?

Hi, Are there any way to clean the cache routinely or gracefully?

I kept on querying data by using the list interface, after about 20 more , I opened 3 windows to play different videos. I found the cpu load was 100%....