Haven't got this to work yet. I'd love to see a BT streaming solution not as a centralized service, but as a locally running app. Does such a thing exist?
the machine is a 10 dollar digital ocean droplet, it's curently at it's peak, this can be packed(and it will be) with node webkit
Realtime streaming from torrents in the browser
11–20 of 96 posts
Re: Realtime streaming from torrents in the browser
#12In contrast NimbusVid was entirely client side. The drawback was that the source data needed to be a web friendly seekable format; you couldn't play an arbitrary video file.
Re: Realtime streaming from torrents in the browser
#13Re: Realtime streaming from torrents in the browser
#14Re: Realtime streaming from torrents in the browser
#15Can you use magnet links?
Re: Realtime streaming from torrents in the browser
#16Re: Realtime streaming from torrents in the browser
#17Haven't got this to work yet. I'd love to see a BT streaming solution not as a centralized service, but as a locally running app. Does such a thing exist?
Re: Realtime streaming from torrents in the browser
#18I created (and later closed) a similar service using mega.co.nz instead of torrents. The main problem I see with your approach is that you serve video from your server (and presumably do the torrent fetch server side). This opens you up to liability, makes you responsible for DMCA take downs and puts the workload on the server. In contrast NimbusVid was entirely client side. The drawback was that the source data need…
Maybe I should revive the VLC web plugin and the torrent input plugin :)
Re: Realtime streaming from torrents in the browser
#19I created (and later closed) a similar service using mega.co.nz instead of torrents. The main problem I see with your approach is that you serve video from your server (and presumably do the torrent fetch server side). This opens you up to liability, makes you responsible for DMCA take downs and puts the workload on the server. In contrast NimbusVid was entirely client side. The drawback was that the source data need…
> The drawback was that the source data needed to be a web friendly seekable format; you couldn't play an arbitrary video file. Maybe I should revive the VLC web plugin and the torrent input plugin :)
Re: Realtime streaming from torrents in the browser
#20I created (and later closed) a similar service using mega.co.nz instead of torrents. The main problem I see with your approach is that you serve video from your server (and presumably do the torrent fetch server side). This opens you up to liability, makes you responsible for DMCA take downs and puts the workload on the server. In contrast NimbusVid was entirely client side. The drawback was that the source data need…
> The drawback was that the source data needed to be a web friendly seekable format; you couldn't play an arbitrary video file. Maybe I should revive the VLC web plugin and the torrent input plugin :)