I compiled a program from source on mac os x which tells me to use the supplied example config files, but how can I run a specific config file?

Readme shows what to edit in the config but not how to load it. More specifically this program (http://github.com/carsonmcdonald/HTTP-Live-Video-Stream-Segmenter-and-Distributor)

link|improve this question
I think this is more suitable for our sister site stackoverflow.com, if someone else agrees I'll move it over. – Chopper3 Jul 16 '10 at 17:03
feedback

migrated from serverfault.com Jul 17 '10 at 9:38

This question came from our site for system administrators and desktop support professionals.

1 Answer

Looks like the following should work:

./http_streamer.rb example-configs/config-simple.yml

basically the name of the config file goes as the first argument to the script.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown