App-EventStreamr

 view release on metacpan or  search on metacpan

examples/station.json.example  view on Meta::CPAN

# config-file-type: JSON 1

{ 
  "roles" : 
    [
      "ingest",
      "mixer",
      "record",
      "stream"
    ],
  "nickname" : "test",
  "room" : "room1",
  "record_path" : "/tmp",
  "mixer" : 
    {
      "port":"1234", 
      "host":"localhost"
    },
  "devices" : "all", 
  "device_control" : 
    {
      "video0" : {"run":"0"},
    },
  "run" : "0",
  "stream" :
    {
      "host" : "",
      "port" : "",
      "password" : "",
      "stream" : ""
    }
}



( run in 0.492 second using v1.01-cache-2.11-cpan-39bf76dae61 )