Hi all,
I have a potentially silly question..
I have bought a new Linode server which has NGinx on it. Right now, when I want to start a video stream, I run 1) the gstreamer commands on my Raspberry Pi 2) run '/opt/janus/bin/janus -F /opt/janus/etc/janus' on the server.
When I'm finished streaming, I kill both processes.
For simplicity's sake, I'd rather keep the process '/opt/janus/bin/janus -F /opt/janus/etc/janus' running indefinitely, and just start/stop the gstreamer command on my Pi when I wanted to turn the stream on and off.
Would it be costly on my server to have Janus running all the time? Is it best practice to run Janus only when needed?
-C