Code Monkey home page Code Monkey logo

netflix-remote-folk's Introduction

Netflix remote

Use your phone as a remote for controlling Netflix on your Desktop.

Usage:

Scan code

Remote

Why?

There are often times I want to watch a movie from my bed, on my PC.

How it works:

  • A broker server is used to establish WebRTC connections between the interface and the Netflix window.
  • The server only stores the initial WebRTC signalling data for the netflix window. All subsequent communication is done with a WebRTC connection.

Caveats:

  • The connection will be broken if either of the pages, the netflix window or the interface are reloaded. You would need to establish a new connection.
  • There may be debug messages in the extension, in the console, ignore them. I've removed those in the 1.1 version now.

Development:

  • Chrome extension: ext folder
    • Go to to chrome://extensions/
    • Click on Load unpacked and select the ext folder.
  • Interface: ui folder
    • Install dependencies by npm install
    • Run development server by npm run dev
    • Create build bundle by npm run build
  • Broker server: broker folder
    • Install dependencies by npm install
    • Run in development mode by npm run dev
    • Start by npm start

netflix-remote-folk's People

Watchers

James Cloos avatar Tung avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.