Emo2Repo is a application that match your emotion with a github repo! (Repo has emotion too!)
Enable docker:
sudo systemctl start docker
Build docker image:
docker build -t rtspserver .
Create & run container:
docker run -i --name example --network host -t rtspserver
Start the server:
./build/rtsprelay -p 1234 -i `hostname -I | awk '{print $1}'`
Install dependencies:
pip install -r requirements.txt
Start server:
python app.py
Before building APP in Android studio you should make sure the IP address of streaming server & backend server are correct.