peertube-android icon indicating copy to clipboard operation
peertube-android copied to clipboard

Seeding options

Open sschueller opened this issue 8 years ago • 5 comments

Add option to enable/disable seeding. (Always, Wifi Only, Off). Default would be Wifi Only.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

sschueller avatar Mar 05 '18 12:03 sschueller

Working on it

dhk2 avatar Jul 05 '20 04:07 dhk2

Got it working as a service. Works great for 1 video, but seeding multiples is crashing with errors like: A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 13119 (TORRENTSTREAM_L), pid 13072 (ueller.peertube)

After I finish implementing the user interface bits for thorium, I'll dive into the library and see what's going on

dhk2 avatar Jul 08 '20 01:07 dhk2

Switched to using sessions from libtorrent instead of of torrentstreams for seeding. Able to get 2 or three seeds working but still gets occasional fatal signal 11, increasing significantly around 5. Back to drawing board

dhk2 avatar Jul 19 '20 07:07 dhk2

Alright, seeding 10 captain planet videos while playing a game in the foreground. Now to tidy it up.

dhk2 avatar Jul 31 '20 22:07 dhk2

giving up on my third try at this for now in light of this:

https://docs.joinpeertube.org/admin-configuration?id=vod-transcoding

dhk2 avatar Dec 29 '20 12:12 dhk2