|
@@ -1,80 +0,0 @@
|
|
|
-{
|
|
|
- "report_generated_at": "2024-09-26T18:30:00Z",
|
|
|
- "config": {
|
|
|
- "global_config": {
|
|
|
- "total_poll_duration_seconds": 60,
|
|
|
- "max_concurrent_streams": 2,
|
|
|
- "output_directory": "./output",
|
|
|
- "report_filename": "rtsp_report.json",
|
|
|
- "connection_timeout_seconds": 3,
|
|
|
- "read_timeout_seconds": 5,
|
|
|
- "poll_cycles": 3,
|
|
|
- "cycle_interval_seconds": 30
|
|
|
- },
|
|
|
- "streams": [
|
|
|
- {
|
|
|
- "rtsp_url": "rtsp://test1.example.com:554/live/stream1",
|
|
|
- "duration_seconds": 15,
|
|
|
- "weight": 1.0,
|
|
|
- "output_filename": "test_stream1.mp4"
|
|
|
- },
|
|
|
- {
|
|
|
- "rtsp_url": "rtsp://test2.example.com:554/live/stream2",
|
|
|
- "duration_seconds": 20,
|
|
|
- "weight": 1.5,
|
|
|
- "output_filename": "test_stream2.mp4"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "scheduler_stats": {
|
|
|
- "total_tasks": 2,
|
|
|
- "completed_tasks": 0,
|
|
|
- "failed_tasks": 2,
|
|
|
- "cancelled_tasks": 0,
|
|
|
- "start_time": "2024-09-26T18:30:00Z",
|
|
|
- "end_time": "2024-09-26T18:30:10Z",
|
|
|
- "max_concurrent_used": 2,
|
|
|
- "completion_rate": 0.0,
|
|
|
- "total_duration_seconds": 10
|
|
|
- },
|
|
|
- "streams": [
|
|
|
- {
|
|
|
- "stream_index": 0,
|
|
|
- "rtsp_url": "rtsp://test1.example.com:554/live/stream1",
|
|
|
- "output_file": "./output/test_stream1.mp4",
|
|
|
- "status": "流不可用",
|
|
|
- "start_time": "2024-09-26T18:30:00Z",
|
|
|
- "end_time": "2024-09-26T18:30:03Z",
|
|
|
- "bytes_received": 0,
|
|
|
- "frames_received": 0,
|
|
|
- "duration_seconds": 15,
|
|
|
- "actual_duration_seconds": 3,
|
|
|
- "error_message": "流不可用或地址错误"
|
|
|
- },
|
|
|
- {
|
|
|
- "stream_index": 1,
|
|
|
- "rtsp_url": "rtsp://test2.example.com:554/live/stream2",
|
|
|
- "output_file": "./output/test_stream2.mp4",
|
|
|
- "status": "流不可用",
|
|
|
- "start_time": "2024-09-26T18:30:00Z",
|
|
|
- "end_time": "2024-09-26T18:30:03Z",
|
|
|
- "bytes_received": 0,
|
|
|
- "frames_received": 0,
|
|
|
- "duration_seconds": 20,
|
|
|
- "actual_duration_seconds": 3,
|
|
|
- "error_message": "流不可用或地址错误"
|
|
|
- }
|
|
|
- ],
|
|
|
- "summary": {
|
|
|
- "total_streams": 2,
|
|
|
- "successful_streams": 0,
|
|
|
- "failed_streams": 2,
|
|
|
- "cancelled_streams": 0,
|
|
|
- "total_bytes": 0,
|
|
|
- "total_frames": 0,
|
|
|
- "success_rate": 0.0,
|
|
|
- "average_duration": 3.0,
|
|
|
- "earliest_start": "2024-09-26T18:30:00Z",
|
|
|
- "latest_end": "2024-09-26T18:30:03Z"
|
|
|
- }
|
|
|
-}
|