config.json 726 B

1234567891011121314151617181920212223242526
  1. {
  2. "global_config": {
  3. "total_poll_duration_seconds": 60,
  4. "max_concurrent_streams": 2,
  5. "output_directory": "./output",
  6. "report_filename": "rtsp_report.json",
  7. "connection_timeout_seconds": 3,
  8. "read_timeout_seconds": 5,
  9. "poll_cycles": 3,
  10. "cycle_interval_seconds": 30
  11. },
  12. "streams": [
  13. {
  14. "rtsp_url": "rtsp://218.94.57.146:40007/rtp/44010200492000000074_34020000001320000001",
  15. "duration_seconds": 15,
  16. "weight": 1.0,
  17. "output_filename": "test_stream1.mp4"
  18. },
  19. {
  20. "rtsp_url": "rtsp://218.94.57.146:40007/rtp/44010200492000000164_34020000001320000001",
  21. "duration_seconds": 20,
  22. "weight": 1.5,
  23. "output_filename": "test_stream2.mp4"
  24. }
  25. ]
  26. }