blakeblackshear / frigate

NVR with realtime local object detection for IP cameras
https://frigate.video
MIT License
19.25k stars 1.76k forks source link

[Support]: multiple errors after I restart frigate #5458

Closed alez007 closed 1 year ago

alez007 commented 1 year ago

Describe the problem you are having

every time I start frigate, I'm getting allot of errors looking like this:

2023-02-12 04:42:23.538359685  [2023-02-12 04:42:23] frigate.video                  ERROR   : camera1: Unable to read frames from ffmpeg process.
2023-02-12 04:42:25.340030188  04:42:25.339 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-02-12 04:42:26.647831610  172.18.0.4 - - [12/Feb/2023:04:42:26 +0200] "GET /api/stats HTTP/1.1" 200 3783 "-" "HomeAssistant/2023.2.2 aiohttp/3.8.1 Python/3.10" "-"
2023-02-12 04:42:34.623202139  172.18.0.4 - - [12/Feb/2023:04:42:34 +0200] "GET /api/stats HTTP/1.1" 200 3590 "-" "HomeAssistant/2023.2.2 aiohttp/3.8.1 Python/3.10" "-"
2023-02-12 04:42:38.438416428  [2023-02-12 04:42:38] watchdog.camera1               ERROR   : Ffmpeg process crashed unexpectedly for camera1.
2023-02-12 04:42:38.438485895  [2023-02-12 04:42:38] watchdog.camera1               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-02-12 04:42:38.438487780  [2023-02-12 04:42:38] ffmpeg.camera1.detect          ERROR   : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input

after about 2-3 min getting these errors, cameras start to work an they disappear

Version

0.12-beta8

Frigate config file

mqtt:
  host: mqtt
  port: 1883
  topic_prefix: frigate012
  client_id: frigate012
database:
  path: /config/frigate.db
logger:
  default: info
  logs:
    frigate.event: debug
detectors:
  ov:
    type: openvino
    device: CPU
    model:
      path: /frigate_models/yolox_tiny/public/yolox-tiny/FP32/yolox-tiny.xml

model:
  width: 416
  height: 416
  input_tensor: nchw
  input_pixel_format: bgr
  model_type: yolox
  labelmap_path: /frigate_models/dataset/coco_80cl.txt
ffmpeg:
  hwaccel_args: preset-vaapi
  input_args: preset-http-reolink
  output_args:
    record: preset-record-generic-audio-aac
detect:
  width: 1440
  height: 1080
  fps: 7
  enabled: True
motion:
  improve_contrast: True

objects:
  track:
    - person
    - cat
  filters:
    person:
      min_ratio: 0.3
      max_ratio: 0.8
      min_score: 0.75
      threshold: 0.85
    cat:
      min_score: 0.70
      threshold: 0.80
      max_area: 70000

record:
  enabled: True
  expire_interval: 60
  retain:
    days: 10
    mode: all
  events:
    pre_capture: 5
    post_capture: 5
    objects:
      - person
      - cat
    required_zones: []
    retain:
      default: 15
      mode: active_objects
      objects:
        person: 20

snapshots:
  enabled: True
  clean_copy: True
  timestamp: False
  bounding_box: True
  crop: False
  #height: 175
  required_zones: []
  retain:
    default: 15
    objects:
      person: 20

go2rtc:
  streams:
    camera1:
      - "ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password="
      - ffmpeg:camera1#audio=opus

cameras:
  camera1:
    detect:
      enabled: True
    record:
      enabled: True
    motion:
      mask:
        - 828,104,1440,149,1440,0,0,0,0,367
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac
          input_args: preset-rtsp-restream
          roles:
            - record
            - detect
            - restream
    objects:
      filters:
        person:
          min_area: 15000

Relevant log output

2023-02-12 04:42:23.538359685  [2023-02-12 04:42:23] frigate.video                  ERROR   : camera1: Unable to read frames from ffmpeg process.
2023-02-12 04:42:23.538370891  [2023-02-12 04:42:23] frigate.video                  ERROR   : camera1: ffmpeg process is not running. exiting capture thread...
2023-02-12 04:42:23.540472168  [2023-02-12 04:42:23] frigate.video                  ERROR   : camera2: Unable to read frames from ffmpeg process.
2023-02-12 04:42:23.540613822  [2023-02-12 04:42:23] frigate.video                  ERROR   : camera2: ffmpeg process is not running. exiting capture thread...
2023-02-12 04:42:23.544108838  [2023-02-12 04:42:23] frigate.video                  ERROR   : camera3: Unable to read frames from ffmpeg process.
2023-02-12 04:42:23.544156236  [2023-02-12 04:42:23] frigate.video                  ERROR   : camera3: ffmpeg process is not running. exiting capture thread...
2023-02-12 04:42:23.547496484  [2023-02-12 04:42:23] frigate.video                  ERROR   : camera4: Unable to read frames from ffmpeg process.
2023-02-12 04:42:23.547657353  [2023-02-12 04:42:23] frigate.video                  ERROR   : camera4: ffmpeg process is not running. exiting capture thread...
2023-02-12 04:42:23.551688930  [2023-02-12 04:42:23] frigate.video                  ERROR   : camera5: Unable to read frames from ffmpeg process.
2023-02-12 04:42:23.551845203  [2023-02-12 04:42:23] frigate.video                  ERROR   : camera5: ffmpeg process is not running. exiting capture thread...
2023-02-12 04:42:23.554612477  [2023-02-12 04:42:23] frigate.video                  ERROR   : camera6: Unable to read frames from ffmpeg process.
2023-02-12 04:42:23.554700120  [2023-02-12 04:42:23] frigate.video                  ERROR   : camera6: ffmpeg process is not running. exiting capture thread...
2023-02-12 04:42:25.340030188  04:42:25.339 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-02-12 04:42:25.536892237  04:42:25.536 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-02-12 04:42:25.630859200  04:42:25.630 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-02-12 04:42:25.649981736  04:42:25.649 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-02-12 04:42:25.745827652  04:42:25.745 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-02-12 04:42:25.953863692  04:42:25.953 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-02-12 04:42:26.647831610  172.18.0.4 - - [12/Feb/2023:04:42:26 +0200] "GET /api/stats HTTP/1.1" 200 3783 "-" "HomeAssistant/2023.2.2 aiohttp/3.8.1 Python/3.10" "-"
2023-02-12 04:42:34.623202139  172.18.0.4 - - [12/Feb/2023:04:42:34 +0200] "GET /api/stats HTTP/1.1" 200 3590 "-" "HomeAssistant/2023.2.2 aiohttp/3.8.1 Python/3.10" "-"
2023-02-12 04:42:38.438416428  [2023-02-12 04:42:38] watchdog.camera1               ERROR   : Ffmpeg process crashed unexpectedly for camera1.
2023-02-12 04:42:38.438485895  [2023-02-12 04:42:38] watchdog.camera1               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-02-12 04:42:38.438487780  [2023-02-12 04:42:38] ffmpeg.camera1.detect          ERROR   : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input
2023-02-12 04:42:38.440724608  [2023-02-12 04:42:38] watchdog.camera2               ERROR   : Ffmpeg process crashed unexpectedly for camera2.
2023-02-12 04:42:38.440768337  [2023-02-12 04:42:38] watchdog.camera2               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-02-12 04:42:38.440861919  [2023-02-12 04:42:38] ffmpeg.camera2.detect          ERROR   : rtsp://127.0.0.1:8554/camera2?video=copy&audio=aac: Invalid data found when processing input
2023-02-12 04:42:38.445161854  [2023-02-12 04:42:38] watchdog.camera3               ERROR   : Ffmpeg process crashed unexpectedly for camera3.
2023-02-12 04:42:38.445259749  [2023-02-12 04:42:38] watchdog.camera3               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-02-12 04:42:38.445343057  [2023-02-12 04:42:38] ffmpeg.camera3.detect          ERROR   : rtsp://127.0.0.1:8554/camera3?video=copy&audio=aac: Invalid data found when processing input
2023-02-12 04:42:38.446691262  [2023-02-12 04:42:38] watchdog.camera4               ERROR   : Ffmpeg process crashed unexpectedly for camera4.
2023-02-12 04:42:38.446758108  [2023-02-12 04:42:38] watchdog.camera4               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-02-12 04:42:38.446850253  [2023-02-12 04:42:38] ffmpeg.camera4.detect          ERROR   : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input
2023-02-12 04:42:38.452837137  [2023-02-12 04:42:38] watchdog.camera5               ERROR   : Ffmpeg process crashed unexpectedly for camera5.
2023-02-12 04:42:38.452912835  [2023-02-12 04:42:38] watchdog.camera5               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-02-12 04:42:38.452969506  [2023-02-12 04:42:38] ffmpeg.camera5.detect          ERROR   : rtsp://127.0.0.1:8554/camera5?video=copy&audio=aac: Invalid data found when processing input
2023-02-12 04:42:38.454745830  [2023-02-12 04:42:38] watchdog.camera6               ERROR   : Ffmpeg process crashed unexpectedly for camera6.
2023-02-12 04:42:38.454762871  [2023-02-12 04:42:38] watchdog.camera6               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-02-12 04:42:38.454806242  [2023-02-12 04:42:38] ffmpeg.camera6.detect          ERROR   : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input
2023-02-12 04:42:42.624509581  172.18.0.4 - - [12/Feb/2023:04:42:42 +0200] "GET /api/stats HTTP/1.1" 200 3974 "-" "HomeAssistant/2023.2.2 aiohttp/3.8.1 Python/3.10" "-"

FFprobe output from your camera

"[\n  {\n    \"return_code\": 0,\n    \"stderr\": {},\n    \"stdout\": {\n      \"programs\": [],\n      \"streams\": [\n        {\n          \"avg_frame_rate\": \"0/0\",\n          \"codec_long_name\": \"AAC (Advanced Audio Coding)\"\n        },\n        {\n          \"avg_frame_rate\": \"0/0\",\n          \"codec_long_name\": \"H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10\",\n          \"height\": 1920,\n          \"width\": 2560\n        }\n      ]\n    }\n  }\n]"

Frigate stats

{"camera1":{"camera_fps":7.1,"capture_pid":716,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":1318,"pid":707,"process_fps":7.1,"skipped_fps":0.0},"camera2":{"camera_fps":6.8,"capture_pid":720,"detection_enabled":0,"detection_fps":0.0,"ffmpeg_pid":836,"pid":708,"process_fps":6.8,"skipped_fps":0.0},"camera3":{"camera_fps":7.0,"capture_pid":724,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":1090,"pid":710,"process_fps":7.0,"skipped_fps":0.0},"camera4":{"camera_fps":7.1,"capture_pid":730,"detection_enabled":1,"detection_fps":9.1,"ffmpeg_pid":1499,"pid":711,"process_fps":7.0,"skipped_fps":0.0},"camera5":{"camera_fps":7.2,"capture_pid":743,"detection_enabled":1,"detection_fps":8.6,"ffmpeg_pid":1501,"pid":713,"process_fps":7.1,"skipped_fps":0.0},"camera6":{"camera_fps":7.1,"capture_pid":749,"detection_enabled":1,"detection_fps":11.0,"ffmpeg_pid":1760,"pid":714,"process_fps":7.0,"skipped_fps":0.0},"cpu_usages":{"%Cpu(s):":{"cpu":"id,","mem":"2.0"},"1":{"cpu":"0.0","mem":"0.0"},"103":{"cpu":"0.0","mem":"0.1"},"1071":{"cpu":"0.3","mem":"0.2"},"1090":{"cpu":"4.3","mem":"1.5"},"125":{"cpu":"0.0","mem":"0.0"},"126":{"cpu":"0.0","mem":"0.0"},"128":{"cpu":"0.0","mem":"0.0"},"1285":{"cpu":"0.3","mem":"0.2"},"130":{"cpu":"0.0","mem":"0.0"},"1318":{"cpu":"4.0","mem":"1.4"},"137":{"cpu":"0.0","mem":"0.0"},"1483":{"cpu":"0.3","mem":"0.2"},"1488":{"cpu":"0.3","mem":"0.2"},"1499":{"cpu":"4.3","mem":"1.4"},"15":{"cpu":"0.0","mem":"0.0"},"1501":{"cpu":"3.3","mem":"1.4"},"158":{"cpu":"0.0","mem":"0.0"},"16":{"cpu":"0.0","mem":"0.0"},"1744":{"cpu":"0.3","mem":"0.2"},"1760":{"cpu":"3.7","mem":"1.4"},"198":{"cpu":"0.0","mem":"0.1"},"2281":{"cpu":"0.0","mem":"0.0"},"2296":{"cpu":"0.0","mem":"0.0"},"237":{"cpu":"0.0","mem":"0.0"},"24":{"cpu":"0.0","mem":"0.0"},"25":{"cpu":"0.0","mem":"0.0"},"26":{"cpu":"0.0","mem":"0.0"},"269":{"cpu":"0.0","mem":"0.0"},"27":{"cpu":"0.0","mem":"0.0"},"28":{"cpu":"0.0","mem":"0.0"},"29":{"cpu":"0.0","mem":"0.0"},"30":{"cpu":"0.0","mem":"0.0"},"301":{"cpu":"0.0","mem":"0.0"},"31":{"cpu":"0.0","mem":"0.0"},"341":{"cpu":"0.0","mem":"0.0"},"385":{"cpu":"0.0","mem":"0.0"},"40":{"cpu":"0.0","mem":"0.0"},"41":{"cpu":"0.0","mem":"0.0"},"435":{"cpu":"0.0","mem":"0.0"},"466":{"cpu":"0.0","mem":"0.0"},"500":{"cpu":"0.0","mem":"0.0"},"547":{"cpu":"0.0","mem":"0.0"},"694":{"cpu":"0.0","mem":"0.6"},"700":{"cpu":"0.7","mem":"0.1"},"701":{"cpu":"255.1","mem":"1.3"},"703":{"cpu":"2.0","mem":"0.7"},"706":{"cpu":"0.0","mem":"0.1"},"707":{"cpu":"0.7","mem":"0.7"},"708":{"cpu":"1.0","mem":"0.7"},"709":{"cpu":"0.0","mem":"0.1"},"710":{"cpu":"1.0","mem":"0.7"},"711":{"cpu":"13.3","mem":"0.7"},"712":{"cpu":"0.0","mem":"0.1"},"713":{"cpu":"14.6","mem":"0.7"},"714":{"cpu":"15.0","mem":"0.7"},"715":{"cpu":"0.0","mem":"0.1"},"716":{"cpu":"2.0","mem":"0.7"},"719":{"cpu":"0.0","mem":"0.1"},"720":{"cpu":"1.7","mem":"0.7"},"724":{"cpu":"2.0","mem":"0.7"},"728":{"cpu":"0.0","mem":"0.1"},"730":{"cpu":"1.7","mem":"0.7"},"743":{"cpu":"1.7","mem":"0.7"},"749":{"cpu":"1.7","mem":"0.7"},"79":{"cpu":"0.0","mem":"0.0"},"80":{"cpu":"0.0","mem":"0.0"},"81":{"cpu":"0.0","mem":"0.0"},"817":{"cpu":"0.3","mem":"0.2"},"836":{"cpu":"4.7","mem":"1.4"},"88":{"cpu":"1.3","mem":"0.1"},"93":{"cpu":"1.7","mem":"1.4"},"MiB":{"cpu":"8560.0","mem":"avail"},"PID":{"cpu":"%CPU","mem":"%MEM"},"Tasks:":{"cpu":"stopped,","mem":"0"},"top":{"cpu":"load","mem":"average:"}},"detection_fps":28.7,"detectors":{"ov":{"detection_start":1676170649.264455,"inference_speed":15.52,"pid":701}},"gpu_usages":{"error-gpu":{"gpu":-1,"mem":-1}},"service":{"last_updated":1676170652,"latest_version":"0.11.1","storage":{"/dev/shm":{"free":519.2,"mount_type":"tmpfs","total":536.9,"used":17.7},"/media/frigate/clips":{"free":470633.7,"mount_type":"fuse.shfs","total":3998844.3,"used":3528210.6},"/media/frigate/recordings":{"free":470633.7,"mount_type":"fuse.shfs","total":3998844.3,"used":3528210.6},"/tmp/cache":{"free":25505.6,"mount_type":"overlay","total":42882.6,"used":17377.0}},"temperatures":{},"uptime":530,"version":"0.12.0-27a31e7"}}

Operating system

UNRAID

Install method

Docker Compose

Coral version

CPU (no coral)

Network connection

Wired

Camera make and model

reolink 520A

Any other information that may be helpful

No response

blakeblackshear commented 1 year ago

Are you reporting an actual problem? These log messages aren't surprising given frigate is shutting down for a restart.

alez007 commented 1 year ago

Are you reporting an actual problem? These log messages aren't surprising given frigate is shutting down for a restart.

sorry should have been more clear, ver 0.11 was not throwing them so I thought this might be a problem with 0.12. Basically frigate shuts down ok but the start is full of those errors. Not 100% sure if it flags anything with my setup or cameras or frigate itself.

(also modified the description to say start frigate instead of restart)

Thanks

NickM-27 commented 1 year ago

can you provide a full copy of logs? it is not very clear what is happening here. but go2rtc is throwing EOF errors so it is not getting a continuous stream from the camera

blakeblackshear commented 1 year ago

Your config lists restream under roles. That wouldn't cause these errors, but I wouldn't expect Frigate to run at all since that is invalid.

blakeblackshear commented 1 year ago

You may want to increase the logging for go2rtc (i think this is the right log type)

go2rtc:
  log:
    streams: trace 
  streams:
    camera1:
      - "ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password="
      - ffmpeg:camera1#audio=opus
alez007 commented 1 year ago

can you provide a full copy of logs? it is not very clear what is happening here. but go2rtc is throwing EOF errors so it is not getting a continuous stream from the camera

for the life of me I can't replicate it in beta8, I'm gonna close this one for now, I'll increase the logging level as @blakeblackshear suggests and will remove restream, thank you for your help

alez007 commented 1 year ago

finally managed to replicate this, server was fine for the past few weeks as I didn't need to restart, not did a small config change (just dropped cat detection) and restarted and these are the full logs:

go2rtc logs > 2023-02-23 18:44:59.234887687 18:44:59.234 INF go2rtc version 1.1.2 linux/amd64 2023-02-23 18:44:59.234988702 18:44:59.234 INF [api] listen addr=:1984 2023-02-23 18:44:59.235127299 18:44:59.235 INF [rtsp] listen addr=:8554 2023-02-23 18:44:59.235249628 18:44:59.235 INF [srtp] listen addr=:8443 2023-02-23 18:44:59.235333830 18:44:59.235 INF [webrtc] listen addr=:8555 2023-02-23 18:44:59.974377625 18:44:59.974 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:44:59.974387175 18:44:59.974 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:44:59.977889735 18:44:59.977 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:44:59.977954439 18:44:59.977 DBG [streams] probe producer url=ffmpeg:http://192.168.1.7/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:44:59.983484507 18:44:59.983 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:44:59.983490252 18:44:59.983 DBG [streams] probe producer url=ffmpeg:http://192.168.1.8/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:44:59.988235491 18:44:59.988 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:44:59.988252008 18:44:59.988 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:44:59.992487057 18:44:59.992 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:44:59.992501194 18:44:59.992 DBG [streams] probe producer url=ffmpeg:http://192.168.1.6/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:44:59.997121052 18:44:59.997 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:44:59.997131673 18:44:59.997 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:07.258250579 18:45:07.258 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:07.258253195 18:45:07.258 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:07.258254220 18:45:07.258 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:07.258255674 18:45:07.258 TRC [streams] consumer=0 candidate=1 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:07.258257703 18:45:07.258 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:07.258273466 18:45:07.258 TRC [streams] match producer:0:0 => consumer:0:1 codec="96 H264/90000" 2023-02-23 18:45:07.258274446 18:45:07.258 DBG [streams] can't stop none producer 2023-02-23 18:45:07.258275515 18:45:07.258 DBG [streams] start producer url=ffmpeg:http://192.168.1.7/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:07.258331172 18:45:07.258 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:07.258347891 18:45:07.258 DBG [streams] stop producer url=ffmpeg:http://192.168.1.7/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:07.258386448 18:45:07.258 DBG [streams] can't stop none producer 2023-02-23 18:45:07.258410655 18:45:07.258 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.7/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:07.706281326 18:45:07.706 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:07.706283634 18:45:07.706 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:07.706284675 18:45:07.706 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:07.706285671 18:45:07.706 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:07.706286613 18:45:07.706 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:07.706287527 18:45:07.706 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:07.706300890 18:45:07.706 DBG [streams] can't stop none producer 2023-02-23 18:45:07.706302015 18:45:07.706 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:07.706377718 18:45:07.706 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:07.706379651 18:45:07.706 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:07.706385748 18:45:07.706 DBG [streams] can't stop none producer 2023-02-23 18:45:07.706412690 18:45:07.706 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:09.120280773 18:45:09.120 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:09.120283228 18:45:09.120 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:09.120284260 18:45:09.120 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:09.120285327 18:45:09.120 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:09.120286305 18:45:09.120 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:09.120294821 18:45:09.120 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:09.120295719 18:45:09.120 DBG [streams] can't stop none producer 2023-02-23 18:45:09.120296747 18:45:09.120 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:09.120360615 18:45:09.120 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:09.120362504 18:45:09.120 DBG [streams] stop producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:09.120377783 18:45:09.120 DBG [streams] can't stop none producer 2023-02-23 18:45:09.120396728 18:45:09.120 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:09.619119699 18:45:09.619 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:09.619122112 18:45:09.619 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:09.619123174 18:45:09.619 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:09.619124210 18:45:09.619 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:09.619125188 18:45:09.619 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:09.619126083 18:45:09.619 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:09.619133754 18:45:09.619 DBG [streams] can't stop none producer 2023-02-23 18:45:09.619134893 18:45:09.619 DBG [streams] start producer url=ffmpeg:http://192.168.1.6/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:09.619202941 18:45:09.619 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:09.619205433 18:45:09.619 DBG [streams] stop producer url=ffmpeg:http://192.168.1.6/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:09.619211980 18:45:09.619 DBG [streams] can't stop none producer 2023-02-23 18:45:09.619224557 18:45:09.619 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.6/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:09.676280238 18:45:09.676 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:09.676281997 18:45:09.676 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:09.676283015 18:45:09.676 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:09.676284064 18:45:09.676 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:09.676285015 18:45:09.676 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:09.676294837 18:45:09.676 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:09.676295763 18:45:09.676 DBG [streams] can't stop none producer 2023-02-23 18:45:09.676296763 18:45:09.676 DBG [streams] start producer url=ffmpeg:http://192.168.1.8/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:09.676389323 18:45:09.676 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:09.676391130 18:45:09.676 DBG [streams] stop producer url=ffmpeg:http://192.168.1.8/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:09.676392137 18:45:09.676 DBG [streams] can't stop none producer 2023-02-23 18:45:09.676393278 18:45:09.676 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.8/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:10.139217180 18:45:10.139 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:10.139219795 18:45:10.139 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:10.139220880 18:45:10.139 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:10.139221921 18:45:10.139 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:10.139222924 18:45:10.139 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:10.139231813 18:45:10.139 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:10.139232777 18:45:10.139 DBG [streams] can't stop none producer 2023-02-23 18:45:10.139233900 18:45:10.139 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:10.139293313 18:45:10.139 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:10.139303585 18:45:10.139 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:10.139364354 18:45:10.139 DBG [streams] can't stop none producer 2023-02-23 18:45:10.139366103 18:45:10.139 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:19.990724270 18:45:19.990 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:19.990726916 18:45:19.990 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:19.992572495 18:45:19.992 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:19.992581342 18:45:19.992 DBG [streams] probe producer url=ffmpeg:http://192.168.1.7/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:20.000536421 18:45:20.000 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:20.000538477 18:45:20.000 DBG [streams] probe producer url=ffmpeg:http://192.168.1.8/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:20.003614928 18:45:20.003 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:20.003629519 18:45:20.003 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:20.011311659 18:45:20.011 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:20.011324724 18:45:20.011 DBG [streams] probe producer url=ffmpeg:http://192.168.1.6/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:20.014449431 18:45:20.014 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:20.014459639 18:45:20.014 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:26.910205535 18:45:26.910 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:26.910208290 18:45:26.910 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:26.910209324 18:45:26.910 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:26.910210343 18:45:26.910 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:26.910211339 18:45:26.910 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:26.910212274 18:45:26.910 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:26.910221260 18:45:26.910 DBG [streams] can't stop none producer 2023-02-23 18:45:26.910222402 18:45:26.910 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:26.910297154 18:45:26.910 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:26.910299563 18:45:26.910 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:26.910300624 18:45:26.910 DBG [streams] can't stop none producer 2023-02-23 18:45:26.910317657 18:45:26.910 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:28.308268183 18:45:28.308 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:28.308270924 18:45:28.308 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:28.308271963 18:45:28.308 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:28.308272989 18:45:28.308 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:28.308273950 18:45:28.308 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:28.308282699 18:45:28.308 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:28.308283585 18:45:28.308 DBG [streams] can't stop none producer 2023-02-23 18:45:28.308284611 18:45:28.308 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:28.308357513 18:45:28.308 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:28.308360125 18:45:28.308 DBG [streams] stop producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:28.308361317 18:45:28.308 DBG [streams] can't stop none producer 2023-02-23 18:45:28.308377692 18:45:28.308 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:28.821254425 18:45:28.821 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:28.821256831 18:45:28.821 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:28.821257823 18:45:28.821 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:28.821258939 18:45:28.821 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:28.821259935 18:45:28.821 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:28.821272013 18:45:28.821 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:28.821272973 18:45:28.821 DBG [streams] can't stop none producer 2023-02-23 18:45:28.821274028 18:45:28.821 DBG [streams] start producer url=ffmpeg:http://192.168.1.6/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:28.821324559 18:45:28.821 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:28.821328935 18:45:28.821 DBG [streams] stop producer url=ffmpeg:http://192.168.1.6/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:28.821357256 18:45:28.821 DBG [streams] can't stop none producer 2023-02-23 18:45:28.821400602 18:45:28.821 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.6/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:28.853194506 18:45:28.853 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:28.853196894 18:45:28.853 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:28.853198004 18:45:28.853 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:28.853199057 18:45:28.853 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:28.853207427 18:45:28.853 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:28.853208473 18:45:28.853 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:28.853211492 18:45:28.853 DBG [streams] can't stop none producer 2023-02-23 18:45:28.853218335 18:45:28.853 DBG [streams] start producer url=ffmpeg:http://192.168.1.8/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:28.853282496 18:45:28.853 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:28.853290299 18:45:28.853 DBG [streams] stop producer url=ffmpeg:http://192.168.1.8/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:28.853319121 18:45:28.853 DBG [streams] can't stop none producer 2023-02-23 18:45:28.853339038 18:45:28.853 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.8/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:29.346287155 18:45:29.346 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:29.346289618 18:45:29.346 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:29.346290657 18:45:29.346 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:29.346291702 18:45:29.346 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:29.346292663 18:45:29.346 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:29.346301525 18:45:29.346 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:29.346308771 18:45:29.346 DBG [streams] can't stop none producer 2023-02-23 18:45:29.346314883 18:45:29.346 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:29.346374193 18:45:29.346 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:29.346375392 18:45:29.346 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:29.346403334 18:45:29.346 DBG [streams] can't stop none producer 2023-02-23 18:45:29.346452804 18:45:29.346 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:29.996716884 18:45:29.996 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:29.996719332 18:45:29.996 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:29.998424709 18:45:29.998 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:30.009238559 18:45:30.009 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:30.009243004 18:45:30.009 DBG [streams] probe producer url=ffmpeg:http://192.168.1.8/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:30.011401456 18:45:30.011 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:30.011405517 18:45:30.011 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:30.020251269 18:45:30.020 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:30.020254541 18:45:30.020 DBG [streams] probe producer url=ffmpeg:http://192.168.1.6/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:30.021642836 18:45:30.021 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:30.021652237 18:45:30.021 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:30.288291241 18:45:30.288 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:30.288294083 18:45:30.288 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:30.288295090 18:45:30.288 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:30.288296091 18:45:30.288 TRC [streams] consumer=0 candidate=1 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:30.288297063 18:45:30.288 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:30.288298020 18:45:30.288 TRC [streams] match producer:0:0 => consumer:0:1 codec="96 H264/90000" 2023-02-23 18:45:30.288306458 18:45:30.288 DBG [streams] start producer url=ffmpeg:http://192.168.1.7/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:30.288354769 18:45:30.288 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:30.288355850 18:45:30.288 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:30.288356698 18:45:30.288 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:30.288357594 18:45:30.288 DBG [streams] can't stop none producer 2023-02-23 18:45:30.288358490 18:45:30.288 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:30.288362694 18:45:30.288 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:30.288363626 18:45:30.288 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:30.288370634 18:45:30.288 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:30.288373881 18:45:30.288 DBG [streams] can't stop none producer 2023-02-23 18:45:37.012252840 18:45:37.012 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:37.012263823 18:45:37.012 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:37.012265549 18:45:37.012 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:37.012269531 18:45:37.012 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:37.012276497 18:45:37.012 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:37.012283731 18:45:37.012 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:37.012286861 18:45:37.012 DBG [streams] can't stop none producer 2023-02-23 18:45:37.012295335 18:45:37.012 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:37.012365859 18:45:37.012 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:37.012374304 18:45:37.012 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:37.012401975 18:45:37.012 DBG [streams] can't stop none producer 2023-02-23 18:45:37.012447478 18:45:37.012 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:38.409057901 18:45:38.409 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:38.409070902 18:45:38.409 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:38.409072619 18:45:38.409 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:38.409077120 18:45:38.409 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:38.409086648 18:45:38.409 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:38.409097443 18:45:38.409 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:38.409105388 18:45:38.409 DBG [streams] can't stop none producer 2023-02-23 18:45:38.409118372 18:45:38.409 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:38.409173054 18:45:38.409 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:38.409178567 18:45:38.409 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:38.409209391 18:45:38.409 DBG [streams] can't stop none producer 2023-02-23 18:45:38.409233995 18:45:38.409 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:39.824240261 18:45:39.824 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:39.824242785 18:45:39.824 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:39.824243786 18:45:39.824 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:39.824244812 18:45:39.824 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:39.824252789 18:45:39.824 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:39.824253810 18:45:39.824 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:39.824258488 18:45:39.824 DBG [streams] can't stop none producer 2023-02-23 18:45:39.824265573 18:45:39.824 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:39.824346224 18:45:39.824 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:39.824348062 18:45:39.824 DBG [streams] stop producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:39.824382156 18:45:39.824 DBG [streams] can't stop none producer 2023-02-23 18:45:39.824431181 18:45:39.824 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:40.003959799 18:45:40.003 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:40.003973878 18:45:40.003 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:40.020918183 18:45:40.020 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:40.023673631 18:45:40.023 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:40.023684499 18:45:40.023 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:40.030830019 18:45:40.030 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:40.031039170 18:45:40.031 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:40.031045143 18:45:40.031 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:40.335256806 18:45:40.335 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:40.335260329 18:45:40.335 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:40.335270800 18:45:40.335 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:40.335272495 18:45:40.335 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:40.335274174 18:45:40.335 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:40.335278451 18:45:40.335 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:40.335282884 18:45:40.335 DBG [streams] start producer url=ffmpeg:http://192.168.1.6/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:40.335350335 18:45:40.335 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:40.335355584 18:45:40.335 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:40.335358567 18:45:40.335 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:40.335361711 18:45:40.335 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:40.335364477 18:45:40.335 DBG [streams] can't stop none producer 2023-02-23 18:45:40.335368165 18:45:40.335 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:40.335377447 18:45:40.335 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:40.335381290 18:45:40.335 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:40.335389016 18:45:40.335 DBG [streams] can't stop none producer 2023-02-23 18:45:40.373197713 18:45:40.373 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:40.373199746 18:45:40.373 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:40.373200770 18:45:40.373 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:40.373201830 18:45:40.373 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:40.373202868 18:45:40.373 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:40.373210270 18:45:40.373 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:40.373211801 18:45:40.373 DBG [streams] start producer url=ffmpeg:http://192.168.1.8/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:40.373281324 18:45:40.373 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:40.373283691 18:45:40.373 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:40.373285199 18:45:40.373 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:40.373286416 18:45:40.373 DBG [streams] can't stop none producer 2023-02-23 18:45:40.373287419 18:45:40.373 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:40.373304496 18:45:40.373 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:40.373305529 18:45:40.373 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:40.373316655 18:45:40.373 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:40.373318045 18:45:40.373 DBG [streams] can't stop none producer 2023-02-23 18:45:47.515109257 18:45:47.515 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:47.515119341 18:45:47.515 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:47.515122658 18:45:47.515 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:47.515129538 18:45:47.515 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:47.515134971 18:45:47.515 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:47.515141806 18:45:47.515 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:47.515148231 18:45:47.515 DBG [streams] can't stop none producer 2023-02-23 18:45:47.515156173 18:45:47.515 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:47.515242040 18:45:47.515 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:47.515243937 18:45:47.515 DBG [streams] stop producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:47.515251918 18:45:47.515 DBG [streams] can't stop none producer 2023-02-23 18:45:47.515283687 18:45:47.515 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:48.537158694 18:45:48.537 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:48.537170913 18:45:48.537 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:48.537178151 18:45:48.537 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:48.537192103 18:45:48.537 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:48.537204056 18:45:48.537 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:48.537216128 18:45:48.537 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:48.537227059 18:45:48.537 DBG [streams] can't stop none producer 2023-02-23 18:45:48.537240747 18:45:48.537 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:48.537297506 18:45:48.537 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:48.537304856 18:45:48.537 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:48.537338989 18:45:48.537 DBG [streams] can't stop none producer 2023-02-23 18:45:48.537360303 18:45:48.537 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:49.933226479 18:45:49.933 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:49.933240794 18:45:49.933 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:49.933245213 18:45:49.933 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:49.933262349 18:45:49.933 TRC [streams] consumer=0 candidate=1 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:49.933267100 18:45:49.933 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:49.933280275 18:45:49.933 TRC [streams] match producer:0:0 => consumer:0:1 codec="96 H264/90000" 2023-02-23 18:45:49.933286344 18:45:49.933 DBG [streams] can't stop none producer 2023-02-23 18:45:49.933295846 18:45:49.933 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:49.933366958 18:45:49.933 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:49.933376227 18:45:49.933 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:49.933425934 18:45:49.933 DBG [streams] can't stop none producer 2023-02-23 18:45:49.933540082 18:45:49.933 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:50.012181821 18:45:50.012 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:50.012184580 18:45:50.012 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:50.028871553 18:45:50.028 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:50.028880050 18:45:50.028 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:50.037415935 18:45:50.037 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:45:50.037418448 18:45:50.037 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:57.601104290 18:45:57.601 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:57.601107197 18:45:57.601 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:57.601108266 18:45:57.601 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:57.601109298 18:45:57.601 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:57.601118499 18:45:57.601 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:57.601131343 18:45:57.601 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:57.601140220 18:45:57.601 DBG [streams] can't stop none producer 2023-02-23 18:45:57.601146565 18:45:57.601 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:57.601398444 18:45:57.601 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:57.601420186 18:45:57.601 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:57.601638542 18:45:57.601 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:45:57.601650110 18:45:57.601 DBG [streams] can't stop none producer 2023-02-23 18:45:59.018283844 18:45:59.018 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:59.018286599 18:45:59.018 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:45:59.018287656 18:45:59.018 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:45:59.018288721 18:45:59.018 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:45:59.018289728 18:45:59.018 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:45:59.018290726 18:45:59.018 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:45:59.018302332 18:45:59.018 DBG [streams] can't stop none producer 2023-02-23 18:45:59.018303460 18:45:59.018 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:59.018360000 18:45:59.018 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:45:59.018364980 18:45:59.018 DBG [streams] stop producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:45:59.018414493 18:45:59.018 DBG [streams] can't stop none producer 2023-02-23 18:45:59.018430412 18:45:59.018 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:00.020387085 18:46:00.020 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:00.020390977 18:46:00.020 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:00.036905318 18:46:00.036 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:00.036911287 18:46:00.036 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:00.045299995 18:46:00.045 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:00.055270789 18:46:00.055 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:00.055281878 18:46:00.055 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:00.055283433 18:46:00.055 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:00.055288178 18:46:00.055 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:00.055292185 18:46:00.055 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:00.055297852 18:46:00.055 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:00.055306717 18:46:00.055 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:00.055348852 18:46:00.055 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:00.055356018 18:46:00.055 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:00.055357464 18:46:00.055 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:00.055365125 18:46:00.055 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:00.055366201 18:46:00.055 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:00.055406433 18:46:00.055 DBG [streams] can't stop none producer 2023-02-23 18:46:00.055427006 18:46:00.055 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:00.055440930 18:46:00.055 WRN [streams] can't get track url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:00.055450623 18:46:00.055 DBG [streams] probe producer url=ffmpeg:camera6#audio=opus 2023-02-23 18:46:00.058266287 18:46:00.058 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:46:00.058272706 18:46:00.058 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:05.164713120 18:46:05.164 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:52 > error="exec: exit status 1" url=ffmpeg:camera6#audio=opus 2023-02-23 18:46:05.164714862 18:46:05.164 TRC [streams] consumer=0 candidate=1 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:06.697899463 18:46:06.697 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:06.697910205 18:46:06.697 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:06.697914630 18:46:06.697 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:06.697918816 18:46:06.697 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:06.697926392 18:46:06.697 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:06.697933764 18:46:06.697 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:06.697938691 18:46:06.697 DBG [streams] can't stop none producer 2023-02-23 18:46:06.697945718 18:46:06.697 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:06.698005357 18:46:06.697 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:06.698012611 18:46:06.698 DBG [streams] stop producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:06.698052555 18:46:06.698 DBG [streams] can't stop none producer 2023-02-23 18:46:06.698066469 18:46:06.698 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:07.729087773 18:46:07.729 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:07.729099858 18:46:07.729 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:07.729101772 18:46:07.729 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:07.729103286 18:46:07.729 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:07.729108345 18:46:07.729 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:07.729112722 18:46:07.729 TRC [streams] match producer:0:0 => consumer:0:1 codec="96 H264/90000" 2023-02-23 18:46:07.729128541 18:46:07.729 DBG [streams] can't stop none producer 2023-02-23 18:46:07.729161072 18:46:07.729 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:07.729172393 18:46:07.729 DBG [streams] can't stop none producer 2023-02-23 18:46:07.729222610 18:46:07.729 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:07.729223978 18:46:07.729 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:07.729270260 18:46:07.729 DBG [streams] can't stop none producer 2023-02-23 18:46:07.729271469 18:46:07.729 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:09.130975085 18:46:09.130 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:09.130984619 18:46:09.130 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:09.130995521 18:46:09.130 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:09.131002317 18:46:09.130 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:09.131008614 18:46:09.131 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:09.131015080 18:46:09.131 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:09.131021363 18:46:09.131 DBG [streams] can't stop none producer 2023-02-23 18:46:09.131024967 18:46:09.131 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:09.131155636 18:46:09.131 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:09.131157588 18:46:09.131 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:09.131242466 18:46:09.131 DBG [streams] can't stop none producer 2023-02-23 18:46:09.131257353 18:46:09.131 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:10.027387960 18:46:10.027 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:10.027399261 18:46:10.027 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:10.043314539 18:46:10.043 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:10.043321754 18:46:10.043 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:10.051758389 18:46:10.051 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:10.051767882 18:46:10.051 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:16.813959398 18:46:16.813 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:16.813962778 18:46:16.813 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:16.813973141 18:46:16.813 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:16.813974836 18:46:16.813 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:16.813979682 18:46:16.813 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:16.813989046 18:46:16.813 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:16.813993517 18:46:16.813 DBG [streams] can't stop none producer 2023-02-23 18:46:16.814001321 18:46:16.813 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:16.814052317 18:46:16.814 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:16.814059385 18:46:16.814 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:16.814095948 18:46:16.814 DBG [streams] can't stop none producer 2023-02-23 18:46:16.814143144 18:46:16.814 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:18.209938831 18:46:18.209 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:18.209948925 18:46:18.209 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:18.209960483 18:46:18.209 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:18.209973702 18:46:18.209 TRC [streams] consumer=0 candidate=1 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:18.209980683 18:46:18.209 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:18.209986888 18:46:18.209 TRC [streams] match producer:0:0 => consumer:0:1 codec="96 H264/90000" 2023-02-23 18:46:18.209998386 18:46:18.209 DBG [streams] can't stop none producer 2023-02-23 18:46:18.210009989 18:46:18.209 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:18.210070494 18:46:18.210 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:18.210076086 18:46:18.210 DBG [streams] stop producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:18.210123101 18:46:18.210 DBG [streams] can't stop none producer 2023-02-23 18:46:18.210140629 18:46:18.210 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:19.254056218 18:46:19.254 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:19.254059522 18:46:19.254 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:19.254068852 18:46:19.254 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:19.254069933 18:46:19.254 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:19.254073108 18:46:19.254 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:19.254082570 18:46:19.254 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:19.254085720 18:46:19.254 DBG [streams] can't stop none producer 2023-02-23 18:46:19.254098006 18:46:19.254 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:19.254153265 18:46:19.254 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:19.254162843 18:46:19.254 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:19.254205584 18:46:19.254 DBG [streams] can't stop none producer 2023-02-23 18:46:19.254222071 18:46:19.254 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:20.033915120 18:46:20.033 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:20.033917808 18:46:20.033 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:20.052884247 18:46:20.052 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:20.052886514 18:46:20.052 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:20.058406005 18:46:20.058 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:20.058408591 18:46:20.058 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:26.925898787 18:46:26.925 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:26.925908277 18:46:26.925 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:26.925915571 18:46:26.925 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:26.925960133 18:46:26.925 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:26.925962620 18:46:26.925 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:26.925963729 18:46:26.925 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:26.925964696 18:46:26.925 DBG [streams] can't stop none producer 2023-02-23 18:46:26.925965795 18:46:26.925 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:26.926008583 18:46:26.925 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:26.926016717 18:46:26.926 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:26.926048118 18:46:26.926 DBG [streams] can't stop none producer 2023-02-23 18:46:26.926066640 18:46:26.926 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:28.307027684 18:46:28.306 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:28.307037315 18:46:28.307 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:28.307040601 18:46:28.307 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:28.307046800 18:46:28.307 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:28.307053023 18:46:28.307 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:28.307059595 18:46:28.307 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:28.307065653 18:46:28.307 DBG [streams] can't stop none producer 2023-02-23 18:46:28.307071792 18:46:28.307 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:28.307122332 18:46:28.307 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:28.307129458 18:46:28.307 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:28.307156157 18:46:28.307 DBG [streams] can't stop none producer 2023-02-23 18:46:28.307172058 18:46:28.307 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:29.738136445 18:46:29.738 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:29.738138978 18:46:29.738 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:29.738140015 18:46:29.738 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:29.738141102 18:46:29.738 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:29.738142125 18:46:29.738 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:29.738151028 18:46:29.738 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:29.738151980 18:46:29.738 DBG [streams] can't stop none producer 2023-02-23 18:46:29.738153061 18:46:29.738 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:29.738206460 18:46:29.738 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:29.738213808 18:46:29.738 DBG [streams] stop producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:29.738236427 18:46:29.738 DBG [streams] can't stop none producer 2023-02-23 18:46:29.738262058 18:46:29.738 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:30.043699125 18:46:30.043 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:30.043702669 18:46:30.043 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:30.059233511 18:46:30.059 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:30.059235563 18:46:30.059 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:30.063967002 18:46:30.063 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:30.063969616 18:46:30.063 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:37.410350693 18:46:37.410 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:37.410354885 18:46:37.410 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:37.410369241 18:46:37.410 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:37.410370728 18:46:37.410 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:37.410371969 18:46:37.410 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:37.410376125 18:46:37.410 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:37.410380035 18:46:37.410 DBG [streams] can't stop none producer 2023-02-23 18:46:37.410389904 18:46:37.410 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:37.410475075 18:46:37.410 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:37.410484383 18:46:37.410 DBG [streams] stop producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:37.410577055 18:46:37.410 DBG [streams] can't stop none producer 2023-02-23 18:46:37.410597462 18:46:37.410 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:38.437072314 18:46:38.437 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:38.437082869 18:46:38.437 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:38.437094013 18:46:38.437 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:38.437097643 18:46:38.437 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:38.437104696 18:46:38.437 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:38.437109676 18:46:38.437 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:38.437116677 18:46:38.437 DBG [streams] can't stop none producer 2023-02-23 18:46:38.437126639 18:46:38.437 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:38.437180733 18:46:38.437 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:38.437192862 18:46:38.437 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:38.437234646 18:46:38.437 DBG [streams] can't stop none producer 2023-02-23 18:46:38.437248356 18:46:38.437 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:39.823052420 18:46:39.823 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:39.823056545 18:46:39.823 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:39.823065487 18:46:39.823 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:39.823066539 18:46:39.823 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:39.823073239 18:46:39.823 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:39.823079563 18:46:39.823 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:39.823085318 18:46:39.823 DBG [streams] can't stop none producer 2023-02-23 18:46:39.823093377 18:46:39.823 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:39.823173314 18:46:39.823 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:39.823178353 18:46:39.823 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:39.823240327 18:46:39.823 DBG [streams] can't stop none producer 2023-02-23 18:46:39.823291247 18:46:39.823 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:40.049530201 18:46:40.049 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:40.049532724 18:46:40.049 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:40.065785510 18:46:40.065 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:40.065788499 18:46:40.065 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:40.069196741 18:46:40.069 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:40.069199345 18:46:40.069 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:47.512111207 18:46:47.512 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:47.512113737 18:46:47.512 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:47.512114814 18:46:47.512 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:47.512123408 18:46:47.512 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:47.512126546 18:46:47.512 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:47.512138527 18:46:47.512 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:47.512142652 18:46:47.512 DBG [streams] can't stop none producer 2023-02-23 18:46:47.512150414 18:46:47.512 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:47.512205799 18:46:47.512 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:47.512212430 18:46:47.512 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:47.512273594 18:46:47.512 DBG [streams] can't stop none producer 2023-02-23 18:46:47.512275955 18:46:47.512 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:48.929307262 18:46:48.929 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:48.929319218 18:46:48.929 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:48.929320468 18:46:48.929 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:48.929323695 18:46:48.929 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:48.929328067 18:46:48.929 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:48.929341491 18:46:48.929 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:48.929342521 18:46:48.929 DBG [streams] can't stop none producer 2023-02-23 18:46:48.929346138 18:46:48.929 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:48.929401285 18:46:48.929 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:48.929406653 18:46:48.929 DBG [streams] stop producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:48.929435853 18:46:48.929 DBG [streams] can't stop none producer 2023-02-23 18:46:48.929455048 18:46:48.929 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:49.951278400 18:46:49.951 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:49.951281422 18:46:49.951 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:49.951282440 18:46:49.951 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:49.951283484 18:46:49.951 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:49.951284553 18:46:49.951 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:49.951292635 18:46:49.951 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:49.951293580 18:46:49.951 DBG [streams] can't stop none producer 2023-02-23 18:46:49.951294641 18:46:49.951 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:49.951354566 18:46:49.951 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:49.951363832 18:46:49.951 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:49.951397163 18:46:49.951 DBG [streams] can't stop none producer 2023-02-23 18:46:49.951422638 18:46:49.951 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:50.056995517 18:46:50.056 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:50.057001380 18:46:50.056 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:50.074082886 18:46:50.074 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:50.074094527 18:46:50.074 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:50.076376940 18:46:50.076 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:46:50.076380219 18:46:50.076 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:57.619306203 18:46:57.619 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:57.619309069 18:46:57.619 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:57.619317717 18:46:57.619 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:57.619318802 18:46:57.619 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:57.619328177 18:46:57.619 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:57.619420521 18:46:57.619 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:57.619421678 18:46:57.619 DBG [streams] can't stop none producer 2023-02-23 18:46:57.619422742 18:46:57.619 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:57.619437526 18:46:57.619 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:57.619449798 18:46:57.619 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:57.619490717 18:46:57.619 DBG [streams] can't stop none producer 2023-02-23 18:46:57.619508556 18:46:57.619 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:46:59.027346131 18:46:59.027 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:59.027348687 18:46:59.027 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:46:59.027349720 18:46:59.027 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:46:59.027350758 18:46:59.027 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:46:59.027351760 18:46:59.027 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:46:59.027352676 18:46:59.027 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:46:59.027362422 18:46:59.027 DBG [streams] can't stop none producer 2023-02-23 18:46:59.027364131 18:46:59.027 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:59.027410706 18:46:59.027 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:46:59.027415730 18:46:59.027 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:46:59.027447186 18:46:59.027 DBG [streams] can't stop none producer 2023-02-23 18:46:59.027500141 18:46:59.027 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:00.063048978 18:47:00.063 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:00.063057746 18:47:00.063 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:00.080003840 18:47:00.079 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:00.081734732 18:47:00.081 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:00.081742335 18:47:00.081 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:00.429159043 18:47:00.429 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:00.429161519 18:47:00.429 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:00.429162536 18:47:00.429 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:00.429163530 18:47:00.429 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:00.429171812 18:47:00.429 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:00.429172788 18:47:00.429 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:00.429188500 18:47:00.429 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:00.429268244 18:47:00.429 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:00.429269960 18:47:00.429 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:00.429271040 18:47:00.429 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:00.429272225 18:47:00.429 DBG [streams] stop producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:00.429285055 18:47:00.429 DBG [streams] can't stop none producer 2023-02-23 18:47:00.429286193 18:47:00.429 WRN [streams] can't get track url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:00.429293759 18:47:00.429 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:00.429296782 18:47:00.429 DBG [streams] probe producer url=ffmpeg:camera4#audio=opus 2023-02-23 18:47:00.429327395 18:47:00.429 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:00.433883534 18:47:00.433 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:47:00.433887052 18:47:00.433 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:05.542058740 18:47:05.541 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:52 > error="exec: exit status 1" url=ffmpeg:camera4#audio=opus 2023-02-23 18:47:05.542061218 18:47:05.542 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:06.698079283 18:47:06.698 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:06.698089649 18:47:06.698 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:06.698090794 18:47:06.698 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:06.698096833 18:47:06.698 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:06.698102976 18:47:06.698 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:06.698109229 18:47:06.698 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:06.698115077 18:47:06.698 DBG [streams] can't stop none producer 2023-02-23 18:47:06.698120789 18:47:06.698 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:06.698180066 18:47:06.698 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:06.698189082 18:47:06.698 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:06.698231274 18:47:06.698 DBG [streams] can't stop none producer 2023-02-23 18:47:06.698244976 18:47:06.698 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:08.120332065 18:47:08.120 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:08.120334798 18:47:08.120 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:08.120335868 18:47:08.120 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:08.120336991 18:47:08.120 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:08.120369759 18:47:08.120 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:08.120375908 18:47:08.120 DBG [streams] stop producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:08.120378974 18:47:08.120 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:08.120392261 18:47:08.120 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:08.120397467 18:47:08.120 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:08.120409008 18:47:08.120 DBG [streams] can't stop none producer 2023-02-23 18:47:08.120410840 18:47:08.120 WRN [streams] can't get track url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:08.120420756 18:47:08.120 DBG [streams] probe producer url=ffmpeg:camera4#audio=opus 2023-02-23 18:47:08.120427308 18:47:08.120 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:08.123310983 18:47:08.123 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:47:08.123312957 18:47:08.123 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:09.138204443 18:47:09.138 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:09.138207156 18:47:09.138 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:09.138208221 18:47:09.138 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:09.138209253 18:47:09.138 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:09.138210232 18:47:09.138 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:09.138211139 18:47:09.138 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:09.138219293 18:47:09.138 DBG [streams] can't stop none producer 2023-02-23 18:47:09.138220367 18:47:09.138 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:09.138294756 18:47:09.138 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:09.138296602 18:47:09.138 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:09.138297642 18:47:09.138 DBG [streams] can't stop none producer 2023-02-23 18:47:09.138350462 18:47:09.138 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:10.071031026 18:47:10.070 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:10.071033742 18:47:10.071 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:10.086047244 18:47:10.085 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:10.087133854 18:47:10.087 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:10.087136165 18:47:10.087 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:13.232127856 18:47:13.232 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:52 > error="exec: exit status 1" url=ffmpeg:camera4#audio=opus 2023-02-23 18:47:13.232140345 18:47:13.232 WRN [rtsp] error="codecs not match: H264,AAC" stream=camera4 2023-02-23 18:47:15.787303120 18:47:15.787 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:15.787305726 18:47:15.787 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:15.787306809 18:47:15.787 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:15.787307968 18:47:15.787 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:15.787347071 18:47:15.787 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:15.787356314 18:47:15.787 DBG [streams] stop producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:15.787376665 18:47:15.787 DBG [streams] can't stop none producer 2023-02-23 18:47:15.787403966 18:47:15.787 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:16.811249227 18:47:16.811 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:16.811251902 18:47:16.811 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:16.811253060 18:47:16.811 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:16.811254112 18:47:16.811 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:16.811255146 18:47:16.811 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:16.811256083 18:47:16.811 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:16.811264667 18:47:16.811 DBG [streams] can't stop none producer 2023-02-23 18:47:16.811265788 18:47:16.811 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:16.811323470 18:47:16.811 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:16.811330784 18:47:16.811 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:16.811384077 18:47:16.811 DBG [streams] can't stop none producer 2023-02-23 18:47:16.811403241 18:47:16.811 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:18.209290343 18:47:18.209 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:18.209301986 18:47:18.209 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:18.209303291 18:47:18.209 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:18.209306721 18:47:18.209 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:18.209314273 18:47:18.209 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:18.209320465 18:47:18.209 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:18.209326426 18:47:18.209 DBG [streams] can't stop none producer 2023-02-23 18:47:18.209332825 18:47:18.209 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:18.209395214 18:47:18.209 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:18.209402511 18:47:18.209 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:18.209432535 18:47:18.209 DBG [streams] can't stop none producer 2023-02-23 18:47:18.209465097 18:47:18.209 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:20.077248754 18:47:20.077 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:20.077259670 18:47:20.077 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:20.097265258 18:47:20.097 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:20.097440265 18:47:20.097 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:20.097447321 18:47:20.097 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:23.455267226 18:47:23.455 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:23.455281051 18:47:23.455 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:23.455291731 18:47:23.455 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:23.455298209 18:47:23.455 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:23.455308591 18:47:23.455 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:23.455322664 18:47:23.455 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:23.455335493 18:47:23.455 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:23.455364419 18:47:23.455 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:23.455546506 18:47:23.455 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:23.455571737 18:47:23.455 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:23.455619454 18:47:23.455 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:23.455741142 18:47:23.455 DBG [streams] stop producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:23.455851430 18:47:23.455 DBG [streams] can't stop none producer 2023-02-23 18:47:23.455858567 18:47:23.455 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:23.455891686 18:47:23.455 WRN [streams] can't get track url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:23.455904803 18:47:23.455 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:23.455913756 18:47:23.455 DBG [streams] probe producer url=ffmpeg:camera4#audio=opus 2023-02-23 18:47:23.458906395 18:47:23.458 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:47:23.458912022 18:47:23.458 DBG [streams] probe producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:28.324157976 18:47:28.324 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:28.324168166 18:47:28.324 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:28.324171473 18:47:28.324 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:28.324178900 18:47:28.324 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:28.324184276 18:47:28.324 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:28.324190998 18:47:28.324 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:28.324197137 18:47:28.324 DBG [streams] can't stop none producer 2023-02-23 18:47:28.324205396 18:47:28.324 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:28.324261480 18:47:28.324 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:28.324268331 18:47:28.324 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:28.324308623 18:47:28.324 DBG [streams] can't stop none producer 2023-02-23 18:47:28.324348643 18:47:28.324 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:28.567462443 18:47:28.567 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:52 > error="exec: exit status 1" url=ffmpeg:camera4#audio=opus 2023-02-23 18:47:28.567482255 18:47:28.567 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:29.729029402 18:47:29.728 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:29.729031966 18:47:29.728 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:29.729033020 18:47:29.729 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:29.729041792 18:47:29.729 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:29.729042820 18:47:29.729 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:29.729046048 18:47:29.729 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:29.729048768 18:47:29.729 DBG [streams] can't stop none producer 2023-02-23 18:47:29.729056708 18:47:29.729 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:29.729155263 18:47:29.729 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:29.729157150 18:47:29.729 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:29.729192738 18:47:29.729 DBG [streams] can't stop none producer 2023-02-23 18:47:29.729242760 18:47:29.729 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:30.084153274 18:47:30.084 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:30.084163939 18:47:30.084 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:30.102857948 18:47:30.102 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:30.102860391 18:47:30.102 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:30.102861637 18:47:30.102 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:31.138298947 18:47:31.138 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:31.138301737 18:47:31.138 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:31.138302805 18:47:31.138 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:31.138304013 18:47:31.138 DBG [streams] start producer url=ffmpeg:http://192.168.1.13/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:31.138348538 18:47:31.138 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:31.138349709 18:47:31.138 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:31.138350609 18:47:31.138 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:31.138351484 18:47:31.138 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:31.138352304 18:47:31.138 DBG [streams] can't stop none producer 2023-02-23 18:47:31.138361687 18:47:31.138 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:31.138367314 18:47:31.138 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:31.138375821 18:47:31.138 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:31.138381716 18:47:31.138 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:31.138387607 18:47:31.138 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:31.138390905 18:47:31.138 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:31.138397547 18:47:31.138 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:31.138398385 18:47:31.138 DBG [streams] can't stop none producer 2023-02-23 18:47:31.138405062 18:47:31.138 DBG [streams] can't stop none producer 2023-02-23 18:47:37.409241382 18:47:37.409 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:37.409243943 18:47:37.409 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:37.409244970 18:47:37.409 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:37.409245983 18:47:37.409 TRC [streams] consumer=0 candidate=1 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:37.409247005 18:47:37.409 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:37.409255265 18:47:37.409 TRC [streams] match producer:0:0 => consumer:0:1 codec="96 H264/90000" 2023-02-23 18:47:37.409256227 18:47:37.409 DBG [streams] can't stop none producer 2023-02-23 18:47:37.409257335 18:47:37.409 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:37.409324992 18:47:37.409 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:37.409331737 18:47:37.409 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:37.409375857 18:47:37.409 DBG [streams] can't stop none producer 2023-02-23 18:47:37.409418732 18:47:37.409 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:39.755129437 18:47:39.755 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:39.755141178 18:47:39.755 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:39.755142422 18:47:39.755 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:39.755145663 18:47:39.755 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:39.755153303 18:47:39.755 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:39.755159443 18:47:39.755 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:39.755209467 18:47:39.755 DBG [streams] can't stop none producer 2023-02-23 18:47:39.755211335 18:47:39.755 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:39.755324533 18:47:39.755 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:39.755326397 18:47:39.755 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:39.755362439 18:47:39.755 DBG [streams] can't stop none producer 2023-02-23 18:47:39.755378027 18:47:39.755 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:40.091173109 18:47:40.091 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:40.091175895 18:47:40.091 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:40.110692547 18:47:40.110 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:40.110695498 18:47:40.110 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:47.516259219 18:47:47.516 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:47.516261655 18:47:47.516 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:47.516262694 18:47:47.516 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:47.516263746 18:47:47.516 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:47.516264768 18:47:47.516 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:47.516276593 18:47:47.516 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:47.516277570 18:47:47.516 DBG [streams] can't stop none producer 2023-02-23 18:47:47.516278653 18:47:47.516 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:47.516354770 18:47:47.516 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:47.516355969 18:47:47.516 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:47.516368320 18:47:47.516 DBG [streams] can't stop none producer 2023-02-23 18:47:47.516382577 18:47:47.516 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:48.923236770 18:47:48.923 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:48.923239636 18:47:48.923 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:48.923240731 18:47:48.923 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:48.923241838 18:47:48.923 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:48.923242858 18:47:48.923 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:48.923253538 18:47:48.923 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:48.923254769 18:47:48.923 DBG [streams] can't stop none producer 2023-02-23 18:47:48.923256132 18:47:48.923 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:48.923334007 18:47:48.923 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:48.923342935 18:47:48.923 DBG [streams] stop producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:48.923388625 18:47:48.923 DBG [streams] can't stop none producer 2023-02-23 18:47:48.923405704 18:47:48.923 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:50.097564531 18:47:50.097 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:50.097566986 18:47:50.097 DBG [streams] probe producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:47:50.116890393 18:47:50.116 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:47:50.116892748 18:47:50.116 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:58.960168264 18:47:58.960 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:58.960170747 18:47:58.960 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:47:58.960171778 18:47:58.960 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:47:58.960172810 18:47:58.960 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:47:58.960173803 18:47:58.960 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:47:58.960174710 18:47:58.960 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:47:58.960186322 18:47:58.960 DBG [streams] can't stop none producer 2023-02-23 18:47:58.960187446 18:47:58.960 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:58.960283538 18:47:58.960 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:47:58.960285356 18:47:58.960 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:47:58.960369268 18:47:58.960 DBG [streams] can't stop none producer 2023-02-23 18:47:58.960378610 18:47:58.960 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:00.104336796 18:48:00.104 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:48:00.124124730 18:48:00.124 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:48:00.124127319 18:48:00.124 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:00.440186425 18:48:00.440 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:00.440189147 18:48:00.440 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:48:00.440190202 18:48:00.440 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:48:00.440191222 18:48:00.440 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:00.440192175 18:48:00.440 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:48:00.440193070 18:48:00.440 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:48:00.440201832 18:48:00.440 DBG [streams] start producer url=ffmpeg:http://192.168.1.9/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password 2023-02-23 18:48:00.440248891 18:48:00.440 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:00.440249964 18:48:00.440 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:48:00.440250840 18:48:00.440 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:48:00.440251733 18:48:00.440 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:00.440252562 18:48:00.440 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:48:00.440256525 18:48:00.440 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:48:00.440257361 18:48:00.440 DBG [streams] can't stop none producer 2023-02-23 18:48:00.440260071 18:48:00.440 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:48:00.440272104 18:48:00.440 DBG [streams] can't stop none producer 2023-02-23 18:48:06.703265697 18:48:06.703 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:06.703268230 18:48:06.703 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:48:06.703269268 18:48:06.703 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:48:06.703270307 18:48:06.703 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:06.703271272 18:48:06.703 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:48:06.703272200 18:48:06.703 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:48:06.703280639 18:48:06.703 DBG [streams] can't stop none producer 2023-02-23 18:48:06.703281725 18:48:06.703 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:06.703354646 18:48:06.703 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:48:06.703356627 18:48:06.703 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:06.703363724 18:48:06.703 DBG [streams] can't stop none producer 2023-02-23 18:48:06.703378510 18:48:06.703 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:10.130475623 18:48:10.130 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:48:10.130477849 18:48:10.130 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:12.184086122 18:48:12.184 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 H264/0, 0 H265/0" 2023-02-23 18:48:12.184090363 18:48:12.184 DBG [streams] probe producer url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:48:12.299018344 18:48:12.298 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:12.299020856 18:48:12.298 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:48:12.299164943 18:48:12.299 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:48:12.299173723 18:48:12.299 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:12.299177534 18:48:12.299 DBG [streams] start producer url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:48:15.786175122 18:48:15.786 DBG [streams] stop producer url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:48:15.786237379 18:48:15.786 TRC [streams] stop reconnect url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:48:18.136073492 18:48:18.136 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:18.136085896 18:48:18.136 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:48:18.136087498 18:48:18.136 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:48:18.136091853 18:48:18.136 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:18.136095691 18:48:18.136 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:48:18.136106617 18:48:18.136 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:48:18.136111191 18:48:18.136 DBG [streams] can't stop none producer 2023-02-23 18:48:18.136115617 18:48:18.136 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:18.136213660 18:48:18.136 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:48:18.136222780 18:48:18.136 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:18.136266524 18:48:18.136 DBG [streams] can't stop none producer 2023-02-23 18:48:18.136283972 18:48:18.136 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:20.137092839 18:48:20.137 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:48:20.137095258 18:48:20.137 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:29.736451162 18:48:29.736 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:29.736461416 18:48:29.736 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:48:29.736463237 18:48:29.736 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:48:29.736468409 18:48:29.736 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:29.736476013 18:48:29.736 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:48:29.736482072 18:48:29.736 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:48:29.736487792 18:48:29.736 DBG [streams] can't stop none producer 2023-02-23 18:48:29.736494140 18:48:29.736 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:29.736598121 18:48:29.736 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:48:29.736603461 18:48:29.736 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:29.736638787 18:48:29.736 DBG [streams] can't stop none producer 2023-02-23 18:48:29.736652305 18:48:29.736 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:30.144132383 18:48:30.144 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:48:30.144135024 18:48:30.144 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:37.330336376 18:48:37.330 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:37.330338974 18:48:37.330 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:48:37.330340014 18:48:37.330 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:48:37.330341024 18:48:37.330 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:37.330341996 18:48:37.330 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:48:37.330342925 18:48:37.330 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:48:37.330351080 18:48:37.330 DBG [streams] can't stop none producer 2023-02-23 18:48:37.330352151 18:48:37.330 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:37.330397932 18:48:37.330 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:48:37.330403844 18:48:37.330 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:37.330431713 18:48:37.330 DBG [streams] can't stop none producer 2023-02-23 18:48:37.330451771 18:48:37.330 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:40.150812095 18:48:40.150 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:48:40.150820880 18:48:40.150 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:48.931322798 18:48:48.931 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:48.931334506 18:48:48.931 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:48:48.931335797 18:48:48.931 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:48:48.931338974 18:48:48.931 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:48:48.931343135 18:48:48.931 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:48:48.931351638 18:48:48.931 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:48:48.931354614 18:48:48.931 DBG [streams] can't stop none producer 2023-02-23 18:48:48.931367713 18:48:48.931 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:48.931419067 18:48:48.931 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:48:48.931423477 18:48:48.931 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:48.931451442 18:48:48.931 DBG [streams] can't stop none producer 2023-02-23 18:48:48.931472214 18:48:48.931 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:48:50.157377008 18:48:50.157 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:48:50.157389200 18:48:50.157 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:00.163915288 18:49:00.163 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:49:00.439357576 18:49:00.439 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:00.439360102 18:49:00.439 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:49:00.439361137 18:49:00.439 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:49:00.439362153 18:49:00.439 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:00.439363111 18:49:00.439 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:49:00.439364002 18:49:00.439 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:49:00.439372129 18:49:00.439 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:00.439414738 18:49:00.439 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:49:00.439419198 18:49:00.439 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:00.439613621 18:49:00.439 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:00.439630655 18:49:00.439 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:49:00.439675095 18:49:00.439 DBG [streams] can't stop none producer 2023-02-23 18:49:00.439679195 18:49:00.439 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:00.439775886 18:49:00.439 WRN [streams] can't get track url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:00.439788484 18:49:00.439 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:49:00.439796325 18:49:00.439 DBG [streams] probe producer url=ffmpeg:camera6#audio=opus 2023-02-23 18:49:00.442748478 18:49:00.442 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:49:00.442758687 18:49:00.442 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:05.551494319 18:49:05.551 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:52 > error="exec: exit status 1" url=ffmpeg:camera6#audio=opus 2023-02-23 18:49:05.551496805 18:49:05.551 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:49:08.130339453 18:49:08.130 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:08.130342280 18:49:08.130 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:49:08.130343303 18:49:08.130 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:49:08.130344361 18:49:08.130 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:08.130388551 18:49:08.130 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:08.130398554 18:49:08.130 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:49:08.130405973 18:49:08.130 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:49:08.130411205 18:49:08.130 DBG [streams] can't stop none producer 2023-02-23 18:49:08.130448614 18:49:08.130 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:49:08.130459898 18:49:08.130 DBG [streams] can't stop none producer 2023-02-23 18:49:08.130465780 18:49:08.130 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:49:08.130476228 18:49:08.130 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:08.130542500 18:49:08.130 DBG [streams] can't stop none producer 2023-02-23 18:49:08.130578963 18:49:08.130 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:10.172696921 18:49:10.172 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:49:10.172709307 18:49:10.172 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:19.630331423 18:49:19.630 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:19.630333958 18:49:19.630 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:49:19.630335045 18:49:19.630 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:49:19.630336098 18:49:19.630 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:19.630337104 18:49:19.630 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:49:19.630338055 18:49:19.630 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:49:19.630346003 18:49:19.630 DBG [streams] can't stop none producer 2023-02-23 18:49:19.630347112 18:49:19.630 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:19.630396494 18:49:19.630 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:49:19.630402264 18:49:19.630 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:19.630435315 18:49:19.630 DBG [streams] can't stop none producer 2023-02-23 18:49:19.630481364 18:49:19.630 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:20.179361113 18:49:20.179 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:49:20.179363475 18:49:20.179 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:27.306119739 18:49:27.306 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:27.306122292 18:49:27.306 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:49:27.306130708 18:49:27.306 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:49:27.306135591 18:49:27.306 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:27.306204807 18:49:27.306 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:49:27.306206542 18:49:27.306 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:49:27.306207496 18:49:27.306 DBG [streams] can't stop none producer 2023-02-23 18:49:27.306208619 18:49:27.306 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:27.306227146 18:49:27.306 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:49:27.306233804 18:49:27.306 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:27.306308195 18:49:27.306 DBG [streams] can't stop none producer 2023-02-23 18:49:27.306309980 18:49:27.306 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:30.185959672 18:49:30.185 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:49:30.185962312 18:49:30.185 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:38.818274606 18:49:38.818 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:38.818277308 18:49:38.818 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:49:38.818278352 18:49:38.818 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:49:38.818279429 18:49:38.818 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:38.818280422 18:49:38.818 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:49:38.818288343 18:49:38.818 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:49:38.818289272 18:49:38.818 DBG [streams] can't stop none producer 2023-02-23 18:49:38.818290298 18:49:38.818 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:38.818370674 18:49:38.818 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:49:38.818371865 18:49:38.818 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:38.818378911 18:49:38.818 DBG [streams] can't stop none producer 2023-02-23 18:49:38.818402078 18:49:38.818 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:40.196137595 18:49:40.196 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:49:40.196148144 18:49:40.196 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:50.201559165 18:49:50.201 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:49:50.339172621 18:49:50.339 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:50.339184949 18:49:50.339 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:49:50.339186712 18:49:50.339 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:49:50.339191947 18:49:50.339 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:50.339196387 18:49:50.339 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:49:50.339200701 18:49:50.339 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:49:50.339211109 18:49:50.339 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:50.339257342 18:49:50.339 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:50.339262730 18:49:50.339 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:49:50.339267692 18:49:50.339 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:49:50.339272527 18:49:50.339 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:50.339310446 18:49:50.339 DBG [streams] can't stop none producer 2023-02-23 18:49:50.339318811 18:49:50.339 WRN [streams] can't get track url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:50.339323719 18:49:50.339 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:49:50.339331249 18:49:50.339 DBG [streams] probe producer url=ffmpeg:camera6#audio=opus 2023-02-23 18:49:50.339351842 18:49:50.339 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:50.342950503 18:49:50.342 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:49:50.342954064 18:49:50.342 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:55.451383830 18:49:55.451 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:52 > error="exec: exit status 1" url=ffmpeg:camera6#audio=opus 2023-02-23 18:49:55.451386734 18:49:55.451 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:49:56.471115375 18:49:56.471 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:49:56.471118811 18:49:56.471 DBG [streams] probe producer url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:49:56.551122388 18:49:56.551 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:56.551133099 18:49:56.551 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:49:56.551340753 18:49:56.551 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:49:56.551350862 18:49:56.551 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:56.551357874 18:49:56.551 DBG [streams] start producer url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:49:57.831822506 18:49:57.831 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:49:58.011199502 18:49:58.011 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:58.011211896 18:49:58.011 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:49:58.011213474 18:49:58.011 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:49:58.011217677 18:49:58.011 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:58.011291227 18:49:58.011 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:49:58.011292601 18:49:58.011 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:58.011293560 18:49:58.011 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:58.011307417 18:49:58.011 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:49:58.011308571 18:49:58.011 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:49:58.011312033 18:49:58.011 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:49:58.011359923 18:49:58.011 DBG [streams] can't stop none producer 2023-02-23 18:49:59.212528487 18:49:59.212 TRC [streams] consumer=1 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:49:59.212541557 18:49:59.212 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:59.212543048 18:49:59.212 TRC [streams] match producer:0:0 => consumer:1:0 codec="96 H264/90000" 2023-02-23 18:49:59.212753993 18:49:59.212 TRC [streams] consumer=1 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:49:59.212755856 18:49:59.212 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:59.212756970 18:49:59.212 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:49:59.212757892 18:49:59.212 DBG [streams] probe producer url=ffmpeg:camera5#audio=opus 2023-02-23 18:49:59.215485125 18:49:59.215 TRC [streams] consumer=1 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:49:59.215486940 18:49:59.215 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:49:59.215488072 18:49:59.215 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:49:59.215489104 18:49:59.215 TRC [streams] match producer:0:1 => consumer:1:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:49:59.413855568 18:49:59.413 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:49:59.413858432 18:49:59.413 TRC [streams] match producer:1:0 => consumer:1:1 codec="96 OPUS/48000/2" 2023-02-23 18:49:59.413940120 18:49:59.413 DBG [streams] start producer url=ffmpeg:camera5#audio=opus 2023-02-23 18:50:00.209734613 18:50:00.209 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:50:00.357445028 18:50:00.357 TRC [streams] consumer=1 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:50:00.357454732 18:50:00.357 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:00.357464513 18:50:00.357 TRC [streams] match producer:0:0 => consumer:1:0 codec="96 H264/90000" 2023-02-23 18:50:00.357539742 18:50:00.357 TRC [streams] consumer=1 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:50:00.357544569 18:50:00.357 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:00.357561400 18:50:00.357 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:00.357570211 18:50:00.357 DBG [streams] probe producer url=ffmpeg:camera4#audio=opus 2023-02-23 18:50:00.360452561 18:50:00.360 TRC [streams] consumer=1 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:50:00.360464530 18:50:00.360 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:00.360473118 18:50:00.360 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:00.360480381 18:50:00.360 TRC [streams] match producer:0:1 => consumer:1:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:50:00.438800218 18:50:00.438 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:50:00.438809371 18:50:00.438 TRC [streams] match producer:1:0 => consumer:1:1 codec="96 OPUS/48000/2" 2023-02-23 18:50:00.438856886 18:50:00.438 DBG [streams] start producer url=ffmpeg:camera4#audio=opus 2023-02-23 18:50:00.909794911 18:50:00.909 TRC [streams] consumer=1 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:50:00.909797616 18:50:00.909 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:00.909798715 18:50:00.909 TRC [streams] match producer:0:0 => consumer:1:0 codec="96 H264/90000" 2023-02-23 18:50:00.909851144 18:50:00.909 TRC [streams] consumer=1 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:50:00.909860998 18:50:00.909 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:00.909871646 18:50:00.909 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:00.909882186 18:50:00.909 DBG [streams] probe producer url=ffmpeg:camera3#audio=opus 2023-02-23 18:50:00.912560195 18:50:00.912 TRC [streams] consumer=1 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:50:00.912565959 18:50:00.912 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:00.912568991 18:50:00.912 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:00.912581951 18:50:00.912 TRC [streams] match producer:0:1 => consumer:1:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:50:01.065826277 18:50:01.065 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:50:01.065837712 18:50:01.065 TRC [streams] match producer:1:0 => consumer:1:1 codec="96 OPUS/48000/2" 2023-02-23 18:50:01.065875174 18:50:01.065 DBG [streams] start producer url=ffmpeg:camera3#audio=opus 2023-02-23 18:50:01.367287803 18:50:01.367 TRC [streams] consumer=1 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:50:01.367298100 18:50:01.367 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:01.367299177 18:50:01.367 TRC [streams] match producer:0:0 => consumer:1:0 codec="96 H264/90000" 2023-02-23 18:50:01.367362916 18:50:01.367 TRC [streams] consumer=1 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:50:01.367367442 18:50:01.367 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:01.367375713 18:50:01.367 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:01.367380630 18:50:01.367 DBG [streams] probe producer url=ffmpeg:camera2#audio=opus 2023-02-23 18:50:01.370239429 18:50:01.370 TRC [streams] consumer=1 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:50:01.370245673 18:50:01.370 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:01.370254405 18:50:01.370 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:01.370261858 18:50:01.370 TRC [streams] match producer:0:1 => consumer:1:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:50:01.542824139 18:50:01.542 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:50:01.542836933 18:50:01.542 TRC [streams] match producer:1:0 => consumer:1:1 codec="96 OPUS/48000/2" 2023-02-23 18:50:01.542888778 18:50:01.542 DBG [streams] start producer url=ffmpeg:camera2#audio=opus 2023-02-23 18:50:01.874463616 18:50:01.874 TRC [streams] consumer=1 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:50:01.874473623 18:50:01.874 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:01.874474762 18:50:01.874 TRC [streams] match producer:0:0 => consumer:1:0 codec="96 H264/90000" 2023-02-23 18:50:01.874673666 18:50:01.874 TRC [streams] consumer=1 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:50:01.874682998 18:50:01.874 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:01.874684944 18:50:01.874 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:01.874689852 18:50:01.874 DBG [streams] probe producer url=ffmpeg:camera1#audio=opus 2023-02-23 18:50:01.877524326 18:50:01.877 TRC [streams] consumer=1 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:50:01.877534445 18:50:01.877 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:01.877547267 18:50:01.877 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:01.877593078 18:50:01.877 TRC [streams] match producer:0:1 => consumer:1:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:50:01.978946077 18:50:01.978 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:50:01.978948739 18:50:01.978 TRC [streams] match producer:1:0 => consumer:1:1 codec="96 OPUS/48000/2" 2023-02-23 18:50:01.978964772 18:50:01.978 DBG [streams] start producer url=ffmpeg:camera1#audio=opus 2023-02-23 18:50:02.369354166 18:50:02.369 TRC [streams] consumer=1 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:50:02.369366530 18:50:02.369 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:02.369368245 18:50:02.369 TRC [streams] match producer:0:0 => consumer:1:0 codec="96 H264/90000" 2023-02-23 18:50:02.369447327 18:50:02.369 TRC [streams] consumer=1 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:50:02.369454684 18:50:02.369 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:05.695296599 18:50:05.695 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:05.695299588 18:50:05.695 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:50:05.695300696 18:50:05.695 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:50:05.695380648 18:50:05.695 DBG [streams] reconnect to url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:50:05.695381846 18:50:05.695 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:50:10.214561724 18:50:10.214 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:50:13.295104406 18:50:13.295 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:50:13.295107082 18:50:13.295 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:50:13.295115412 18:50:13.295 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:13.295118690 18:50:13.295 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:50:13.295121524 18:50:13.295 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:50:13.295188963 18:50:13.295 DBG [streams] can't stop none producer 2023-02-23 18:50:13.295197558 18:50:13.295 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:50:20.226873997 18:50:20.226 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:50:21.057170103 18:50:21.057 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:21.057172558 18:50:21.057 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:50:21.057173562 18:50:21.057 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:50:21.057174634 18:50:21.057 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:21.057183053 18:50:21.057 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:21.057184082 18:50:21.057 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:50:21.057185121 18:50:21.057 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:50:21.057233013 18:50:21.057 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:50:21.057239943 18:50:21.057 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:50:21.057241071 18:50:21.057 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:21.057244414 18:50:21.057 DBG [streams] can't stop none producer 2023-02-23 18:50:21.057245398 18:50:21.057 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:21.057253136 18:50:21.057 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:50:21.057300142 18:50:21.057 DBG [streams] reconnect to url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:50:21.057309498 18:50:21.057 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:50:26.484419512 18:50:26.484 DBG [streams] stop producer url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:50:26.484460786 18:50:26.484 TRC [streams] stop reconnect url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:50:28.731284224 18:50:28.731 DBG [streams] stop producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:50:28.731306731 18:50:28.731 DBG [streams] can't stop none producer 2023-02-23 18:50:28.731320168 18:50:28.731 DBG [streams] probe producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:50:29.083740794 18:50:29.083 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:50:29.083754303 18:50:29.083 DBG [streams] probe producer url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:50:29.197111035 18:50:29.197 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:29.197121175 18:50:29.197 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:50:29.197202057 18:50:29.197 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:50:29.197212045 18:50:29.197 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:29.197227763 18:50:29.197 DBG [streams] start producer url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:50:29.339553637 18:50:29.339 DBG [streams] stop producer url=ffmpeg:camera5#audio=opus 2023-02-23 18:50:29.339607208 18:50:29.339 TRC [streams] stop reconnect url=ffmpeg:camera5#audio=opus 2023-02-23 18:50:29.469933300 18:50:29.469 DBG [streams] can't stop none producer 2023-02-23 18:50:30.232116922 18:50:30.232 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:50:30.364942180 18:50:30.364 DBG [streams] stop producer url=ffmpeg:camera4#audio=opus 2023-02-23 18:50:30.364951770 18:50:30.364 TRC [streams] stop reconnect url=ffmpeg:camera4#audio=opus 2023-02-23 18:50:30.373939677 18:50:30.373 DBG [streams] can't stop none producer 2023-02-23 18:50:30.993054196 18:50:30.993 DBG [streams] stop producer url=ffmpeg:camera3#audio=opus 2023-02-23 18:50:30.993090655 18:50:30.993 TRC [streams] stop reconnect url=ffmpeg:camera3#audio=opus 2023-02-23 18:50:31.076901716 18:50:31.076 DBG [streams] can't stop none producer 2023-02-23 18:50:31.425326653 18:50:31.425 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:50:31.471998568 18:50:31.471 DBG [streams] stop producer url=ffmpeg:camera2#audio=opus 2023-02-23 18:50:31.472000970 18:50:31.471 TRC [streams] stop reconnect url=ffmpeg:camera2#audio=opus 2023-02-23 18:50:31.712725322 18:50:31.712 DBG [streams] can't stop none producer 2023-02-23 18:50:31.899334009 18:50:31.899 DBG [streams] stop producer url=ffmpeg:camera1#audio=opus 2023-02-23 18:50:31.899347913 18:50:31.899 TRC [streams] stop reconnect url=ffmpeg:camera1#audio=opus 2023-02-23 18:50:32.005443698 18:50:32.005 DBG [streams] can't stop none producer 2023-02-23 18:50:33.593578566 18:50:33.593 TRC [streams] consumer=1 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:50:33.593581220 18:50:33.593 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:33.593582332 18:50:33.593 TRC [streams] match producer:0:0 => consumer:1:0 codec="96 H264/90000" 2023-02-23 18:50:33.594066294 18:50:33.594 TRC [streams] consumer=1 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:50:33.594076724 18:50:33.594 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:33.594088844 18:50:33.594 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:33.594097821 18:50:33.594 DBG [streams] probe producer url=ffmpeg:camera5#audio=opus 2023-02-23 18:50:33.597106470 18:50:33.597 TRC [streams] consumer=1 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:50:33.597108746 18:50:33.597 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:33.597109845 18:50:33.597 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:33.597110908 18:50:33.597 TRC [streams] match producer:0:1 => consumer:1:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:50:33.808164905 18:50:33.808 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:50:33.808167446 18:50:33.808 TRC [streams] match producer:1:0 => consumer:1:1 codec="96 OPUS/48000/2" 2023-02-23 18:50:33.808182425 18:50:33.808 DBG [streams] start producer url=ffmpeg:camera5#audio=opus 2023-02-23 18:50:36.397090335 18:50:36.397 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:36.397101264 18:50:36.397 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:36.397110041 18:50:36.397 DBG [streams] probe producer url=ffmpeg:camera6#audio=opus 2023-02-23 18:50:36.397157279 18:50:36.397 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:36.397170018 18:50:36.397 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:36.397183459 18:50:36.397 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:50:36.397199831 18:50:36.397 TRC [streams] consumer=0 candidate=1 media="video, recvonly, 0 ANY/0" 2023-02-23 18:50:36.397210047 18:50:36.397 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:36.397222832 18:50:36.397 TRC [streams] match producer:0:0 => consumer:0:1 codec="96 H264/90000" 2023-02-23 18:50:36.397282773 18:50:36.397 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:50:36.397284662 18:50:36.397 TRC [streams] stop reconnect url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:50:36.397285773 18:50:36.397 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:36.397293030 18:50:36.397 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:50:36.397301024 18:50:36.397 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:50:36.397349711 18:50:36.397 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:36.397351516 18:50:36.397 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:36.397352549 18:50:36.397 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:50:36.397353649 18:50:36.397 DBG [streams] start producer url=ffmpeg:http://192.168.1.12/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password= 2023-02-23 18:50:36.397405326 18:50:36.397 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:50:36.397406550 18:50:36.397 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:36.397421093 18:50:36.397 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:50:36.397508423 18:50:36.397 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:50:36.397519156 18:50:36.397 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:36.397535482 18:50:36.397 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:36.400034027 18:50:36.399 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:50:36.400035841 18:50:36.399 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:36.400036960 18:50:36.399 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:36.400037961 18:50:36.399 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:50:40.240351521 18:50:40.240 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:50:40.240354034 18:50:40.240 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:40.240355113 18:50:40.240 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:50:40.240356167 18:50:40.240 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:50:40.240357151 18:50:40.240 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:40.240365480 18:50:40.240 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:40.240366554 18:50:40.240 TRC [streams] match producer:0:1 => consumer:0:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:50:41.508406738 18:50:41.508 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:52 > error="exec: exit status 1" url=ffmpeg:camera6#audio=opus 2023-02-23 18:50:41.508422241 18:50:41.508 DBG [streams] can't stop none producer 2023-02-23 18:50:41.508453756 18:50:41.508 DBG [streams] probe producer url=ffmpeg:camera6#audio=opus 2023-02-23 18:50:41.508483678 18:50:41.508 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:50:41.511346078 18:50:41.511 TRC [streams] consumer=0 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:50:41.511352580 18:50:41.511 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:41.511360636 18:50:41.511 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:41.511366628 18:50:41.511 TRC [streams] match producer:0:1 => consumer:0:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:50:46.620628639 18:50:46.620 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:52 > error="exec: exit status 1" url=ffmpeg:camera6#audio=opus 2023-02-23 18:50:46.620645650 18:50:46.620 DBG [streams] can't stop none producer 2023-02-23 18:50:46.620654439 18:50:46.620 DBG [streams] can't stop none producer 2023-02-23 18:50:46.620763723 18:50:46.620 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:50:46.620770323 18:50:46.620 DBG [streams] can't stop none producer 2023-02-23 18:50:46.620860610 18:50:46.620 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:50:46.620887784 18:50:46.620 DBG [streams] can't stop none producer 2023-02-23 18:50:46.620909862 18:50:46.620 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-02-23 18:50:46.620919711 18:50:46.620 DBG [streams] can't stop none producer 2023-02-23 18:50:50.247748992 18:50:50.247 TRC [streams] consumer=2 candidate=0 media="video, recvonly, 0 ANY/0" 2023-02-23 18:50:50.247758074 18:50:50.247 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:50.247761256 18:50:50.247 TRC [streams] match producer:0:0 => consumer:2:0 codec="96 H264/90000" 2023-02-23 18:50:50.247768420 18:50:50.247 TRC [streams] consumer=2 candidate=1 media="audio, recvonly, 0 MPEG4-GENERIC/0" 2023-02-23 18:50:50.247774492 18:50:50.247 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:50:50.247781054 18:50:50.247 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:50:50.247787617 18:50:50.247 TRC [streams] match producer:0:1 => consumer:2:1 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:50:50.247793991 18:50:50.247 DBG [streams] can't stop none producer 2023-02-23 18:50:59.133309360 18:50:59.133 DBG [streams] stop producer url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:50:59.133319496 18:50:59.133 TRC [streams] stop reconnect url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:51:01.149952328 18:51:01.149 TRC [streams] consumer=3 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:51:01.149969971 18:51:01.149 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:01.149972025 18:51:01.149 TRC [streams] match producer:0:0 => consumer:3:0 codec="96 H264/90000" 2023-02-23 18:51:01.150188862 18:51:01.150 TRC [streams] consumer=3 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:51:01.150196281 18:51:01.150 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:01.150207195 18:51:01.150 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:01.150220019 18:51:01.150 DBG [streams] probe producer url=ffmpeg:camera6#audio=opus 2023-02-23 18:51:01.154302500 18:51:01.154 TRC [streams] consumer=3 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:51:01.154305278 18:51:01.154 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:01.154306375 18:51:01.154 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:01.154307372 18:51:01.154 TRC [streams] match producer:0:1 => consumer:3:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:51:01.277964560 18:51:01.277 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:51:01.277979516 18:51:01.277 TRC [streams] match producer:1:0 => consumer:3:1 codec="96 OPUS/48000/2" 2023-02-23 18:51:01.278038944 18:51:01.278 DBG [streams] start producer url=ffmpeg:camera6#audio=opus 2023-02-23 18:51:02.784875163 18:51:02.784 TRC [streams] consumer=3 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:51:02.784890172 18:51:02.784 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:02.784891798 18:51:02.784 TRC [streams] match producer:0:0 => consumer:3:0 codec="96 H264/90000" 2023-02-23 18:51:02.784961984 18:51:02.784 TRC [streams] consumer=3 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:51:02.784967751 18:51:02.784 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:02.784972142 18:51:02.784 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:02.784985409 18:51:02.784 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:51:02.784995124 18:51:02.784 TRC [streams] match producer:1:0 => consumer:3:1 codec="96 OPUS/48000/2" 2023-02-23 18:51:07.429582727 18:51:07.429 TRC [streams] consumer=3 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:51:07.429585362 18:51:07.429 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:07.429586408 18:51:07.429 TRC [streams] match producer:0:0 => consumer:3:0 codec="96 H264/90000" 2023-02-23 18:51:07.429796616 18:51:07.429 TRC [streams] consumer=3 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:51:07.429798341 18:51:07.429 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:07.429799433 18:51:07.429 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:07.429800395 18:51:07.429 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:51:07.429801350 18:51:07.429 TRC [streams] match producer:1:0 => consumer:3:1 codec="96 OPUS/48000/2" 2023-02-23 18:51:09.092329813 18:51:09.092 TRC [streams] consumer=4 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:51:09.092332365 18:51:09.092 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:09.092333418 18:51:09.092 TRC [streams] match producer:0:0 => consumer:4:0 codec="96 H264/90000" 2023-02-23 18:51:09.092425706 18:51:09.092 TRC [streams] consumer=4 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:51:09.092431900 18:51:09.092 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:09.092436427 18:51:09.092 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:09.092441496 18:51:09.092 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:51:09.092450385 18:51:09.092 TRC [streams] match producer:1:0 => consumer:4:1 codec="96 OPUS/48000/2" 2023-02-23 18:51:10.333115530 18:51:10.333 TRC [streams] consumer=4 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:51:10.333118307 18:51:10.333 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:10.333119393 18:51:10.333 TRC [streams] match producer:0:0 => consumer:4:0 codec="96 H264/90000" 2023-02-23 18:51:10.333193201 18:51:10.333 TRC [streams] consumer=4 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:51:10.333194930 18:51:10.333 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:10.333196033 18:51:10.333 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:10.333197059 18:51:10.333 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:51:10.333198030 18:51:10.333 TRC [streams] match producer:1:0 => consumer:4:1 codec="96 OPUS/48000/2" 2023-02-23 18:51:10.764695357 18:51:10.764 TRC [streams] consumer=1 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:51:10.764705829 18:51:10.764 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:10.764706979 18:51:10.764 TRC [streams] match producer:0:0 => consumer:1:0 codec="96 H264/90000" 2023-02-23 18:51:10.764803857 18:51:10.764 TRC [streams] consumer=1 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:51:10.764805643 18:51:10.764 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:10.764806779 18:51:10.764 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:10.764807739 18:51:10.764 DBG [streams] probe producer url=ffmpeg:camera4#audio=opus 2023-02-23 18:51:10.767764581 18:51:10.767 TRC [streams] consumer=1 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:51:10.767766476 18:51:10.767 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:10.767767568 18:51:10.767 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:10.767768619 18:51:10.767 TRC [streams] match producer:0:1 => consumer:1:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:51:10.874090012 18:51:10.874 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:51:10.874092579 18:51:10.874 TRC [streams] match producer:1:0 => consumer:1:1 codec="96 OPUS/48000/2" 2023-02-23 18:51:10.874107644 18:51:10.874 DBG [streams] start producer url=ffmpeg:camera4#audio=opus 2023-02-23 18:51:11.251380768 18:51:11.251 TRC [streams] consumer=1 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:51:11.251383377 18:51:11.251 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:11.251384467 18:51:11.251 TRC [streams] match producer:0:0 => consumer:1:0 codec="96 H264/90000" 2023-02-23 18:51:11.251640445 18:51:11.251 TRC [streams] consumer=1 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:51:11.251642339 18:51:11.251 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:11.251643433 18:51:11.251 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:11.251644401 18:51:11.251 DBG [streams] probe producer url=ffmpeg:camera3#audio=opus 2023-02-23 18:51:11.254490119 18:51:11.254 TRC [streams] consumer=1 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:51:11.254491987 18:51:11.254 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:11.254493025 18:51:11.254 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:11.254494055 18:51:11.254 TRC [streams] match producer:0:1 => consumer:1:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:51:11.421154196 18:51:11.421 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:51:11.421164194 18:51:11.421 TRC [streams] match producer:1:0 => consumer:1:1 codec="96 OPUS/48000/2" 2023-02-23 18:51:11.421194873 18:51:11.421 DBG [streams] start producer url=ffmpeg:camera3#audio=opus 2023-02-23 18:51:11.634070418 18:51:11.633 TRC [streams] consumer=1 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:51:11.634073130 18:51:11.634 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:11.634074195 18:51:11.634 TRC [streams] match producer:0:0 => consumer:1:0 codec="96 H264/90000" 2023-02-23 18:51:11.634271545 18:51:11.634 TRC [streams] consumer=1 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:51:11.634273308 18:51:11.634 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:11.634274365 18:51:11.634 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:11.634275318 18:51:11.634 DBG [streams] probe producer url=ffmpeg:camera2#audio=opus 2023-02-23 18:51:11.637130025 18:51:11.637 TRC [streams] consumer=1 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:51:11.637132147 18:51:11.637 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:11.637133264 18:51:11.637 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:11.637134264 18:51:11.637 TRC [streams] match producer:0:1 => consumer:1:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:51:11.735040150 18:51:11.734 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:51:11.735042728 18:51:11.735 TRC [streams] match producer:1:0 => consumer:1:1 codec="96 OPUS/48000/2" 2023-02-23 18:51:11.735055376 18:51:11.735 DBG [streams] start producer url=ffmpeg:camera2#audio=opus 2023-02-23 18:51:12.107901463 18:51:12.107 TRC [streams] consumer=1 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:51:12.107904009 18:51:12.107 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:12.107905098 18:51:12.107 TRC [streams] match producer:0:0 => consumer:1:0 codec="96 H264/90000" 2023-02-23 18:51:12.107985482 18:51:12.107 TRC [streams] consumer=1 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:51:12.107987281 18:51:12.107 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:12.107988446 18:51:12.107 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:12.107995262 18:51:12.107 DBG [streams] probe producer url=ffmpeg:camera1#audio=opus 2023-02-23 18:51:12.110871244 18:51:12.110 TRC [streams] consumer=1 candidate=0 media="audio, recvonly, 0 ANY/0" 2023-02-23 18:51:12.110873031 18:51:12.110 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:12.110874157 18:51:12.110 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:12.110875187 18:51:12.110 TRC [streams] match producer:0:1 => consumer:1:0 codec="97 MPEG4-GENERIC/16000" 2023-02-23 18:51:12.191957621 18:51:12.191 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:51:12.191960337 18:51:12.191 TRC [streams] match producer:1:0 => consumer:1:1 codec="96 OPUS/48000/2" 2023-02-23 18:51:12.192021587 18:51:12.191 DBG [streams] start producer url=ffmpeg:camera1#audio=opus 2023-02-23 18:51:12.818977731 18:51:12.818 TRC [streams] consumer=0 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:51:12.818988640 18:51:12.818 DBG [streams] probe producer url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:51:13.057150027 18:51:13.057 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:13.057152586 18:51:13.057 TRC [streams] match producer:0:0 => consumer:0:0 codec="96 H264/90000" 2023-02-23 18:51:13.057225909 18:51:13.057 TRC [streams] consumer=0 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:51:13.057228157 18:51:13.057 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:13.057235761 18:51:13.057 DBG [streams] start producer url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:51:14.353775012 18:51:14.353 TRC [streams] consumer=3 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:51:14.353777624 18:51:14.353 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:14.353778654 18:51:14.353 TRC [streams] match producer:0:0 => consumer:3:0 codec="96 H264/90000" 2023-02-23 18:51:14.353821847 18:51:14.353 TRC [streams] consumer=3 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:51:14.353827139 18:51:14.353 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:14.353832733 18:51:14.353 TRC [streams] producer=0 candidate=1 media="audio, sendonly, 97 MPEG4-GENERIC/16000" 2023-02-23 18:51:14.353840454 18:51:14.353 TRC [streams] producer=1 candidate=0 media="audio, sendonly, 96 OPUS/48000/2" 2023-02-23 18:51:14.353847020 18:51:14.353 TRC [streams] match producer:1:0 => consumer:3:1 codec="96 OPUS/48000/2" 2023-02-23 18:51:15.462746617 18:51:15.462 TRC [streams] consumer=1 candidate=0 media="video, recvonly, 96 VP8/90000, 97 RTX/90000, 98 VP9/90000, 99 RTX/90000, 100 VP9/90000, 101 RTX/90000, 35 VP9/90000, 36 RTX/90000, 37 VP9/90000, 38 RTX/90000, 102 H264/90000, 123 RTX/90000, 127 H264/90000, 122 RTX/90000, 125 H264/90000, 107 RTX/90000, 108 H264/90000, 109 RTX/90000, 124 H264/90000, 121 RTX/90000, 39 H264/90000, 40 RTX/90000, 41 H264/90000, 42 RTX/90000, 43 H264/90000, 44 RTX/90000, 45 AV1/90000, 46 RTX/90000, 47 AV1/90000, 48 RTX/90000, 120 RED/90000, 119 RTX/90000, 114 ULPFEC/90000, 49 FLEXFEC-03/90000" 2023-02-23 18:51:15.462749436 18:51:15.462 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:15.462750520 18:51:15.462 TRC [streams] match producer:0:0 => consumer:1:0 codec="96 H264/90000" 2023-02-23 18:51:15.462823886 18:51:15.462 TRC [streams] consumer=1 candidate=1 media="audio, recvonly, 111 OPUS/48000/2, 63 RED/48000/2, 103 ISAC/16000, 104 ISAC/32000, 9 G722/8000, 0 PCMU/8000, 8 PCMA/8000, 106 CN/32000, 105 CN/16000, 13 CN/8000, 110 TELEPHONE-EVENT/48000, 112 TELEPHONE-EVENT/32000, 113 TELEPHONE-EVENT/16000, 126 TELEPHONE-EVENT/8000" 2023-02-23 18:51:15.462825674 18:51:15.462 TRC [streams] producer=0 candidate=0 media="video, sendonly, 96 H264/90000" 2023-02-23 18:51:20.581798150 18:51:20.581 DBG [streams] stop producer url=ffmpeg:camera5#audio=opus 2023-02-23 18:51:20.581808391 18:51:20.581 TRC [streams] stop reconnect url=ffmpeg:camera5#audio=opus 2023-02-23 18:51:20.614131410 18:51:20.614 DBG [streams] can't stop none producer 2023-02-23 18:51:31.216298348 18:51:31.216 DBG [streams] stop producer url=ffmpeg:camera6#audio=opus 2023-02-23 18:51:31.216387851 18:51:31.216 TRC [streams] stop reconnect url=ffmpeg:camera6#audio=opus 2023-02-23 18:51:31.225240796 18:51:31.225 DBG [streams] can't stop none producer 2023-02-23 18:51:40.802349520 18:51:40.802 DBG [streams] stop producer url=ffmpeg:camera4#audio=opus 2023-02-23 18:51:40.802360372 18:51:40.802 TRC [streams] stop reconnect url=ffmpeg:camera4#audio=opus 2023-02-23 18:51:40.910509918 18:51:40.910 DBG [streams] can't stop none producer 2023-02-23 18:51:41.340691079 18:51:41.340 DBG [streams] stop producer url=ffmpeg:camera3#audio=opus 2023-02-23 18:51:41.340741669 18:51:41.340 TRC [streams] stop reconnect url=ffmpeg:camera3#audio=opus 2023-02-23 18:51:41.459308565 18:51:41.459 DBG [streams] can't stop none producer 2023-02-23 18:51:41.669657102 18:51:41.669 DBG [streams] stop producer url=ffmpeg:camera2#audio=opus 2023-02-23 18:51:41.669670834 18:51:41.669 TRC [streams] stop reconnect url=ffmpeg:camera2#audio=opus 2023-02-23 18:51:41.758870883 18:51:41.758 DBG [streams] can't stop none producer 2023-02-23 18:51:42.113266097 18:51:42.113 DBG [streams] stop producer url=ffmpeg:camera1#audio=opus 2023-02-23 18:51:42.113320057 18:51:42.113 TRC [streams] stop reconnect url=ffmpeg:camera1#audio=opus 2023-02-23 18:51:42.215476255 18:51:42.215 DBG [streams] can't stop none producer 2023-02-23 18:51:42.987888687 18:51:42.987 DBG [streams] stop producer url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output} 2023-02-23 18:51:42.987899469 18:51:42.987 TRC [streams] stop reconnect url=exec:ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -f rawvideo -pix_fmt yuv420p -video_size 1440x1080 -r 10 -i /tmp/cache/birdseye -c:v h264_vaapi -g 50 -bf 0 -profile:v high -level:v 4.1 -sei:v 0 -an -vf format=vaapi|nv12,hwupload -rtsp_transport tcp -f rtsp {output}
frigate logs > 2023-02-23 18:44:59.867258402 [2023-02-23 18:44:59] frigate.app INFO : Starting Frigate (0.12.0-27a31e7) 2023-02-23 18:44:59.902457561 [2023-02-23 18:44:59] frigate.config WARNING : Customizing more than a detector model path is unsupported. 2023-02-23 18:44:59.908857685 [2023-02-23 18:44:59] peewee_migrate INFO : Starting migrations 2023-02-23 18:44:59.924665089 [2023-02-23 18:44:59] peewee_migrate INFO : There is nothing to migrate 2023-02-23 18:44:59.939864412 [2023-02-23 18:44:59] frigate.app INFO : Output process started: 702 2023-02-23 18:44:59.941769513 [2023-02-23 18:44:59] detector.ov INFO : Starting detection process: 700 2023-02-23 18:44:59.946924779 [2023-02-23 18:44:59] frigate.app INFO : Camera processor started for camera1: 705 2023-02-23 18:44:59.947017380 [2023-02-23 18:44:59] frigate.app INFO : Camera processor started for camera2: 707 2023-02-23 18:44:59.956675732 [2023-02-23 18:44:59] frigate.app INFO : Camera processor started for camera3: 709 2023-02-23 18:44:59.956749669 [2023-02-23 18:44:59] frigate.app INFO : Camera processor started for camera4: 710 2023-02-23 18:44:59.956828266 [2023-02-23 18:44:59] frigate.app INFO : Camera processor started for camera5: 712 2023-02-23 18:44:59.960115878 [2023-02-23 18:44:59] frigate.app INFO : Camera processor started for camera6: 713 2023-02-23 18:44:59.963722244 [2023-02-23 18:44:59] frigate.app INFO : Capture process started for camera1: 715 2023-02-23 18:44:59.967466586 [2023-02-23 18:44:59] frigate.app INFO : Capture process started for camera2: 718 2023-02-23 18:44:59.970913947 [2023-02-23 18:44:59] frigate.app INFO : Capture process started for camera3: 723 2023-02-23 18:44:59.974365252 [2023-02-23 18:44:59] frigate.app INFO : Capture process started for camera4: 728 2023-02-23 18:44:59.979768652 [2023-02-23 18:44:59] frigate.app INFO : Capture process started for camera5: 736 2023-02-23 18:44:59.984300528 [2023-02-23 18:44:59] frigate.app INFO : Capture process started for camera6: 741 2023-02-23 18:45:00.355669288 [2023-02-23 18:45:00] frigate.detectors.plugins.openvino INFO : Model Input Shape: {1, 3, 416, 416} 2023-02-23 18:45:00.355732466 [2023-02-23 18:45:00] frigate.detectors.plugins.openvino INFO : Model Output-0 Shape: {1, 3549, 85} 2023-02-23 18:45:00.355734207 [2023-02-23 18:45:00] frigate.detectors.plugins.openvino INFO : Model has 1 Output Tensors 2023-02-23 18:45:00.355800866 [2023-02-23 18:45:00] frigate.detectors.plugins.openvino INFO : YOLOX model has 80 classes 2023-02-23 18:45:02.490697154 [2023-02-23 18:45:02] frigate.util ERROR : Unable to poll intel GPU stats: Failed to initialize PMU! (Operation not permitted) 2023-02-23 18:45:02.490699412 2023-02-23 18:45:05.083682688 [2023-02-23 18:45:05] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:45:05.083766592 [2023-02-23 18:45:05] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:05.087642029 [2023-02-23 18:45:05] frigate.video ERROR : camera2: Unable to read frames from ffmpeg process. 2023-02-23 18:45:05.087794442 [2023-02-23 18:45:05] frigate.video ERROR : camera2: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:05.093301735 [2023-02-23 18:45:05] frigate.video ERROR : camera3: Unable to read frames from ffmpeg process. 2023-02-23 18:45:05.093423161 [2023-02-23 18:45:05] frigate.video ERROR : camera3: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:05.097703828 [2023-02-23 18:45:05] frigate.video ERROR : camera4: Unable to read frames from ffmpeg process. 2023-02-23 18:45:05.097852473 [2023-02-23 18:45:05] frigate.video ERROR : camera4: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:05.101620870 [2023-02-23 18:45:05] frigate.video ERROR : camera5: Unable to read frames from ffmpeg process. 2023-02-23 18:45:05.101758606 [2023-02-23 18:45:05] frigate.video ERROR : camera5: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:05.106157947 [2023-02-23 18:45:05] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:45:05.106299871 [2023-02-23 18:45:05] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:19.984825880 [2023-02-23 18:45:19] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:45:19.984875254 [2023-02-23 18:45:19] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:19.984924041 [2023-02-23 18:45:19] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:19.987455842 [2023-02-23 18:45:19] watchdog.camera2 ERROR : Ffmpeg process crashed unexpectedly for camera2. 2023-02-23 18:45:19.987467917 [2023-02-23 18:45:19] watchdog.camera2 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:19.987537972 [2023-02-23 18:45:19] ffmpeg.camera2.detect ERROR : rtsp://127.0.0.1:8554/camera2?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:19.991250903 [2023-02-23 18:45:19] watchdog.camera3 ERROR : Ffmpeg process crashed unexpectedly for camera3. 2023-02-23 18:45:19.991337231 [2023-02-23 18:45:19] watchdog.camera3 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:19.991399255 [2023-02-23 18:45:19] ffmpeg.camera3.detect ERROR : rtsp://127.0.0.1:8554/camera3?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:19.997474175 [2023-02-23 18:45:19] watchdog.camera4 ERROR : Ffmpeg process crashed unexpectedly for camera4. 2023-02-23 18:45:19.997624274 [2023-02-23 18:45:19] watchdog.camera4 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:19.997705139 [2023-02-23 18:45:19] ffmpeg.camera4.detect ERROR : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:20.000079385 [2023-02-23 18:45:19] watchdog.camera5 ERROR : Ffmpeg process crashed unexpectedly for camera5. 2023-02-23 18:45:20.000171699 [2023-02-23 18:45:19] watchdog.camera5 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:20.000180540 [2023-02-23 18:45:19] ffmpeg.camera5.detect ERROR : rtsp://127.0.0.1:8554/camera5?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:20.005190088 [2023-02-23 18:45:20] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:45:20.005248910 [2023-02-23 18:45:20] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:20.005301975 [2023-02-23 18:45:20] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:25.099696449 [2023-02-23 18:45:25] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:45:25.099770408 [2023-02-23 18:45:25] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:25.101441590 [2023-02-23 18:45:25] frigate.video ERROR : camera2: Unable to read frames from ffmpeg process. 2023-02-23 18:45:25.101489913 [2023-02-23 18:45:25] frigate.video ERROR : camera2: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:25.108938741 [2023-02-23 18:45:25] frigate.video ERROR : camera3: Unable to read frames from ffmpeg process. 2023-02-23 18:45:25.109075501 [2023-02-23 18:45:25] frigate.video ERROR : camera3: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:25.112789098 [2023-02-23 18:45:25] frigate.video ERROR : camera4: Unable to read frames from ffmpeg process. 2023-02-23 18:45:25.112902539 [2023-02-23 18:45:25] frigate.video ERROR : camera4: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:25.120390237 [2023-02-23 18:45:25] frigate.video ERROR : camera5: Unable to read frames from ffmpeg process. 2023-02-23 18:45:25.120438034 [2023-02-23 18:45:25] frigate.video ERROR : camera5: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:25.123033060 [2023-02-23 18:45:25] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:45:25.123139658 [2023-02-23 18:45:25] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:29.991622118 [2023-02-23 18:45:29] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:45:29.991671282 [2023-02-23 18:45:29] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:29.991734825 [2023-02-23 18:45:29] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:29.993484984 [2023-02-23 18:45:29] watchdog.camera2 ERROR : Ffmpeg process crashed unexpectedly for camera2. 2023-02-23 18:45:29.993498123 [2023-02-23 18:45:29] watchdog.camera2 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:29.993577121 [2023-02-23 18:45:29] ffmpeg.camera2.detect ERROR : rtsp://127.0.0.1:8554/camera2?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:30.000612162 [2023-02-23 18:45:30] watchdog.camera4 ERROR : Ffmpeg process crashed unexpectedly for camera4. 2023-02-23 18:45:30.000704701 [2023-02-23 18:45:30] watchdog.camera4 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:30.000789215 [2023-02-23 18:45:30] ffmpeg.camera4.detect ERROR : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:30.002574399 [2023-02-23 18:45:29] watchdog.camera3 ERROR : Ffmpeg process crashed unexpectedly for camera3. 2023-02-23 18:45:30.002777613 [2023-02-23 18:45:29] watchdog.camera3 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:30.002780449 [2023-02-23 18:45:29] ffmpeg.camera3.detect ERROR : rtsp://127.0.0.1:8554/camera3?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:30.009558953 [2023-02-23 18:45:30] watchdog.camera5 ERROR : Ffmpeg process crashed unexpectedly for camera5. 2023-02-23 18:45:30.009648215 [2023-02-23 18:45:30] watchdog.camera5 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:30.009702335 [2023-02-23 18:45:30] ffmpeg.camera5.detect ERROR : rtsp://127.0.0.1:8554/camera5?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:30.012619695 [2023-02-23 18:45:30] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:45:30.012693804 [2023-02-23 18:45:30] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:30.012744334 [2023-02-23 18:45:30] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:35.105858573 [2023-02-23 18:45:35] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:45:35.105944161 [2023-02-23 18:45:35] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:35.118356890 [2023-02-23 18:45:35] frigate.video ERROR : camera3: Unable to read frames from ffmpeg process. 2023-02-23 18:45:35.118404638 [2023-02-23 18:45:35] frigate.video ERROR : camera3: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:35.120602727 [2023-02-23 18:45:35] frigate.video ERROR : camera4: Unable to read frames from ffmpeg process. 2023-02-23 18:45:35.120618369 [2023-02-23 18:45:35] frigate.video ERROR : camera4: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:35.129544690 [2023-02-23 18:45:35] frigate.video ERROR : camera5: Unable to read frames from ffmpeg process. 2023-02-23 18:45:35.129603390 [2023-02-23 18:45:35] frigate.video ERROR : camera5: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:35.130306207 [2023-02-23 18:45:35] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:45:35.130418019 [2023-02-23 18:45:35] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:39.997709733 [2023-02-23 18:45:39] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:45:39.997732498 [2023-02-23 18:45:39] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:39.997794761 [2023-02-23 18:45:39] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:40.007198466 [2023-02-23 18:45:40] watchdog.camera3 ERROR : Ffmpeg process crashed unexpectedly for camera3. 2023-02-23 18:45:40.007202941 [2023-02-23 18:45:40] watchdog.camera3 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:40.007205014 [2023-02-23 18:45:40] ffmpeg.camera3.detect ERROR : rtsp://127.0.0.1:8554/camera3?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:40.009395364 [2023-02-23 18:45:40] watchdog.camera4 ERROR : Ffmpeg process crashed unexpectedly for camera4. 2023-02-23 18:45:40.009447246 [2023-02-23 18:45:40] watchdog.camera4 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:40.009503032 [2023-02-23 18:45:40] ffmpeg.camera4.detect ERROR : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:40.018371001 [2023-02-23 18:45:40] watchdog.camera5 ERROR : Ffmpeg process crashed unexpectedly for camera5. 2023-02-23 18:45:40.018461682 [2023-02-23 18:45:40] watchdog.camera5 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:40.018527249 [2023-02-23 18:45:40] ffmpeg.camera5.detect ERROR : rtsp://127.0.0.1:8554/camera5?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:40.019946115 [2023-02-23 18:45:40] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:45:40.020108493 [2023-02-23 18:45:40] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:40.020141820 [2023-02-23 18:45:40] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:45.112875551 [2023-02-23 18:45:45] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:45:45.112914147 [2023-02-23 18:45:45] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:45.132950619 [2023-02-23 18:45:45] frigate.video ERROR : camera4: Unable to read frames from ffmpeg process. 2023-02-23 18:45:45.133012702 [2023-02-23 18:45:45] frigate.video ERROR : camera4: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:45.140243771 [2023-02-23 18:45:45] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:45:45.140300597 [2023-02-23 18:45:45] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:50.001946787 [2023-02-23 18:45:50] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:45:50.002004566 [2023-02-23 18:45:50] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:50.002046215 [2023-02-23 18:45:50] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:50.020523815 [2023-02-23 18:45:50] watchdog.camera4 ERROR : Ffmpeg process crashed unexpectedly for camera4. 2023-02-23 18:45:50.020579795 [2023-02-23 18:45:50] watchdog.camera4 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:50.020617593 [2023-02-23 18:45:50] ffmpeg.camera4.detect ERROR : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:50.028985905 [2023-02-23 18:45:50] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:45:50.029046628 [2023-02-23 18:45:50] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:45:50.029087944 [2023-02-23 18:45:50] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:45:55.121238327 [2023-02-23 18:45:55] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:45:55.121250644 [2023-02-23 18:45:55] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:55.138182502 [2023-02-23 18:45:55] frigate.video ERROR : camera4: Unable to read frames from ffmpeg process. 2023-02-23 18:45:55.138243758 [2023-02-23 18:45:55] frigate.video ERROR : camera4: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:45:55.146100370 [2023-02-23 18:45:55] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:45:55.146253895 [2023-02-23 18:45:55] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:00.013793661 [2023-02-23 18:46:00] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:46:00.013858651 [2023-02-23 18:46:00] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:00.013904952 [2023-02-23 18:46:00] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:00.027144459 [2023-02-23 18:46:00] watchdog.camera4 ERROR : Ffmpeg process crashed unexpectedly for camera4. 2023-02-23 18:46:00.027210748 [2023-02-23 18:46:00] watchdog.camera4 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:00.027284882 [2023-02-23 18:46:00] ffmpeg.camera4.detect ERROR : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:00.035630125 [2023-02-23 18:46:00] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:46:00.035678175 [2023-02-23 18:46:00] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:00.035715458 [2023-02-23 18:46:00] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:05.127030940 [2023-02-23 18:46:05] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:46:05.127081448 [2023-02-23 18:46:05] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:05.143693670 [2023-02-23 18:46:05] frigate.video ERROR : camera4: Unable to read frames from ffmpeg process. 2023-02-23 18:46:05.143775546 [2023-02-23 18:46:05] frigate.video ERROR : camera4: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:05.152742533 [2023-02-23 18:46:05] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:46:05.152790933 [2023-02-23 18:46:05] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:10.018407381 [2023-02-23 18:46:10] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:46:10.018483976 [2023-02-23 18:46:10] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:10.018551741 [2023-02-23 18:46:10] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:10.034759438 [2023-02-23 18:46:10] watchdog.camera4 ERROR : Ffmpeg process crashed unexpectedly for camera4. 2023-02-23 18:46:10.034826579 [2023-02-23 18:46:10] watchdog.camera4 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:10.034882695 [2023-02-23 18:46:10] ffmpeg.camera4.detect ERROR : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:10.042708427 [2023-02-23 18:46:10] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:46:10.042782868 [2023-02-23 18:46:10] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:10.042845954 [2023-02-23 18:46:10] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:10.149773341 [2023-02-23 18:46:10] frigate.util ERROR : Unable to poll intel GPU stats: Failed to initialize PMU! (Operation not permitted) 2023-02-23 18:46:10.149775660 2023-02-23 18:46:15.134058096 [2023-02-23 18:46:15] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:46:15.134116867 [2023-02-23 18:46:15] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:15.150143623 [2023-02-23 18:46:15] frigate.video ERROR : camera4: Unable to read frames from ffmpeg process. 2023-02-23 18:46:15.150217966 [2023-02-23 18:46:15] frigate.video ERROR : camera4: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:15.158101528 [2023-02-23 18:46:15] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:46:15.158144811 [2023-02-23 18:46:15] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:20.025510586 [2023-02-23 18:46:20] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:46:20.025575016 [2023-02-23 18:46:20] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:20.025611202 [2023-02-23 18:46:20] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:20.041862684 [2023-02-23 18:46:20] watchdog.camera4 ERROR : Ffmpeg process crashed unexpectedly for camera4. 2023-02-23 18:46:20.041933646 [2023-02-23 18:46:20] watchdog.camera4 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:20.041988063 [2023-02-23 18:46:20] ffmpeg.camera4.detect ERROR : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:20.049879281 [2023-02-23 18:46:20] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:46:20.049903397 [2023-02-23 18:46:20] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:20.049939425 [2023-02-23 18:46:20] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:25.140606929 [2023-02-23 18:46:25] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:46:25.140718164 [2023-02-23 18:46:25] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:25.159876581 [2023-02-23 18:46:25] frigate.video ERROR : camera4: Unable to read frames from ffmpeg process. 2023-02-23 18:46:25.159927319 [2023-02-23 18:46:25] frigate.video ERROR : camera4: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:25.164451978 [2023-02-23 18:46:25] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:46:25.164555821 [2023-02-23 18:46:25] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:30.032096161 [2023-02-23 18:46:30] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:46:30.032163001 [2023-02-23 18:46:30] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:30.032206800 [2023-02-23 18:46:30] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:30.053784474 [2023-02-23 18:46:30] watchdog.camera4 ERROR : Ffmpeg process crashed unexpectedly for camera4. 2023-02-23 18:46:30.053841137 [2023-02-23 18:46:30] watchdog.camera4 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:30.053887170 [2023-02-23 18:46:30] ffmpeg.camera4.detect ERROR : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:30.058764504 [2023-02-23 18:46:30] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:46:30.058783593 [2023-02-23 18:46:30] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:30.058822487 [2023-02-23 18:46:30] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:35.151851340 [2023-02-23 18:46:35] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:46:35.151909327 [2023-02-23 18:46:35] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:35.167430147 [2023-02-23 18:46:35] frigate.video ERROR : camera4: Unable to read frames from ffmpeg process. 2023-02-23 18:46:35.167494551 [2023-02-23 18:46:35] frigate.video ERROR : camera4: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:35.173689580 [2023-02-23 18:46:35] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:46:35.173784134 [2023-02-23 18:46:35] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:40.044203594 [2023-02-23 18:46:40] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:46:40.044258901 [2023-02-23 18:46:40] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:40.044305133 [2023-02-23 18:46:40] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:40.057483876 [2023-02-23 18:46:40] watchdog.camera4 ERROR : Ffmpeg process crashed unexpectedly for camera4. 2023-02-23 18:46:40.057544684 [2023-02-23 18:46:40] watchdog.camera4 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:40.057584323 [2023-02-23 18:46:40] ffmpeg.camera4.detect ERROR : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:40.062052241 [2023-02-23 18:46:40] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:46:40.062129099 [2023-02-23 18:46:40] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:40.062187339 [2023-02-23 18:46:40] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:45.158027971 [2023-02-23 18:46:45] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:46:45.158041704 [2023-02-23 18:46:45] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:45.175416328 [2023-02-23 18:46:45] frigate.video ERROR : camera4: Unable to read frames from ffmpeg process. 2023-02-23 18:46:45.175478129 [2023-02-23 18:46:45] frigate.video ERROR : camera4: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:45.177289927 [2023-02-23 18:46:45] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:46:45.177407772 [2023-02-23 18:46:45] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:50.047792941 [2023-02-23 18:46:50] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:46:50.047852059 [2023-02-23 18:46:50] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:50.047899290 [2023-02-23 18:46:50] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:50.063874337 [2023-02-23 18:46:50] watchdog.camera4 ERROR : Ffmpeg process crashed unexpectedly for camera4. 2023-02-23 18:46:50.063932221 [2023-02-23 18:46:50] watchdog.camera4 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:50.063978499 [2023-02-23 18:46:50] ffmpeg.camera4.detect ERROR : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:50.068106306 [2023-02-23 18:46:50] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:46:50.068184223 [2023-02-23 18:46:50] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:46:50.068233287 [2023-02-23 18:46:50] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:46:55.166812576 [2023-02-23 18:46:55] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:46:55.166838966 [2023-02-23 18:46:55] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:55.183242690 [2023-02-23 18:46:55] frigate.video ERROR : camera4: Unable to read frames from ffmpeg process. 2023-02-23 18:46:55.183399734 [2023-02-23 18:46:55] frigate.video ERROR : camera4: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:46:55.185447114 [2023-02-23 18:46:55] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:46:55.185486285 [2023-02-23 18:46:55] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:00.054379037 [2023-02-23 18:47:00] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:47:00.057575645 [2023-02-23 18:47:00] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:00.057635721 [2023-02-23 18:47:00] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:00.072195967 [2023-02-23 18:47:00] watchdog.camera4 ERROR : Ffmpeg process crashed unexpectedly for camera4. 2023-02-23 18:47:00.072209597 [2023-02-23 18:47:00] watchdog.camera4 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:00.072248178 [2023-02-23 18:47:00] ffmpeg.camera4.detect ERROR : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:00.074495293 [2023-02-23 18:47:00] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:47:00.074545006 [2023-02-23 18:47:00] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:00.074592227 [2023-02-23 18:47:00] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:05.171413198 [2023-02-23 18:47:05] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:47:05.171438771 [2023-02-23 18:47:05] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:05.188418357 [2023-02-23 18:47:05] frigate.video ERROR : camera4: Unable to read frames from ffmpeg process. 2023-02-23 18:47:05.188436237 [2023-02-23 18:47:05] frigate.video ERROR : camera4: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:05.190089449 [2023-02-23 18:47:05] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:47:05.190181095 [2023-02-23 18:47:05] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:10.064930935 [2023-02-23 18:47:10] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:47:10.064986534 [2023-02-23 18:47:10] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:10.064995173 [2023-02-23 18:47:10] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:10.078387846 [2023-02-23 18:47:10] watchdog.camera4 ERROR : Ffmpeg process crashed unexpectedly for camera4. 2023-02-23 18:47:10.078413424 [2023-02-23 18:47:10] watchdog.camera4 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:10.078452872 [2023-02-23 18:47:10] ffmpeg.camera4.detect ERROR : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:10.082618883 [2023-02-23 18:47:10] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:47:10.082639814 [2023-02-23 18:47:10] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:10.082675106 [2023-02-23 18:47:10] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:15.179608128 [2023-02-23 18:47:15] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:47:15.179685928 [2023-02-23 18:47:15] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:15.195047193 [2023-02-23 18:47:15] frigate.video ERROR : camera4: Unable to read frames from ffmpeg process. 2023-02-23 18:47:15.195074616 [2023-02-23 18:47:15] frigate.video ERROR : camera4: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:15.195637440 [2023-02-23 18:47:15] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:47:15.195765403 [2023-02-23 18:47:15] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:20.071705897 [2023-02-23 18:47:20] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:47:20.071746246 [2023-02-23 18:47:20] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:20.071781999 [2023-02-23 18:47:20] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:20.085767025 [2023-02-23 18:47:20] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:47:20.085833124 [2023-02-23 18:47:20] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:20.085866442 [2023-02-23 18:47:20] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:20.088371793 [2023-02-23 18:47:20] watchdog.camera4 ERROR : Ffmpeg process crashed unexpectedly for camera4. 2023-02-23 18:47:20.088434123 [2023-02-23 18:47:20] watchdog.camera4 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:20.088478526 [2023-02-23 18:47:20] ffmpeg.camera4.detect ERROR : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:25.186433605 [2023-02-23 18:47:25] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:47:25.186455839 [2023-02-23 18:47:25] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:25.206239347 [2023-02-23 18:47:25] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:47:25.206263771 [2023-02-23 18:47:25] frigate.video ERROR : camera4: Unable to read frames from ffmpeg process. 2023-02-23 18:47:25.206327099 [2023-02-23 18:47:25] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:25.206332545 [2023-02-23 18:47:25] frigate.video ERROR : camera4: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:30.078428047 [2023-02-23 18:47:30] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:47:30.078446642 [2023-02-23 18:47:30] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:30.078483291 [2023-02-23 18:47:30] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:30.097735222 [2023-02-23 18:47:30] watchdog.camera4 ERROR : Ffmpeg process crashed unexpectedly for camera4. 2023-02-23 18:47:30.097753542 [2023-02-23 18:47:30] watchdog.camera4 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:30.097807891 [2023-02-23 18:47:30] ffmpeg.camera4.detect ERROR : rtsp://127.0.0.1:8554/camera4?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:30.097895173 [2023-02-23 18:47:30] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:47:30.098004757 [2023-02-23 18:47:30] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:30.098067788 [2023-02-23 18:47:30] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:35.192587724 [2023-02-23 18:47:35] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:47:35.192638168 [2023-02-23 18:47:35] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:35.210776947 [2023-02-23 18:47:35] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:47:35.210858316 [2023-02-23 18:47:35] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:40.085121757 [2023-02-23 18:47:40] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:47:40.085187361 [2023-02-23 18:47:40] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:40.085189297 [2023-02-23 18:47:40] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:40.101106451 [2023-02-23 18:47:40] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:47:40.101122777 [2023-02-23 18:47:40] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:40.101192556 [2023-02-23 18:47:40] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:45.199991005 [2023-02-23 18:47:45] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:47:45.200013624 [2023-02-23 18:47:45] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:45.219685997 [2023-02-23 18:47:45] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:47:45.219752830 [2023-02-23 18:47:45] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:50.089227784 [2023-02-23 18:47:50] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:47:50.089288572 [2023-02-23 18:47:50] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:50.089289965 [2023-02-23 18:47:50] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:50.111730892 [2023-02-23 18:47:50] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:47:50.111794726 [2023-02-23 18:47:50] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:47:50.111796610 [2023-02-23 18:47:50] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:47:55.206448518 [2023-02-23 18:47:55] frigate.video ERROR : camera1: Unable to read frames from ffmpeg process. 2023-02-23 18:47:55.206510495 [2023-02-23 18:47:55] frigate.video ERROR : camera1: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:47:55.224782389 [2023-02-23 18:47:55] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:47:55.224836669 [2023-02-23 18:47:55] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:48:00.095853665 [2023-02-23 18:48:00] watchdog.camera1 ERROR : Ffmpeg process crashed unexpectedly for camera1. 2023-02-23 18:48:00.095869649 [2023-02-23 18:48:00] watchdog.camera1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:48:00.095952062 [2023-02-23 18:48:00] ffmpeg.camera1.detect ERROR : rtsp://127.0.0.1:8554/camera1?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:48:00.118339673 [2023-02-23 18:48:00] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:48:00.118356353 [2023-02-23 18:48:00] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:48:00.118392473 [2023-02-23 18:48:00] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:48:05.232399323 [2023-02-23 18:48:05] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:48:05.232451726 [2023-02-23 18:48:05] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:48:10.124801912 [2023-02-23 18:48:10] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:48:10.124824535 [2023-02-23 18:48:10] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:48:10.124898500 [2023-02-23 18:48:10] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:48:15.238664685 [2023-02-23 18:48:15] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:48:15.238746087 [2023-02-23 18:48:15] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:48:20.128632070 [2023-02-23 18:48:20] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:48:20.128650626 [2023-02-23 18:48:20] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:48:20.128714268 [2023-02-23 18:48:20] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:48:25.244708637 [2023-02-23 18:48:25] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:48:25.244807385 [2023-02-23 18:48:25] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:48:30.138128741 [2023-02-23 18:48:30] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:48:30.138143881 [2023-02-23 18:48:30] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:48:30.138219429 [2023-02-23 18:48:30] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:48:35.253521907 [2023-02-23 18:48:35] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:48:35.253595213 [2023-02-23 18:48:35] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:48:40.145124637 [2023-02-23 18:48:40] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:48:40.145196439 [2023-02-23 18:48:40] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:48:40.145198382 [2023-02-23 18:48:40] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:48:45.258819613 [2023-02-23 18:48:45] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:48:45.258886130 [2023-02-23 18:48:45] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:48:50.148875184 [2023-02-23 18:48:50] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:48:50.148933862 [2023-02-23 18:48:50] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:48:50.148942632 [2023-02-23 18:48:50] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:48:55.265736930 [2023-02-23 18:48:55] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:48:55.265746677 [2023-02-23 18:48:55] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:49:00.155594877 [2023-02-23 18:49:00] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:49:00.155673614 [2023-02-23 18:49:00] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:49:00.155729089 [2023-02-23 18:49:00] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:49:05.272262537 [2023-02-23 18:49:05] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:49:05.272327012 [2023-02-23 18:49:05] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:49:10.165313775 [2023-02-23 18:49:10] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:49:10.165395896 [2023-02-23 18:49:10] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:49:10.165440858 [2023-02-23 18:49:10] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:49:15.282108891 [2023-02-23 18:49:15] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:49:15.282217290 [2023-02-23 18:49:15] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:49:20.170892630 [2023-02-23 18:49:20] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:49:20.170942177 [2023-02-23 18:49:20] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:49:20.170978230 [2023-02-23 18:49:20] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:49:25.288255307 [2023-02-23 18:49:25] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:49:25.288313129 [2023-02-23 18:49:25] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:49:30.177668761 [2023-02-23 18:49:30] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:49:30.177694167 [2023-02-23 18:49:30] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:49:30.177733634 [2023-02-23 18:49:30] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:49:35.295519321 [2023-02-23 18:49:35] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:49:35.295534030 [2023-02-23 18:49:35] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:49:40.184153865 [2023-02-23 18:49:40] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:49:40.184203455 [2023-02-23 18:49:40] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:49:40.184215750 [2023-02-23 18:49:40] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:49:45.306419608 [2023-02-23 18:49:45] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:49:45.306466900 [2023-02-23 18:49:45] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:49:50.196791837 [2023-02-23 18:49:50] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:49:50.196815963 [2023-02-23 18:49:50] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:49:50.196847377 [2023-02-23 18:49:50] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:49:55.309963543 [2023-02-23 18:49:55] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:49:55.310022938 [2023-02-23 18:49:55] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:50:00.199625383 [2023-02-23 18:50:00] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:50:00.199684718 [2023-02-23 18:50:00] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:50:00.199736317 [2023-02-23 18:50:00] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:50:05.317010972 [2023-02-23 18:50:05] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:50:05.317033971 [2023-02-23 18:50:05] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:50:10.206696204 [2023-02-23 18:50:10] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:50:10.206745085 [2023-02-23 18:50:10] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:50:10.206781189 [2023-02-23 18:50:10] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:50:15.323295994 [2023-02-23 18:50:15] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:50:15.323360866 [2023-02-23 18:50:15] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:50:20.213115756 [2023-02-23 18:50:20] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:50:20.213404400 [2023-02-23 18:50:20] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:50:20.213450082 [2023-02-23 18:50:20] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:50:25.335799946 [2023-02-23 18:50:25] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:50:25.335867964 [2023-02-23 18:50:25] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:50:30.226714564 [2023-02-23 18:50:30] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:50:30.226718268 [2023-02-23 18:50:30] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:50:30.226751113 [2023-02-23 18:50:30] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:50:35.341217148 [2023-02-23 18:50:35] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:50:35.341246255 [2023-02-23 18:50:35] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:50:40.233190196 [2023-02-23 18:50:40] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:50:40.233259913 [2023-02-23 18:50:40] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:50:40.233261768 [2023-02-23 18:50:40] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input 2023-02-23 18:50:45.348955739 [2023-02-23 18:50:45] frigate.video ERROR : camera6: Unable to read frames from ffmpeg process. 2023-02-23 18:50:45.349003805 [2023-02-23 18:50:45] frigate.video ERROR : camera6: ffmpeg process is not running. exiting capture thread... 2023-02-23 18:50:50.238354192 [2023-02-23 18:50:50] watchdog.camera6 ERROR : Ffmpeg process crashed unexpectedly for camera6. 2023-02-23 18:50:50.238410947 [2023-02-23 18:50:50] watchdog.camera6 ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-02-23 18:50:50.238454760 [2023-02-23 18:50:50] ffmpeg.camera6.detect ERROR : rtsp://127.0.0.1:8554/camera6?video=copy&audio=aac: Invalid data found when processing input
github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.