Afternoon, DrO! Centova Cast does not make this configurable so I'm curious about how this is handled in DNAS 2.4.1, as we'll need to make some changes to accommodate this.
We currently do a chdir() to the directory dedicated to the stream, then invoke sc_serv passing the relative path to server.conf, eg: "/path/to/sc_serv etc/server.conf". I tried a few variations here and it appears that relative paths are no longer accepted at all... could you elaborate on what you meant by "adjusting" them?
It isn't a huge deal as we can certainly use absolute paths, it's just that on servers that host more than a couple dozen streams, using the absolute path (which is long due to our directory structure, eg: /usr/local/centovacast/var/vhosts/username/etc/server.conf) really clutters up the process list and makes it harder to pick one process out of the list.