S
S
sinco2018-03-11 19:24:02
bittorrent
sinco, 2018-03-11 19:24:02

Is it possible to make a website with serials that are in torrents?

the point is to create a site for example with movies
on the page there will be a regular video player
and the files themselves will be located on different torrents

Answer the question

In order to leave comments, you need to log in

5 answer(s)
R
rPman, 2018-03-11
@rPman

https://geektimes.ru/post/267546/

K
Kolya K, 2018-03-11
@Kolyagrozamorey

www.acestream.org/rus

V
VladimirMelnik, 2018-03-11
@VladimirMelnik

Look, the torrent protocol delivers videos in chunks and writes them into a whole file only when all the small compressed chunks have been downloaded. So, you need to write your protocol, which is not quite on the topic.

A
Alexey Skobkin, 2018-03-11
@skobkin

The web version of Popcorn Time does just that.

A
Andrey Stepanov, 2018-03-13
@leoykt

quite possible. You will have to stream active torrents on the server side, transcode (h264) and give to the client in the form of HLS. And the list on the site is formed by parsing the torrent tracker on torrents with a minimum number of seeds (for example, from 10).
When a request is received, download the torrent file, initialize the download, run ffmpeg with RTMP output to the localhost and nginx-rtmp-module to form HLS.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question