Control YouTube playback on your PC, including play, pause, and volume, from your phone on the couch.
Search for and play a new YouTube video on your PC directly from your phone without typing on a keyboard.
Scan a QR code to pair your phone with your PC instantly instead of typing a pairing code.
| rohithmr12/yt-remote | 0xmukesh/docusaurus-tutorial | 1tsmejp/palworld-docker-wine | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-12-27 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | general | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js and loading the extension in developer mode, phone and PC must be on the same Wi-Fi network.
YT Remote lets you control a YouTube video playing in your PC's browser using your phone, as long as both devices are on the same Wi-Fi network. There are no accounts, no cloud service, and no API key involved, since everything runs locally on your own network. It works through three pieces: a small Node.js server that runs on your PC, a browser extension that acts as a bridge between that server and the actual YouTube tab, and a web page you open on your phone that acts as the remote control. The phone talks to the Node server, and the server talks to the extension, which then controls the YouTube tab. The project describes itself as an improved rebuild of an existing tool called TubeControl, simplified down to a single command to start, one network port instead of two, pairing by scanning a QR code instead of typing a code, and richer now-playing information including a live progress bar. It also adds playback speed control and a search feature that does not need any API key. Setup involves installing the Node dependencies and starting the server on the PC, then loading the browser extension as an unpacked extension in Chrome or Edge's developer mode. From then on, starting the server and opening a YouTube tab lets you scan a QR code from your phone to start controlling playback, including play and pause, skipping forward or back, adjusting volume and speed, switching video quality, toggling captions or fullscreen, and searching for and playing a new video. The README includes troubleshooting notes for common connection issues, such as firewall prompts blocking the local server, and an optional advanced setup that lets the extension automatically launch the server for you. The project is released under the MIT license.
YT Remote is a local, no-account tool that lets you control YouTube playback in your PC browser from your phone over the same Wi-Fi network, using a Node server and a browser extension.
Mainly JavaScript. The stack also includes JavaScript, Node.js, WebSocket.
MIT license: use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.