开发者

Compiled Application with Ruby config files (yml)

开发者 https://www.devze.com 2023-01-07 06:42 出处:网络
I compiled a program from source on mac开发者_如何学JAVA os x which tells me to use the supplied example config files, but how can I run a specific config file?

I compiled a program from source on mac开发者_如何学JAVA 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)


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消