Hosed. 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...
Realtime streaming from torrents in the browser
41–50 of 96 posts
Re: Realtime streaming from torrents in the browser
#42I still can't understand why this has been Bram Cohen's main focus for the last few years and he still doesn't have a working prototype.
Re: Realtime streaming from torrents in the browser
#43China is so far ahead of the west in real-time (and live) peer to peer streaming. Look at video systems like QVOD (now dying after state intervention), Xigua, JJVod: they all have a central tracker and use swarms of users to supply realtime video streaming. PopcornTime was a decent example of this but China's been doing it for years - it was live television streaming over p2p first with PPLive, PPS, Sopcast, etc and…
I suspect he still doesn't have a working prototype he can safely monetize. I don't think the wants to move to China.
Re: Realtime streaming from torrents in the browser
#44China is so far ahead of the west in real-time (and live) peer to peer streaming. Look at video systems like QVOD (now dying after state intervention), Xigua, JJVod: they all have a central tracker and use swarms of users to supply realtime video streaming. PopcornTime was a decent example of this but China's been doing it for years - it was live television streaming over p2p first with PPLive, PPS, Sopcast, etc and…
> he still doesn't have a working prototype I suspect he still doesn't have a working prototype he can safely monetize . I don't think the wants to move to China.
Re: Realtime streaming from torrents in the browser
#45Re: Realtime streaming from torrents in the browser
#46The service did nothing at all on Chrome with ad-block-plus installed.
On Firefox the service did show some very nice blue balls moving from left to right after I did a search on some common video content and selected it, but that was about it.
Re: Realtime streaming from torrents in the browser
#47This is neat, but what we really need is BitTorrent over WebRTC, for actual decentralized BitTorrent in the browser. See http://webtorrent.io The 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 pro…
ps: your site seems down.
Re: Realtime streaming from torrents in the browser
#48BitTorrent doesn't order file fragments by design. So how can you stream it without downloading the whole thing first (to the server at least)? Which defeats the purpose of streaming really.
This is not something new.
Re: Realtime streaming from torrents in the browser
#49BitTorrent doesn't order file fragments by design. So how can you stream it without downloading the whole thing first (to the server at least)? Which defeats the purpose of streaming really.
Re: Realtime streaming from torrents in the browser
#50BitTorrent doesn't order file fragments by design. So how can you stream it without downloading the whole thing first (to the server at least)? Which defeats the purpose of streaming really.
You can. BitTorrent doesn't order file fragments by design, but clients can choose to ignore this and request pieces in order. See Popcorn time and many other implementations out there.