skglobal-jsc / kivyrtc

A simple video call for Kivy use aiortc.
MIT License
11 stars 4 forks source link
aiortc janus-gateway kivy pyav python3 webrtc

Kivy RTC

A simple video call for Kivy use aiortc.

TODO:

Usage

Launching the app

# On Mac, Linux
pip3 install --upgrade virtualenv
python3 -m virtualenv .env
source ./.env/bin/activate

# On Windows
py -3 -m pip install --upgrade virtualenv
py -3 -m virtualenv .env
.\.env\Scripts\activate
pip install -r requirements.txt
python main.py

Packaging project

Make sure you follow all steps in Environment preparing and check all TODO

# On Mac, Linux
source ./.env/bin/activate
# On Windows
.\.env\Scripts\activate
pyinstaller ./desktop.spec

If you get error, read this to fix it or contact to python@sk-global.biz for further instructions.

Copyright Notice

Copyright (C) 2019 Spring Knowledge Global,.JSC. All rights reserved.

Licensed under the MIT license (see the LICENSE file).