Realtime streaming from torrents in the browser
31–40 of 96 posts
Re: Realtime streaming from torrents in the browser
#32Re: Realtime streaming from torrents in the browser
#33At least use a server located in countries which US cannot freely exercise it's jurisdiction powers to buy you time. Hosting Digitalocean node in Singapore won't help.
Re: Realtime streaming from torrents in the browser
#34Hosed. Getting timeouts for /details. 2 issues in general, though: (1) The BitTorrent protocol is not hospitable to linear downloading. (2) Pirated video content is extremely incompatible with browser-based playback... stuff like MKV and AVI containers, DTS/AC3 audio, multiple audio tracks, segmented RAR files. If this works even for vanilla MP4 content, I will be super impressed - but the browser is the wrong place…
EZTV YIFI and many more don't pack anymore the data inside rar files, and it works, you can watch silicon valley from an EZTV torrent from here http://iflix.io/#/play/ef87a3f97c653d487dece0e6ea8e60b7731a5...
Re: Realtime streaming from torrents in the browser
#35What I have in mind would be some kind of mapping between magnet link and themoviedb (or tvdb, musicbrainz id, etc). Seems like an obvious feature for me...
Re: Realtime streaming from torrents in the browser
#36Re: Realtime streaming from torrents in the browser
#37I 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…
This one is client-side: http://www.popcornexpress.me/ It uses Bittorent's Torque plugin. http://blog.bittorrent.com/2012/07/06/introducing-bittorrent... Of course at that point you might as well install the real thing, rather than a plugin. It's a shame there isn't a standard web-based torrenting protocol. I imagine it's technically pretty hard to do, but even if it wasn't, now that MPAA is on W3C's board and owns i…
Even if you think that, I don't think you should say it out loud. Lots of great things were created because people were dumb and tried to do the impossible. There's too much gloom and doom and I think that's putting people off. Not to say that we shouldn't highlight the issue, just more in a positive light i.e "X is really tough, but if it's done this could change the Y landscape"
Merely my opinion, of course.
Re: Realtime streaming from torrents in the browser
#38I run www.moviemagnet.net which surprisingly is hosted in the US, but hasn't been taken down yet.
Re: Realtime streaming from torrents in the browser
#39Earlier quoted context omitted.
This one is client-side: http://www.popcornexpress.me/ It uses Bittorent's Torque plugin. http://blog.bittorrent.com/2012/07/06/introducing-bittorrent... Of course at that point you might as well install the real thing, rather than a plugin. It's a shame there isn't a standard web-based torrenting protocol. I imagine it's technically pretty hard to do, but even if it wasn't, now that MPAA is on W3C's board and owns i…
" there's slim to zero chance such a protocol will ever become reality." Even if you think that, I don't think you should say it out loud. Lots of great things were created because people were dumb and tried to do the impossible. There's too much gloom and doom and I think that's putting people off. Not to say that we shouldn't highlight the issue, just more in a positive light i.e "X is really tough, but if it's don…
WebTorrent makes BitTorrent work in the browser using WebRTC. It's designed to match the BitTorrent protocol as closely as possible, so when the time comes, existing BitTorrent clients can easily add support for this extension and peer with web-based torrent clients.
WebTorrent is already working as a node.js bittorrent client (just do `npm install webtorrent -g` and use the `webtorrent` command), and as a web-based client (though the docs for this latter part are currently very lacking -- working on it!).
Re: Realtime streaming from torrents in the browser
#40The project's goal is to build a browser BitTorrent client that requires no install (no plugin/extension/etc.) and fully-interoperates with the regular BitTorrent network. We use WebRTC Data Channels for peer-to-peer transport.
WebTorrent is designed to match the BitTorrent protocol as closely as possible, so when the time comes, existing BitTorrent clients can easily add WebRTC support and swarm with web-based torrent clients, "bridging" the web and non-web worlds.
WebTorrent is already working as a node.js bittorrent client (just do `npm install webtorrent -g` and use the `webtorrent` command), and as a web-based client (though the docs for this latter part are currently very lacking -- this will improve in the coming days!).