Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-omxplayer

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-omxplayer

Play or stop any youtube/videos/audio using omxplayer on raspberry pi https://github.com/oronbz/homebridge-omxplayer.

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
Maintainers
1
Weekly downloads
 
Created
Source

"OmxPlayer" Plugin

Example config.json:

   "accessories": [
       {
         "accessory": "OmxPlayer",
         "name": "OmxPlayer",

         "youtube": "https://www.youtube.com/watch?v=lf_wVfwpfp8"
         --OR--
         "filename": "my_video.mp4"
       }   
   ]

Why do we need this plugin?

With this plugin you can download and play any YouTube video or a local video file using omxplayer.

How it works

Basically, all you need to do is:

  1. Set the desired youtube url or local filename.
  2. Use this switch in any scene or automation.

How to install

sudo apt-get install omxplayer

sudo npm install -g homebridge-omxplayer

Credits

This plugin was inspired by homebridge-dummy by @nfarina and the idea for this plugin came from my little brother @nitaybz which has written many other plugins already, so you should definitely explore his repos too: https://github.com/nitaybz?tab=repositories

Keywords

FAQs

Package last updated on 11 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc