Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.04 KB

openflix

Join the chat at https://gitter.im/ricardocasares/openflix

In browser torrent streaming open source netflix clone

What we got so far

Todo

  • Implement themoviedb.org to search & fetch film data
  • Implement yts.re/api to fetch torrent data
  • Implement webtorrent to accomplish in-browser torrent streaming
    • An alternative would be to implent this as a chrome extension like this one, downside: chrome-only
  • Implement yifysubtitles.com to fetch subs

Wishlist

  • On-the-fly video/audio transcoding
    • Would be great, but I think it might be very slow
    • Maybe videoconverter.js could help