Skip to content

WebRTC video streaming of 1) a programatically controlled browser and 2) Android webcam app to a python controller program.

Notifications You must be signed in to change notification settings

djsamseng/browserjade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

Jade Activate

Install

$ cd pycli $ python -m venv env $ source ./env/bin/activate $ pip install -r requirements.txt

Setting up audio recording

$ pacmd load-module module-loopback latency_msec=5pav $ pavucontrol # Input Devices# Show All Input Devices# Click the green check mark next to "Monitor of Built-in Audio Analog Stereo"

Run

$ cd ./server && yarn start
$ cd ./client && yarn start # open localhost:3000 in Chrome
$ cd pycli $ source ./env/bin/activate $ mpirun -np 4 python3 main.py

Run the android app

About

WebRTC video streaming of 1) a programatically controlled browser and 2) Android webcam app to a python controller program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published