protocast-subscriber
v0.1.2
Published
## Setup
Downloads
1
Readme
Protocast Subscriber
Setup
Run setup.bat
, and define required environment variables in .env
file. For example:
SUB_TOKEN=e075117c-b5d6-4ee3-9818-bc938af8aa23
PORTS='{"mvn":9763,"livelink":1111}'
SUB_TOKEN
- A token used to match the subscriber with its publisher streams. If you haven't received a subscriber token, please contact the author.PORTS
- A JSON object where each entry represents a stream I/O. The key is the stream type, and the value is the stream port.
Running
Execute the run.bat
file. The subscriber should start receiving data as soon as a publisher is connected. Remember that you'll be charged for egress, so it's recommended to shut down the subscriber process if you don't intend to use it anymore.
Copyright
© Eytan Manor. All rights reserved.