Skip to content

JurkoDev/remote-av-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remote-av-Player

a remote controller and player combo in html funguje na chrome v pocitaci a na androide

web server setup v konzole v priecinku s tymto kodom

windws zlachcenie spusti setup.bat

windows:

py -3 -m venv venv

venv\Scripts\activate

pip install Flask

flask run --host=0.0.0.0

linux:

python3 -m venv venv

. venv/bin/activate

pip install Flask

flask run --host=0.0.0.0

ws server setup windows + linux:

pip install websockets

python test.py

start:

web server start v konzole v priecinku s tymto kodom

skratka pre windows spusti flask_start.bat a ws_start.bat

skratka pre linux v rpi:

sh /home/pi/Desktop/remote-av-Player/flask.sh

sh /home/pi/Desktop/remote-av-Player/ws.sh

windows:

venv\Scripts\activate

flask run --host=0.0.0.0

linux:

. venv/bin/activate

flask run --host=0.0.0.0

ws server start windows + linux:

python test.py

contoller

http://serverip:5000/controller

player

http://serverip:5000/player

conroller controls: image

player setup: image

About

a remote controller and player combo in html

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages