All Projects → dplesca → omxremote

dplesca / omxremote

Licence: other
Remote control for omxplayer on raspberry pi

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to omxremote

DcRat
A simple remote tool in C#.
Stars: ✭ 709 (+5353.85%)
Mutual labels:  remote-control
ondevice
ondevice.io client
Stars: ✭ 32 (+146.15%)
Mutual labels:  remote-control
ConTroll Remote Access Trojan
Created a VERY SIMPLE remote access Trojan that will establish administrative control over any windows machine it compromises.
Stars: ✭ 69 (+430.77%)
Mutual labels:  remote-control
phpMyDomo
The ultimate Domotic web remote for the rest of us
Stars: ✭ 32 (+146.15%)
Mutual labels:  remote-control
RemoteSupportTool
an easy single click solution for remote maintenance
Stars: ✭ 74 (+469.23%)
Mutual labels:  remote-control
fixed-wing-sim
Matlab implementation to simulate the non-linear dynamics of a fixed-wing unmanned areal glider. Includes tools to calculate aerodynamic coefficients using a vortex lattice method implementation, and to extract longitudinal and lateral linear systems around the trimmed gliding state.
Stars: ✭ 72 (+453.85%)
Mutual labels:  remote-control
ws-qvh
Server for streaming the screen of iOS devices over WebSocket.
Stars: ✭ 17 (+30.77%)
Mutual labels:  remote-control
Quiescis
Quescis is a powerful Remote Access Trojan for windows 💻 on C++
Stars: ✭ 56 (+330.77%)
Mutual labels:  remote-control
balena-node-red
a node-red application with balena-supervisor support, can be managed remotely via balena publicURL
Stars: ✭ 54 (+315.38%)
Mutual labels:  remote-control
ops channel
命令通道是联接人与机器,人与业务的一座桥.它跟常用的开源运维工具(`ansible`,`saltstack`,`puppet`)有相似之处,但也有着本质的差异。
Stars: ✭ 34 (+161.54%)
Mutual labels:  remote-control
MobileMouse
An android app that acts as a remote mouse and keyboard for your PC (windows only).
Stars: ✭ 31 (+138.46%)
Mutual labels:  remote-control
vernacular-vnc
A pure Java VNC client library
Stars: ✭ 55 (+323.08%)
Mutual labels:  remote-control
cAndroid
cAndroid is tool for control your PC by Android phone
Stars: ✭ 23 (+76.92%)
Mutual labels:  remote-control
react-sunbeam
Spatial navigation and focus management system for React apps
Stars: ✭ 50 (+284.62%)
Mutual labels:  remote-control
neko
A self hosted virtual browser that runs in docker and uses WebRTC.
Stars: ✭ 2,266 (+17330.77%)
Mutual labels:  remote-control
rdroid
[Android RAT] Remotely manage your android phone using PHP Interface
Stars: ✭ 135 (+938.46%)
Mutual labels:  remote-control
network-rc
Network Remote Control Car Software For Raspberry Pi.
Stars: ✭ 155 (+1092.31%)
Mutual labels:  remote-control
Seatalk-Autopilot-Remote-Control
This repository shows how to build a Seatalk Autopilot Remote Control device based on an Arduino ProMicro and a simple 433 MHz KeyFob.
Stars: ✭ 32 (+146.15%)
Mutual labels:  remote-control
XENA
XENA is the managed remote administration platform for botnet creation & development powered by blockchain and machine learning. Aiming to provide an ecosystem which serves the bot herders. Favoring secrecy and resiliency over performance. It's micro-service oriented allowing for specialization and lower footprint. Join the community of the ulti…
Stars: ✭ 127 (+876.92%)
Mutual labels:  remote-control
CatVision-io-SDK-Android
Use CatVision.io SDK to add screen sharing of your Android application.
Stars: ✭ 16 (+23.08%)
Mutual labels:  remote-control

I have another project that does exactly the same thing and has 0 dependencies, you just download it and run it. It's written in go and you can find it here.

omxremote

omxremote is a little node.js powered app for controling omxplayer from your iOS or Android device (or even your normal browser). It uses a few node modules like: express for some simple routing, simpleomxcontrol for interfacing with the omxplayer. The front-end is written using the awesome react library.

Installation

  • install nodejs
  • clone repo and run npm install
  • run it with adding your media path as a command line param: node app.js -p /media/videos
  • point your Android/iOS device's browser to: http://pi's ip:31415/ and choose the file you want to play
  • (optionally) add the link from above to your Android/iOS home screen, you can find it fast and use it without entering the weird ip:port address over and over; there's even an app icon included
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].