Skip to content

Instantly share code, notes, and snippets.

@justinjoy
Created July 15, 2020 04:30
Show Gist options
  • Save justinjoy/fc131375f3ad625c8b6d719030f027c3 to your computer and use it in GitHub Desktop.
Save justinjoy/fc131375f3ad625c8b6d719030f027c3 to your computer and use it in GitHub Desktop.
Gaeul2 Installation on NVIDIA TX1 (Ubuntu 16.04)
Adding H8L PPA
$ sudo add-apt-repository ppa:hwangsaeul/stable
$ sudo apt-get update
Installing Gaeul
$ sudo apt-get install gaeul2-source-agent
Adding gaeul user to video group
$ sudo usermod -a -G video gaeul
Creating /etc/gaeul2/gaeul2.ini
```
[org/hwangsaeul/Gaeul2/Source]
uid="your own unique id"
platform="nvidia"
autoclean=true
source-conf-dir="/etc/gaeul2/conf.d"
```
Creating /etc/gaeul2/conf.d/ch0.ini
```
[org/hwangsaeul/Gaeul2/Source/Node]
name="ch0"
device="/dev/video1"
bitrate=1000000
fps=15
resolution="1920x1080"
target-uri="srt://host:port?mode=caller"
```
Starting & Stopping gaeul daemon
$ sudo systemctl start gaeul2-source-agent
$ sudo systemctl stop gaeul2-source-agent
Checking status
$ systemctl status gaeul2-source-agent
Journal Log
$ journal -xe -f -u gaeul2-source-agent.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment