Hello everyone, I wonder if resumable download of the video to PeerTube instance is possible without any server-side manipulation? I am using API and uploading a binary file. Or I should use WebTorrent for this instead?
Thanks for your attention.
Hello everyone, I wonder if resumable download of the video to PeerTube instance is possible without any server-side manipulation? I am using API and uploading a binary file. Or I should use WebTorrent for this instead?
Thanks for your attention.
At the moment, it is not possible, though the idea has already seen some discussion in https://github.com/Chocobozzz/PeerTube/issues/324
You could always use the torrent import to have a more resilient upload, yes.