## Splashtop Streamer
===================


## Installation
===================
Please refer below steps to install required packages for streamer DEB

sudo apt update
sudo apt install ./Splashtop_Streamer.deb


## Usage
============
splashtop-streamer help

Deploy Splashtop Streamer:
sudo splashtop-streamer deploy
Enter gateway address.
Addr: $YourGatewayAddress
Enter code from your admin to allow access to this computer.
Code: $YourDeployCode

Configure Splashtop Streamer:
splashtop-streamer config

Remove Splashtop Streamer:
sudo apt remove splashtop-streamer


## SRStreamer.service
### Status

    systemctl status SRStreamer.service

### Start

    sudo systemctl start SRStreamer.service

OR

    sudo service SRStreamer start

### Stop

    sudo systemctl stop SRStreamer.service

OR

    sudo service SRStreamer stop