rtsp.json 288 B

1234567891011121314
  1. {
  2. "rtsp_sink" : {
  3. "class_name" : "cnstream::RtspSink",
  4. "parallelism" : 4,
  5. "max_input_queue_size" : 20,
  6. "custom_params" : {
  7. "encoder_type" : "mlu",
  8. "rtsp_over_http": true,
  9. "port" : 9554,
  10. "device_id" : 0,
  11. "bit_rate": 1000000
  12. }
  13. }
  14. }