recorder.json 420 B

1234567891011121314151617
  1. {
  2. "recorder":{
  3. "class_name": "cnstream::Recorder",
  4. "parallelism" : 1,
  5. "max_input_queue_size" : 20,
  6. "show_perf_info" : true,
  7. "custom_params" : {
  8. "dst_width": 960,
  9. "dst_height": 540,
  10. "frame_rate" : 20,
  11. "videoMaxTime":120,
  12. "cacheTime": 3,
  13. "enc_type" : ".mp4",
  14. "outputDir":"/home/GSD/video/"
  15. }
  16. }
  17. }