WebRTC icon indicating copy to clipboard operation
WebRTC copied to clipboard

Unable to get two way audio working

Open Jebarson opened this issue 1 year ago • 9 comments

I have go2rtc running out of frigate. I am setting up a webrtc card in HA for a 2-way audio. However, when switching to the audio option by clicking "MSE", it goes on to loading and stays there.

Below is what my card setting look like

type: custom:webrtc-camera
streams:
  - url: Doorbell_HQ
  - url: Doorbell_HQ
    mode: webrtc
    media: video, audio, microphone

I am able to browse the go2rtc server installed in the frigate without issue and also watch the stream.

Below is how my card looks.

Image

View after I click the MSE in the above view

Image

I would appreciate any help or debug direction

Jebarson avatar Feb 18 '25 03:02 Jebarson

Probably webrtc is not working for you. This can happen for a number of reasons:

  • closed ports (a common Frigate container problem)
  • wrong codecs
  • other

AlexxIT avatar Feb 18 '25 08:02 AlexxIT

@AlexxIT thanks for responding.

Ports are open. I can confirm that.

      - "8554:8554" # RTSP feeds
      - "8555:8555/tcp" # WebRTC over tcp
      - "8555:8555/udp" # WebRTC over udp
      - "1984:1984/" # go2rtc server

How can I debug the other two? Does the card write logs to somewhere or perhaps is there something I could check at go2rtc?

Jebarson avatar Feb 19 '25 20:02 Jebarson

Check stream probe in the go2rtc WebUI

AlexxIT avatar Feb 20 '25 02:02 AlexxIT

Alex, I wish I could make any sense out of this.

{
  "producers": [
    {
      "type": "RTSP active producer",
      "url": "rtsp://20.0.0.11/Preview_01_main/",
      "remote_addr": "20.0.0.11:554",
      "user_agent": "go2rtc/1.9.2",
      "sdp": "v=0\r\no=- 1739502987484696 1 IN IP4 20.0.0.11\r\ns=Session streamed by \"preview\"\r\nt=0 0\r\na=tool:BC Streaming Media v202210012022.10.01\r\na=type:broadcast\r\na=control:*\r\na=range:npt=now-\r\na=x-qt-text-nam:Session streamed by \"preview\"\r\nm=video 0 RTP/AVP 96\r\nc=IN IP4 0.0.0.0\r\nb=AS:8192\r\na=rtpmap:96 H264/90000\r\na=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKAoAPGQ,aO48sA==\r\na=recvonly\r\na=control:track1\r\nm=audio 0 RTP/AVP 97\r\nc=IN IP4 0.0.0.0\r\nb=AS:8192\r\na=rtpmap:97 MPEG4-GENERIC/16000\r\na=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408\r\na=recvonly\r\na=control:track2\r\nm=audio 0 RTP/AVP 0\r\na=control:track3\r\na=rtpmap:0 PCMU/8000\r\na=sendonly",
      "medias": [
        "video, recvonly, H.264 High 5.1",
        "audio, recvonly, MPEG4-GENERIC/16000",
        "audio, sendonly, PCMU/8000"
      ],
      "receivers": [
        "96 H264, bytes=40217003071, senders=3",
        "97 MPEG4-GENERIC/16000, bytes=297367372, senders=3"
      ],
      "senders": [
        "0 PCMU/8000, bytes=0, receivers=1"
      ],
      "recv": 40873549211
    },
    {
      "type": "RTSP passive producer",
      "url": "rtsp://127.0.0.1:8554/b1c536baa954614b5713d7ccc52fd25f",
      "remote_addr": "127.0.0.1:57364",
      "user_agent": "ffmpeg/go2rtc",
      "sdp": "v=0\r\no=- 0 0 IN IP4 127.0.0.1\r\ns=go2rtc/1.9.2\r\nc=IN IP4 127.0.0.1\r\nt=0 0\r\na=tool:libavformat 61.1.100\r\nm=video 0 RTP/AVP 96\r\na=rtpmap:96 H264/90000\r\na=fmtp:96 packetization-mode=1; sprop-parameter-sets=Z2QAKay0AUAHjQgAAAMAYAAAEtR4wZU=,aO8Pyw==; profile-level-id=640029\r\na=control:streamid=0\r\nm=audio 0 RTP/AVP 97\r\nb=AS:69\r\na=rtpmap:97 MPEG4-GENERIC/16000/1\r\na=fmtp:97 profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3; config=140856E500\r\na=control:streamid=1\r\n",
      "medias": [
        "video, recvonly, H.264 High 4.1",
        "audio, recvonly, MPEG4-GENERIC/16000"
      ],
      "receivers": [
        "96 H264, bytes=0, senders=1",
        "97 MPEG4-GENERIC/16000, bytes=0, senders=1"
      ]
    }
  ],
  "consumers": [
    {
      "type": "RTSP passive consumer",
      "url": "rtsp://127.0.0.1:8554/Doorbell_HQ",
      "remote_addr": "127.0.0.1:44970",
      "user_agent": "FFmpeg Frigate/0.15.0-cea210d",
      "sdp": "v=0\r\no=- 1 1 IN IP4 0.0.0.0\r\ns=go2rtc/1.9.2\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\nm=video 0 RTP/AVP 96\r\na=rtpmap:96 H264/90000\r\na=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKAoAPGQ,aO48sA==\r\na=control:trackID=0\r\nm=audio 0 RTP/AVP 97\r\na=rtpmap:97 MPEG4-GENERIC/16000\r\na=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408\r\na=control:trackID=1\r\n",
      "medias": [
        "video, sendonly, H264, H265",
        "audio, sendonly, MPEG4-GENERIC"
      ],
      "senders": [
        "96 H264, bytes=40211826589, receivers=1",
        "97 MPEG4-GENERIC/16000, bytes=297328662, receivers=1"
      ],
      "send": 40986075411
    },
    {
      "type": "RTSP passive consumer",
      "url": "rtsp://127.0.0.1:8554/Doorbell_HQ?video\u0026audio",
      "remote_addr": "127.0.0.1:57282",
      "user_agent": "go2rtc/ffmpeg",
      "sdp": "v=0\r\no=- 1 1 IN IP4 0.0.0.0\r\ns=go2rtc/1.9.2\r\nc=IN IP4 0.0.0.0\r\nt=0 0\r\nm=video 0 RTP/AVP 96\r\na=rtpmap:96 H264/90000\r\na=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKAoAPGQ,aO48sA==\r\na=control:trackID=0\r\nm=audio 0 RTP/AVP 97\r\na=rtpmap:97 MPEG4-GENERIC/16000\r\na=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408\r\na=control:trackID=1\r\n",
      "medias": [
        "video, sendonly, ANY",
        "audio, sendonly, ANY"
      ],
      "senders": [
        "96 H264, bytes=2094622, receivers=1",
        "97 MPEG4-GENERIC/16000, bytes=15424, receivers=1"
      ],
      "send": 2135006
    },
    {
      "type": "probe",
      "remote_addr": "172.18.0.1:53410",
      "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0",
      "medias": [
        "video, sendonly, ALL",
        "audio, sendonly, ALL",
        "audio, recvonly, ANY"
      ],
      "receivers": [
        "0 ANY, bytes=0, senders=1"
      ],
      "senders": [
        "96 H264, bytes=0, receivers=1",
        "96 H264, bytes=0, receivers=1",
        "97 MPEG4-GENERIC/16000, bytes=0, receivers=1",
        "97 MPEG4-GENERIC/16000, bytes=0, receivers=1"
      ]
    }
  ]
}

Jebarson avatar Feb 20 '25 02:02 Jebarson

The codecs are fine. But you may still have problems connecting to WebRTC inside a closed Frigate container. You need to enable go2rtc logging and see which IP addresses are specified as WebRTC candidates.

Or configure the Frigate container so that its network is not closed. Using go2rtc in closed containers is not recommended.

AlexxIT avatar Feb 20 '25 03:02 AlexxIT

Unfortunately, I am unable to find anything in the logs from (go2rtc) frigate ux and the go2rtc login. I cleared up the logs and then retried the same steps but there is nothing getting logged. :(

Jebarson avatar Feb 20 '25 05:02 Jebarson

I'm talking about debug/trace logs. You can check go2rtc docs.

AlexxIT avatar Feb 20 '25 08:02 AlexxIT

Alex here is the log. The stream in question is Doorbell_HQ. Based on my search it appears that there should be RECORD while I switch the card to mic mode but I don't see one. Around 20:47 is when I clicked the MSE to switch

2025-02-20 20:45:08.431845566  [INFO] Preparing new go2rtc config...
2025-02-20 20:45:08.731185715  [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2025-02-20 20:45:08.839341836  [INFO] Starting go2rtc...
2025-02-20 20:45:08.916948816  20:45:08.916 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2025-02-20 20:45:08.916985318  20:45:08.916 DBG build vcs.time=2024-05-17T12:57:11Z version=go1.22.2
2025-02-20 20:45:08.916987318  20:45:08.916 INF config path=/dev/shm/go2rtc.yaml
2025-02-20 20:45:08.917113826  20:45:08.917 TRC [api] register path path=/
2025-02-20 20:45:08.917140027  20:45:08.917 TRC [api] register path path=/api
2025-02-20 20:45:08.917141927  20:45:08.917 TRC [api] register path path=/api/config
2025-02-20 20:45:08.917143127  20:45:08.917 TRC [api] register path path=/api/exit
2025-02-20 20:45:08.917146128  20:45:08.917 TRC [api] register path path=/api/restart
2025-02-20 20:45:08.917151528  20:45:08.917 TRC [api] register path path=/api/log
2025-02-20 20:45:08.917279136  20:45:08.917 TRC [api] register path path=/api/ws
2025-02-20 20:45:08.917390642  20:45:08.917 TRC [api] register path path=/api/streams
2025-02-20 20:45:08.917537951  20:45:08.917 INF [rtsp] listen addr=:8554
2025-02-20 20:45:08.917613356  20:45:08.917 INF [api] listen addr=:1984
2025-02-20 20:45:08.917831469  20:45:08.917 INF [webrtc] listen addr=:8555
2025-02-20 20:45:08.917853970  20:45:08.917 TRC [api] register path path=/api/webrtc
2025-02-20 20:45:08.917888672  20:45:08.917 TRC [api] register path path=/api/frame.mp4
2025-02-20 20:45:08.917894673  20:45:08.917 TRC [api] register path path=/api/stream.mp4
2025-02-20 20:45:08.917929675  20:45:08.917 TRC [api] register path path=/api/stream.m3u8
2025-02-20 20:45:08.917999079  20:45:08.917 TRC [api] register path path=/api/hls/playlist.m3u8
2025-02-20 20:45:08.918005679  20:45:08.917 TRC [api] register path path=/api/hls/segment.ts
2025-02-20 20:45:08.918044682  20:45:08.918 TRC [api] register path path=/api/hls/init.mp4
2025-02-20 20:45:08.918068483  20:45:08.918 TRC [api] register path path=/api/hls/segment.m4s
2025-02-20 20:45:08.918070383  20:45:08.918 TRC [api] register path path=/api/frame.jpeg
2025-02-20 20:45:08.918071683  20:45:08.918 TRC [api] register path path=/api/stream.mjpeg
2025-02-20 20:45:08.918072984  20:45:08.918 TRC [api] register path path=/api/stream.ascii
2025-02-20 20:45:08.918208592  20:45:08.918 TRC [api] register path path=/static
2025-02-20 20:45:08.918210392  20:45:08.918 TRC [api] register path path=/streams
2025-02-20 20:45:08.918211792  20:45:08.918 TRC [api] register path path=/stream/
2025-02-20 20:45:08.918472008  20:45:08.918 DBG [hass] can't import config: open /config/.storage/core.config_entries: no such file or directory
2025-02-20 20:45:08.918479508  20:45:08.918 TRC [api] register path path=/api/hass
2025-02-20 20:45:08.918483708  20:45:08.918 TRC [api] register path path=/onvif/
2025-02-20 20:45:08.918487509  20:45:08.918 TRC [api] register path path=/api/onvif
2025-02-20 20:45:08.918584714  20:45:08.918 TRC [api] register path path=/api/webtorrent
2025-02-20 20:45:08.918640018  20:45:08.918 TRC [api] register path path=/api/stream.flv
2025-02-20 20:45:08.918712322  20:45:08.918 TRC [api] register path path=/api/ffmpeg/devices
2025-02-20 20:45:08.918735123  20:45:08.918 TRC [api] register path path=/api/ffmpeg/hardware
2025-02-20 20:45:08.918736824  20:45:08.918 TRC [api] register path path=/api/stream
2025-02-20 20:45:08.918738024  20:45:08.918 TRC [api] register path path=/api/dvrip
2025-02-20 20:45:08.918739124  20:45:08.918 TRC [api] register path path=/api/stream.ts
2025-02-20 20:45:08.918740324  20:45:08.918 TRC [api] register path path=/api/stream.aac
2025-02-20 20:45:08.918754925  20:45:08.918 TRC [api] register path path=/api/roborock
2025-02-20 20:45:08.918811628  20:45:08.918 TRC [api] register path path=/api/homekit
2025-02-20 20:45:08.918853931  20:45:08.918 TRC [api] register path path=/api/nest
2025-02-20 20:45:08.918855931  20:45:08.918 TRC [api] register path path=/api/gopro
2025-02-20 20:45:08.918919735  20:45:08.918 TRC [api] register path path=/api/stack
2025-02-20 20:45:10.770446733  20:45:10.770 TRC [api] GET /api/ffmpeg/hardware 127.0.0.1:53524
2025-02-20 20:45:10.776121500  20:45:10.776 DBG -init_hw_device vaapi -f lavfi -i testsrc2 -t 1 -vf format=nv12,hwupload -c h264_vaapi -f null - exit status 187
2025-02-20 20:45:10.783563481  20:45:10.783 DBG -init_hw_device vaapi -f lavfi -i testsrc2 -t 1 -vf format=nv12,hwupload -c hevc_vaapi -f null - exit status 187
2025-02-20 20:45:10.788484600  20:45:10.788 DBG -init_hw_device vaapi -f lavfi -i testsrc2 -t 1 -vf format=nv12,hwupload -c mjpeg_vaapi -f null - exit status 187
2025-02-20 20:45:11.639941047  20:45:11.639 DBG -init_hw_device cuda -f lavfi -i testsrc2 -t 1 -c h264_nvenc -f null - exit status 218
2025-02-20 20:45:12.268471581  20:45:12.268 DBG -init_hw_device cuda -f lavfi -i testsrc2 -t 1 -c hevc_nvenc -f null - exit status 218
2025-02-20 20:45:12.271498077  20:45:12.271 TRC [rtsp] server request:
2025-02-20 20:45:12.271500077  OPTIONS rtsp://127.0.0.1:8554/Doorbell RTSP/1.0
2025-02-20 20:45:12.271501077  User-Agent: Lavf59.27.100
2025-02-20 20:45:12.271501977  Cseq: 1
2025-02-20 20:45:12.271502777  
2025-02-20 20:45:12.271503577  
2025-02-20 20:45:12.271526079  20:45:12.271 TRC [rtsp] server response:
2025-02-20 20:45:12.271527679  RTSP/1.0 200 OK
2025-02-20 20:45:12.271528579  Public: OPTIONS, SETUP, TEARDOWN, DESCRIBE, PLAY, PAUSE, ANNOUNCE, RECORD
2025-02-20 20:45:12.271529379  Cseq: 1
2025-02-20 20:45:12.271530179  
2025-02-20 20:45:12.271530879  
2025-02-20 20:45:12.271717791  20:45:12.271 TRC [rtsp] server request:
2025-02-20 20:45:12.271719791  DESCRIBE rtsp://127.0.0.1:8554/Doorbell RTSP/1.0
2025-02-20 20:45:12.271720791  Accept: application/sdp
2025-02-20 20:45:12.271721691  Cseq: 2
2025-02-20 20:45:12.271722591  User-Agent: Lavf59.27.100
2025-02-20 20:45:12.271723391  
2025-02-20 20:45:12.271724091  
2025-02-20 20:45:12.271761694  20:45:12.271 DBG [rtsp] new consumer stream=Doorbell
2025-02-20 20:45:12.271763294  20:45:12.271 TRC [streams] check cons=0 media=video, sendonly, H264, H265
2025-02-20 20:45:12.273189086  20:45:12.273 TRC [rtsp] client request:
2025-02-20 20:45:12.273191286  DESCRIBE rtsp://20.0.0.11:554/h264Preview_01_sub RTSP/1.0
2025-02-20 20:45:12.273192186  Accept: application/sdp
2025-02-20 20:45:12.273192986  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:12.273193786  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:12.273194587  CSeq: 1
2025-02-20 20:45:12.273195287  
2025-02-20 20:45:12.273195987  
2025-02-20 20:45:12.277590571  20:45:12.277 TRC [rtsp] client response:
2025-02-20 20:45:12.277594371  RTSP/1.0 401 Unauthorized
2025-02-20 20:45:12.277595671  Cseq: 1
2025-02-20 20:45:12.277597171  Date: Fri, Feb 21 2025 04:45:21 GMT
2025-02-20 20:45:12.277598871  Www-Authenticate: Digest realm="BC Streaming Media", nonce="5975df954beadaccee163dcc3f0c3be3"
2025-02-20 20:45:12.277600071  
2025-02-20 20:45:12.277621973  
2025-02-20 20:45:12.277651175  20:45:12.277 TRC [rtsp] client request:
2025-02-20 20:45:12.277653275  DESCRIBE rtsp://20.0.0.11:554/h264Preview_01_sub RTSP/1.0
2025-02-20 20:45:12.277654475  CSeq: 2
2025-02-20 20:45:12.277658975  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="5975df954beadaccee163dcc3f0c3be3", uri="rtsp://20.0.0.11:554/h264Preview_01_sub", response="57a8cc84639192955ead4e5ce4d3ddbe"
2025-02-20 20:45:12.277660275  Accept: application/sdp
2025-02-20 20:45:12.277661575  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:12.277663475  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:12.277664676  
2025-02-20 20:45:12.277666476  
2025-02-20 20:45:12.316918613  20:45:12.316 TRC [rtsp] client response:
2025-02-20 20:45:12.316922014  RTSP/1.0 200 OK
2025-02-20 20:45:12.316923314  Cseq: 2
2025-02-20 20:45:12.316924714  Date: Fri, Feb 21 2025 04:45:21 GMT
2025-02-20 20:45:12.316925914  Content-Base: rtsp://20.0.0.11/Preview_01_sub/
2025-02-20 20:45:12.316927114  Content-Type: application/sdp
2025-02-20 20:45:12.316928214  Content-Length: 737
2025-02-20 20:45:12.316929214  
2025-02-20 20:45:12.316930314  v=0
2025-02-20 20:45:12.316931414  o=- 1739502987604979 1 IN IP4 20.0.0.11
2025-02-20 20:45:12.316932414  s=Session streamed by "preview"
2025-02-20 20:45:12.316933414  t=0 0
2025-02-20 20:45:12.316934714  a=tool:BC Streaming Media v202210012022.10.01
2025-02-20 20:45:12.316935814  a=type:broadcast
2025-02-20 20:45:12.316938115  a=control:*
2025-02-20 20:45:12.316939215  a=range:npt=now-
2025-02-20 20:45:12.316940415  a=x-qt-text-nam:Session streamed by "preview"
2025-02-20 20:45:12.316964516  m=video 0 RTP/AVP 96
2025-02-20 20:45:12.316965516  c=IN IP4 0.0.0.0
2025-02-20 20:45:12.316966316  b=AS:8192
2025-02-20 20:45:12.316967316  a=rtpmap:96 H264/90000
2025-02-20 20:45:12.316968317  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKCgPZA=,aO48sA==
2025-02-20 20:45:12.316974117  a=recvonly
2025-02-20 20:45:12.316974917  a=control:track1
2025-02-20 20:45:12.316975817  m=audio 0 RTP/AVP 97
2025-02-20 20:45:12.316976517  c=IN IP4 0.0.0.0
2025-02-20 20:45:12.316977417  b=AS:8192
2025-02-20 20:45:12.316978217  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:12.316979217  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:12.316980217  a=recvonly
2025-02-20 20:45:12.316981017  a=control:track2
2025-02-20 20:45:12.316981717  m=audio 0 RTP/AVP 0
2025-02-20 20:45:12.316982517  a=control:track3
2025-02-20 20:45:12.316983317  a=rtpmap:0 PCMU/8000
2025-02-20 20:45:12.316988618  a=sendonly
2025-02-20 20:45:12.317024220  20:45:12.316 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:12.317026020  20:45:12.316 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:12.317027320  20:45:12.316 TRC [rtsp] client request:
2025-02-20 20:45:12.317028520  SETUP rtsp://20.0.0.11/Preview_01_sub/track1 RTSP/1.0
2025-02-20 20:45:12.317029821  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:12.317030821  CSeq: 3
2025-02-20 20:45:12.317032821  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="5975df954beadaccee163dcc3f0c3be3", uri="rtsp://20.0.0.11/Preview_01_sub/track1", response="df7c8a80a91ad80c169929067658a7b1"
2025-02-20 20:45:12.317033821  
2025-02-20 20:45:12.317034821  
2025-02-20 20:45:12.359136443  20:45:12.359 TRC [rtsp] client response:
2025-02-20 20:45:12.359140243  RTSP/1.0 200 OK
2025-02-20 20:45:12.359141743  Date: Fri, Feb 21 2025 04:45:21 GMT
2025-02-20 20:45:12.359143543  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.11;interleaved=0-1
2025-02-20 20:45:12.359144943  Session: D443F0EA;timeout=65
2025-02-20 20:45:12.359146143  Cseq: 3
2025-02-20 20:45:12.359147343  
2025-02-20 20:45:12.359148543  
2025-02-20 20:45:12.359182946  20:45:12.359 TRC [streams] check cons=0 media=audio, sendonly, MPEG4-GENERIC
2025-02-20 20:45:12.359188146  20:45:12.359 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:12.359200447  20:45:12.359 TRC [streams] check cons=0 prod=0 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:45:12.359201947  20:45:12.359 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:12.359250950  20:45:12.359 TRC [rtsp] client request:
2025-02-20 20:45:12.359253450  SETUP rtsp://20.0.0.11/Preview_01_sub/track2 RTSP/1.0
2025-02-20 20:45:12.359254950  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:12.359256250  CSeq: 4
2025-02-20 20:45:12.359258751  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="5975df954beadaccee163dcc3f0c3be3", uri="rtsp://20.0.0.11/Preview_01_sub/track2", response="3785e7522655ba85a77c66a86d5ab8b9"
2025-02-20 20:45:12.359260251  Session: D443F0EA
2025-02-20 20:45:12.359261451  
2025-02-20 20:45:12.359262551  
2025-02-20 20:45:12.361635204  20:45:12.361 TRC [rtsp] client response:
2025-02-20 20:45:12.361637204  RTSP/1.0 200 OK
2025-02-20 20:45:12.361638404  Date: Fri, Feb 21 2025 04:45:21 GMT
2025-02-20 20:45:12.361639805  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.11;interleaved=2-3
2025-02-20 20:45:12.361640905  Session: D443F0EA;timeout=65
2025-02-20 20:45:12.361642005  Cseq: 4
2025-02-20 20:45:12.361643105  
2025-02-20 20:45:12.361644205  
2025-02-20 20:45:12.361678107  20:45:12.361 TRC [streams] skip stop none producer
2025-02-20 20:45:12.361680307  20:45:12.361 DBG [streams] start producer url=rtsp://admin:[email protected]:554/h264Preview_01_sub
2025-02-20 20:45:12.361735411  20:45:12.361 TRC [rtsp] server response:
2025-02-20 20:45:12.361737011  RTSP/1.0 200 OK
2025-02-20 20:45:12.361738011  Content-Type: application/sdp
2025-02-20 20:45:12.361739011  Cseq: 2
2025-02-20 20:45:12.361740111  Content-Length: 431
2025-02-20 20:45:12.361741111  
2025-02-20 20:45:12.361742111  v=0
2025-02-20 20:45:12.361743211  o=- 1 1 IN IP4 0.0.0.0
2025-02-20 20:45:12.361744311  s=go2rtc/1.9.2
2025-02-20 20:45:12.361745311  c=IN IP4 0.0.0.0
2025-02-20 20:45:12.361746311  t=0 0
2025-02-20 20:45:12.361747512  m=video 0 RTP/AVP 96
2025-02-20 20:45:12.361748612  a=rtpmap:96 H264/90000
2025-02-20 20:45:12.361750112  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKCgPZA=,aO48sA==
2025-02-20 20:45:12.361751212  a=control:trackID=0
2025-02-20 20:45:12.361752312  m=audio 0 RTP/AVP 97
2025-02-20 20:45:12.361753412  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:12.361755012  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:12.361756112  a=control:trackID=1
2025-02-20 20:45:12.361757112  
2025-02-20 20:45:12.361781814  20:45:12.361 TRC [rtsp] client request:
2025-02-20 20:45:12.361783614  PLAY rtsp://20.0.0.11/Preview_01_sub/ RTSP/1.0
2025-02-20 20:45:12.361784614  CSeq: 5
2025-02-20 20:45:12.361786414  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="5975df954beadaccee163dcc3f0c3be3", uri="rtsp://20.0.0.11/Preview_01_sub/", response="8a12eafb2023164ef782161610ae0dca"
2025-02-20 20:45:12.361787514  Session: D443F0EA
2025-02-20 20:45:12.361788514  
2025-02-20 20:45:12.361789514  
2025-02-20 20:45:12.362063732  20:45:12.362 TRC [rtsp] server request:
2025-02-20 20:45:12.362065532  SETUP rtsp://127.0.0.1:8554/Doorbell/trackID=0 RTSP/1.0
2025-02-20 20:45:12.362066732  User-Agent: Lavf59.27.100
2025-02-20 20:45:12.362067932  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:12.362069032  Cseq: 3
2025-02-20 20:45:12.362069932  
2025-02-20 20:45:12.362070932  
2025-02-20 20:45:12.362094034  20:45:12.362 TRC [rtsp] server response:
2025-02-20 20:45:12.362095434  RTSP/1.0 200 OK
2025-02-20 20:45:12.362096234  Session: 90165087;timeout=60
2025-02-20 20:45:12.362097034  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:12.362097834  Cseq: 3
2025-02-20 20:45:12.362098634  
2025-02-20 20:45:12.362099334  
2025-02-20 20:45:12.362381653  20:45:12.362 TRC [rtsp] server request:
2025-02-20 20:45:12.362384053  SETUP rtsp://127.0.0.1:8554/Doorbell/trackID=1 RTSP/1.0
2025-02-20 20:45:12.362385553  User-Agent: Lavf59.27.100
2025-02-20 20:45:12.362386853  Session: 90165087
2025-02-20 20:45:12.362388353  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:12.362389453  Cseq: 4
2025-02-20 20:45:12.362390553  
2025-02-20 20:45:12.362412254  
2025-02-20 20:45:12.362421255  20:45:12.362 TRC [rtsp] server response:
2025-02-20 20:45:12.362422555  RTSP/1.0 200 OK
2025-02-20 20:45:12.362423855  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:12.362425055  Cseq: 4
2025-02-20 20:45:12.362426355  Session: 34200641;timeout=60
2025-02-20 20:45:12.362427455  
2025-02-20 20:45:12.362428556  
2025-02-20 20:45:12.362647670  20:45:12.362 TRC [rtsp] server request:
2025-02-20 20:45:12.362649870  PLAY rtsp://127.0.0.1:8554/Doorbell RTSP/1.0
2025-02-20 20:45:12.362651270  User-Agent: Lavf59.27.100
2025-02-20 20:45:12.362652670  Session: 90165087
2025-02-20 20:45:12.362653970  Range: npt=0.000-
2025-02-20 20:45:12.362655170  Cseq: 5
2025-02-20 20:45:12.362656370  
2025-02-20 20:45:12.362657470  
2025-02-20 20:45:12.362658870  20:45:12.362 TRC [rtsp] server response:
2025-02-20 20:45:12.362660071  RTSP/1.0 200 OK
2025-02-20 20:45:12.362661171  Cseq: 5
2025-02-20 20:45:12.362662471  Session: 34200641
2025-02-20 20:45:12.362663571  
2025-02-20 20:45:12.362664671  
2025-02-20 20:45:12.408478533  20:45:12.408 TRC [rtsp] client response:
2025-02-20 20:45:12.408482133  RTSP/1.0 200 OK
2025-02-20 20:45:12.408483433  Date: Fri, Feb 21 2025 04:45:21 GMT
2025-02-20 20:45:12.408484633  Range: npt=0.000-
2025-02-20 20:45:12.408485733  Session: D443F0EA
2025-02-20 20:45:12.408487833  Rtp-Info: url=rtsp://20.0.0.11/Preview_01_sub/track1;seq=39167;rtptime=4182808627,url=rtsp://20.0.0.11/Preview_01_sub/track2;seq=55038;rtptime=2506429043,url=rtsp://20.0.0.11/Preview_01_sub/track3;seq=0;rtptime=0
2025-02-20 20:45:12.408489033  Cseq: 5
2025-02-20 20:45:12.408490133  
2025-02-20 20:45:12.408507535  
2025-02-20 20:45:16.039291266  20:45:16.039 TRC [rtsp] server request:
2025-02-20 20:45:16.039294866  TEARDOWN rtsp://127.0.0.1:8554/Doorbell RTSP/1.0
2025-02-20 20:45:16.039296166  Session: 90165087
2025-02-20 20:45:16.039297266  Cseq: 6
2025-02-20 20:45:16.039298466  User-Agent: Lavf59.27.100
2025-02-20 20:45:16.039299466  
2025-02-20 20:45:16.039300466  
2025-02-20 20:45:16.039348970  20:45:16.039 DBG [rtsp] handle error="read tcp 127.0.0.1:8554->127.0.0.1:37120: read: connection reset by peer"
2025-02-20 20:45:16.039351070  20:45:16.039 DBG [streams] stop producer url=rtsp://admin:[email protected]:554/h264Preview_01_sub
2025-02-20 20:45:16.039389472  20:45:16.039 TRC [rtsp] client request:
2025-02-20 20:45:16.039391272  TEARDOWN rtsp://20.0.0.11/Preview_01_sub/ RTSP/1.0
2025-02-20 20:45:16.039392472  Session: D443F0EA
2025-02-20 20:45:16.039393472  CSeq: 6
2025-02-20 20:45:16.039395273  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="5975df954beadaccee163dcc3f0c3be3", uri="rtsp://20.0.0.11/Preview_01_sub/", response="b951690e8585da95803bda8d655e6adc"
2025-02-20 20:45:16.039396273  
2025-02-20 20:45:16.039397273  
2025-02-20 20:45:16.039486578  20:45:16.039 TRC [streams] skip stop none producer
2025-02-20 20:45:16.039494679  20:45:16.039 DBG [rtsp] disconnect stream=Doorbell
2025-02-20 20:45:16.039529681  20:45:16.039 TRC [streams] stop reconnect url=rtsp://admin:[email protected]:554/h264Preview_01_sub
2025-02-20 20:45:16.041297195  20:45:16.041 TRC [rtsp] server request:
2025-02-20 20:45:16.041299496  OPTIONS rtsp://127.0.0.1:8554/Camera_1 RTSP/1.0
2025-02-20 20:45:16.041300396  Cseq: 1
2025-02-20 20:45:16.041301296  User-Agent: Lavf59.27.100
2025-02-20 20:45:16.041302096  
2025-02-20 20:45:16.041302896  
2025-02-20 20:45:16.041303796  20:45:16.041 TRC [rtsp] server response:
2025-02-20 20:45:16.041304496  RTSP/1.0 200 OK
2025-02-20 20:45:16.041305196  Cseq: 1
2025-02-20 20:45:16.041306096  Public: OPTIONS, SETUP, TEARDOWN, DESCRIBE, PLAY, PAUSE, ANNOUNCE, RECORD
2025-02-20 20:45:16.041306796  
2025-02-20 20:45:16.041307596  
2025-02-20 20:45:16.041528610  20:45:16.041 TRC [rtsp] server request:
2025-02-20 20:45:16.041531011  DESCRIBE rtsp://127.0.0.1:8554/Camera_1 RTSP/1.0
2025-02-20 20:45:16.041532211  Accept: application/sdp
2025-02-20 20:45:16.041533311  Cseq: 2
2025-02-20 20:45:16.041534411  User-Agent: Lavf59.27.100
2025-02-20 20:45:16.041535511  
2025-02-20 20:45:16.041536311  
2025-02-20 20:45:16.041559612  20:45:16.041 DBG [rtsp] new consumer stream=Camera_1
2025-02-20 20:45:16.041561113  20:45:16.041 TRC [streams] check cons=0 media=video, sendonly, H264, H265
2025-02-20 20:45:16.043055009  20:45:16.042 TRC [rtsp] client request:
2025-02-20 20:45:16.043057609  DESCRIBE rtsp://20.0.0.12:554/h264Preview_01_sub RTSP/1.0
2025-02-20 20:45:16.043059009  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:16.043060209  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:16.043061210  CSeq: 1
2025-02-20 20:45:16.043062310  Accept: application/sdp
2025-02-20 20:45:16.043063210  
2025-02-20 20:45:16.043064210  
2025-02-20 20:45:16.044609510  20:45:16.044 TRC [rtsp] client response:
2025-02-20 20:45:16.044611710  RTSP/1.0 401 Unauthorized
2025-02-20 20:45:16.044612810  Cseq: 1
2025-02-20 20:45:16.044614010  Date: Fri, Feb 21 2025 04:45:55 GMT
2025-02-20 20:45:16.044615510  Www-Authenticate: Digest realm="LIVE555 Streaming Media", nonce="5b459b08eb76acf05998642dc7a5dd40"
2025-02-20 20:45:16.044616610  
2025-02-20 20:45:16.044617510  
2025-02-20 20:45:16.044652712  20:45:16.044 TRC [rtsp] client request:
2025-02-20 20:45:16.044654313  DESCRIBE rtsp://20.0.0.12:554/h264Preview_01_sub RTSP/1.0
2025-02-20 20:45:16.044655113  Accept: application/sdp
2025-02-20 20:45:16.044655913  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:16.044656713  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:16.044657413  CSeq: 2
2025-02-20 20:45:16.044658713  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="5b459b08eb76acf05998642dc7a5dd40", uri="rtsp://20.0.0.12:554/h264Preview_01_sub", response="9890bd4ae95a7aa1d0190a8ec1722f26"
2025-02-20 20:45:16.044659413  
2025-02-20 20:45:16.044660113  
2025-02-20 20:45:16.074381134  20:45:16.074 TRC [rtsp] client response:
2025-02-20 20:45:16.074384535  RTSP/1.0 200 OK
2025-02-20 20:45:16.074385735  Date: Fri, Feb 21 2025 04:45:55 GMT
2025-02-20 20:45:16.074387035  Content-Base: rtsp://20.0.0.12/h264Preview_01_sub/
2025-02-20 20:45:16.074388235  Content-Type: application/sdp
2025-02-20 20:45:16.074389335  Content-Length: 693
2025-02-20 20:45:16.074390335  Cseq: 2
2025-02-20 20:45:16.074391435  
2025-02-20 20:45:16.074392335  v=0
2025-02-20 20:45:16.074393535  o=- 1732577754573389 1 IN IP4 20.0.0.12
2025-02-20 20:45:16.074394635  s=Session streamed by "preview"
2025-02-20 20:45:16.074395635  i=h264Preview_01_sub
2025-02-20 20:45:16.074396535  t=0 0
2025-02-20 20:45:16.074397635  a=tool:LIVE555 Streaming Media v2020.08.12
2025-02-20 20:45:16.074398735  a=type:broadcast
2025-02-20 20:45:16.074399736  a=control:*
2025-02-20 20:45:16.074400736  a=range:npt=0-
2025-02-20 20:45:16.074402036  a=x-qt-text-nam:Session streamed by "preview"
2025-02-20 20:45:16.074403236  a=x-qt-text-inf:h264Preview_01_sub
2025-02-20 20:45:16.074404236  m=video 0 RTP/AVP 96
2025-02-20 20:45:16.074405236  c=IN IP4 0.0.0.0
2025-02-20 20:45:16.074406236  b=AS:500
2025-02-20 20:45:16.074407236  a=rtpmap:96 H264/90000
2025-02-20 20:45:16.074408836  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKCgL/lQ,aO48sA==
2025-02-20 20:45:16.074409936  a=control:track1
2025-02-20 20:45:16.074411036  m=audio 0 RTP/AVP 97
2025-02-20 20:45:16.074411836  c=IN IP4 0.0.0.0
2025-02-20 20:45:16.074412536  b=AS:256
2025-02-20 20:45:16.074413336  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:16.074414337  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:16.074415137  a=control:track2
2025-02-20 20:45:16.074415837  
2025-02-20 20:45:16.074444438  20:45:16.074 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:16.074446039  20:45:16.074 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:16.074446939  20:45:16.074 TRC [rtsp] client request:
2025-02-20 20:45:16.074447839  SETUP rtsp://20.0.0.12/h264Preview_01_sub/track1 RTSP/1.0
2025-02-20 20:45:16.074448639  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:16.074449339  CSeq: 3
2025-02-20 20:45:16.074450639  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="5b459b08eb76acf05998642dc7a5dd40", uri="rtsp://20.0.0.12/h264Preview_01_sub/track1", response="b6eeda675d04943ffd6448f0130cf4b5"
2025-02-20 20:45:16.074451339  
2025-02-20 20:45:16.074452139  
2025-02-20 20:45:16.100665234  20:45:16.100 TRC [rtsp] client response:
2025-02-20 20:45:16.100668234  RTSP/1.0 200 OK
2025-02-20 20:45:16.100669134  Cseq: 3
2025-02-20 20:45:16.100670034  Date: Fri, Feb 21 2025 04:45:55 GMT
2025-02-20 20:45:16.100671134  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.12;interleaved=0-1
2025-02-20 20:45:16.100672034  Session: 6E31D990;timeout=65
2025-02-20 20:45:16.100672834  
2025-02-20 20:45:16.100673834  
2025-02-20 20:45:16.100713437  20:45:16.100 TRC [streams] check cons=0 media=audio, sendonly, MPEG4-GENERIC
2025-02-20 20:45:16.100724537  20:45:16.100 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:16.100727638  20:45:16.100 TRC [streams] check cons=0 prod=0 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:45:16.100761440  20:45:16.100 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:16.100805143  20:45:16.100 TRC [rtsp] client request:
2025-02-20 20:45:16.100807343  SETUP rtsp://20.0.0.12/h264Preview_01_sub/track2 RTSP/1.0
2025-02-20 20:45:16.100808543  Session: 6E31D990
2025-02-20 20:45:16.100809843  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:16.100810843  CSeq: 4
2025-02-20 20:45:16.100812543  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="5b459b08eb76acf05998642dc7a5dd40", uri="rtsp://20.0.0.12/h264Preview_01_sub/track2", response="3938e92d4686af576a13b2b39ba3ad63"
2025-02-20 20:45:16.100813543  
2025-02-20 20:45:16.100814543  
2025-02-20 20:45:16.111503034  20:45:16.111 TRC [rtsp] client response:
2025-02-20 20:45:16.111505534  RTSP/1.0 200 OK
2025-02-20 20:45:16.111506435  Cseq: 4
2025-02-20 20:45:16.111507635  Date: Fri, Feb 21 2025 04:45:55 GMT
2025-02-20 20:45:16.111509135  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.12;interleaved=2-3
2025-02-20 20:45:16.111523436  Session: 6E31D990;timeout=65
2025-02-20 20:45:16.111524836  
2025-02-20 20:45:16.111525836  
2025-02-20 20:45:16.111553738  20:45:16.111 DBG [streams] start producer url=rtsp://admin:[email protected]:554/h264Preview_01_sub
2025-02-20 20:45:16.111555538  20:45:16.111 TRC [rtsp] server response:
2025-02-20 20:45:16.111556638  RTSP/1.0 200 OK
2025-02-20 20:45:16.111557638  Content-Type: application/sdp
2025-02-20 20:45:16.111558638  Cseq: 2
2025-02-20 20:45:16.111559638  Content-Length: 431
2025-02-20 20:45:16.111560638  
2025-02-20 20:45:16.111561638  v=0
2025-02-20 20:45:16.111562738  o=- 1 1 IN IP4 0.0.0.0
2025-02-20 20:45:16.111563838  s=go2rtc/1.9.2
2025-02-20 20:45:16.111564638  c=IN IP4 0.0.0.0
2025-02-20 20:45:16.111565438  t=0 0
2025-02-20 20:45:16.111566238  m=video 0 RTP/AVP 96
2025-02-20 20:45:16.111567138  a=rtpmap:96 H264/90000
2025-02-20 20:45:16.111568139  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKCgL/lQ,aO48sA==
2025-02-20 20:45:16.111568939  a=control:trackID=0
2025-02-20 20:45:16.111569739  m=audio 0 RTP/AVP 97
2025-02-20 20:45:16.111570539  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:16.111571639  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:16.111572339  a=control:trackID=1
2025-02-20 20:45:16.111573339  
2025-02-20 20:45:16.111646544  20:45:16.111 TRC [rtsp] client request:
2025-02-20 20:45:16.111648744  PLAY rtsp://20.0.0.12/h264Preview_01_sub/ RTSP/1.0
2025-02-20 20:45:16.111649944  CSeq: 5
2025-02-20 20:45:16.111651944  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="5b459b08eb76acf05998642dc7a5dd40", uri="rtsp://20.0.0.12/h264Preview_01_sub/", response="f5c142ce4b838cf5f5930053ca8c00a1"
2025-02-20 20:45:16.111652944  Session: 6E31D990
2025-02-20 20:45:16.111653944  
2025-02-20 20:45:16.111654944  
2025-02-20 20:45:16.111902160  20:45:16.111 TRC [rtsp] server request:
2025-02-20 20:45:16.111904560  SETUP rtsp://127.0.0.1:8554/Camera_1/trackID=0 RTSP/1.0
2025-02-20 20:45:16.111906060  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:16.111907260  Cseq: 3
2025-02-20 20:45:16.111908561  User-Agent: Lavf59.27.100
2025-02-20 20:45:16.111909561  
2025-02-20 20:45:16.111910661  
2025-02-20 20:45:16.111974265  20:45:16.111 TRC [rtsp] server response:
2025-02-20 20:45:16.111976065  RTSP/1.0 200 OK
2025-02-20 20:45:16.111977165  Session: 67233101;timeout=60
2025-02-20 20:45:16.111978465  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:16.111979565  Cseq: 3
2025-02-20 20:45:16.111980565  
2025-02-20 20:45:16.111981665  
2025-02-20 20:45:16.112193379  20:45:16.112 TRC [rtsp] server request:
2025-02-20 20:45:16.112195179  SETUP rtsp://127.0.0.1:8554/Camera_1/trackID=1 RTSP/1.0
2025-02-20 20:45:16.112196279  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:16.112197279  Cseq: 4
2025-02-20 20:45:16.112198479  User-Agent: Lavf59.27.100
2025-02-20 20:45:16.112199579  Session: 67233101
2025-02-20 20:45:16.112200679  
2025-02-20 20:45:16.112201779  
2025-02-20 20:45:16.112220481  20:45:16.112 TRC [rtsp] server response:
2025-02-20 20:45:16.112222281  RTSP/1.0 200 OK
2025-02-20 20:45:16.112223281  Session: 26637213;timeout=60
2025-02-20 20:45:16.112224481  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:16.112225481  Cseq: 4
2025-02-20 20:45:16.112226381  
2025-02-20 20:45:16.112227381  
2025-02-20 20:45:16.112454296  20:45:16.112 TRC [rtsp] server request:
2025-02-20 20:45:16.112456196  PLAY rtsp://127.0.0.1:8554/Camera_1 RTSP/1.0
2025-02-20 20:45:16.112457096  Cseq: 5
2025-02-20 20:45:16.112458096  User-Agent: Lavf59.27.100
2025-02-20 20:45:16.112458996  Session: 67233101
2025-02-20 20:45:16.112459796  Range: npt=0.000-
2025-02-20 20:45:16.112460596  
2025-02-20 20:45:16.112461296  
2025-02-20 20:45:16.112462196  20:45:16.112 TRC [rtsp] server response:
2025-02-20 20:45:16.112462896  RTSP/1.0 200 OK
2025-02-20 20:45:16.112463596  Cseq: 5
2025-02-20 20:45:16.112464396  Session: 26637213
2025-02-20 20:45:16.112465096  
2025-02-20 20:45:16.112465897  
2025-02-20 20:45:16.156648853  20:45:16.156 TRC [rtsp] client response:
2025-02-20 20:45:16.156652153  RTSP/1.0 200 OK
2025-02-20 20:45:16.156653253  Range: npt=0.000-
2025-02-20 20:45:16.156654353  Session: 6E31D990
2025-02-20 20:45:16.156672455  Rtp-Info: url=rtsp://20.0.0.12/h264Preview_01_sub/track1;seq=13667;rtptime=3514127739,url=rtsp://20.0.0.12/h264Preview_01_sub/track2;seq=43032;rtptime=2839015966
2025-02-20 20:45:16.156673955  Cseq: 5
2025-02-20 20:45:16.156674855  Date: Fri, Feb 21 2025 04:45:55 GMT
2025-02-20 20:45:16.156675655  
2025-02-20 20:45:16.156676355  
2025-02-20 20:45:18.434024886  [INFO] Starting go2rtc healthcheck service...
2025-02-20 20:45:22.157516679  20:45:22.157 TRC [rtsp] server request:
2025-02-20 20:45:22.157520879  TEARDOWN rtsp://127.0.0.1:8554/Camera_1 RTSP/1.0
2025-02-20 20:45:22.157521979  Cseq: 6
2025-02-20 20:45:22.157523079  User-Agent: Lavf59.27.100
2025-02-20 20:45:22.157524079  Session: 67233101
2025-02-20 20:45:22.157525179  
2025-02-20 20:45:22.157525979  
2025-02-20 20:45:22.157559782  20:45:22.157 DBG [rtsp] handle error="read tcp 127.0.0.1:8554->127.0.0.1:37134: read: connection reset by peer"
2025-02-20 20:45:22.157561882  20:45:22.157 DBG [streams] stop producer url=rtsp://admin:[email protected]:554/h264Preview_01_sub
2025-02-20 20:45:22.157626786  20:45:22.157 TRC [rtsp] client request:
2025-02-20 20:45:22.157650888  TEARDOWN rtsp://20.0.0.12/h264Preview_01_sub/ RTSP/1.0
2025-02-20 20:45:22.157652188  CSeq: 6
2025-02-20 20:45:22.157654288  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="5b459b08eb76acf05998642dc7a5dd40", uri="rtsp://20.0.0.12/h264Preview_01_sub/", response="251a34b9bf9365f314f240106794a2ac"
2025-02-20 20:45:22.157655588  Session: 6E31D990
2025-02-20 20:45:22.157656688  
2025-02-20 20:45:22.157657688  
2025-02-20 20:45:22.157723392  20:45:22.157 DBG [rtsp] disconnect stream=Camera_1
2025-02-20 20:45:22.157725693  20:45:22.157 TRC [streams] stop reconnect url=rtsp://admin:[email protected]:554/h264Preview_01_sub
2025-02-20 20:45:22.159518410  20:45:22.159 TRC [rtsp] server request:
2025-02-20 20:45:22.159521410  OPTIONS rtsp://127.0.0.1:8554/Camera_2 RTSP/1.0
2025-02-20 20:45:22.159522611  Cseq: 1
2025-02-20 20:45:22.159523811  User-Agent: Lavf59.27.100
2025-02-20 20:45:22.159524811  
2025-02-20 20:45:22.159525911  
2025-02-20 20:45:22.159558913  20:45:22.159 TRC [rtsp] server response:
2025-02-20 20:45:22.159560613  RTSP/1.0 200 OK
2025-02-20 20:45:22.159561813  Public: OPTIONS, SETUP, TEARDOWN, DESCRIBE, PLAY, PAUSE, ANNOUNCE, RECORD
2025-02-20 20:45:22.159562713  Cseq: 1
2025-02-20 20:45:22.159563713  
2025-02-20 20:45:22.159564713  
2025-02-20 20:45:22.159754726  20:45:22.159 TRC [rtsp] server request:
2025-02-20 20:45:22.159756926  DESCRIBE rtsp://127.0.0.1:8554/Camera_2 RTSP/1.0
2025-02-20 20:45:22.159758226  Accept: application/sdp
2025-02-20 20:45:22.159759226  Cseq: 2
2025-02-20 20:45:22.159760326  User-Agent: Lavf59.27.100
2025-02-20 20:45:22.159761226  
2025-02-20 20:45:22.159762226  
2025-02-20 20:45:22.159787328  20:45:22.159 DBG [rtsp] new consumer stream=Camera_2
2025-02-20 20:45:22.159789128  20:45:22.159 TRC [streams] check cons=0 media=video, sendonly, H264, H265
2025-02-20 20:45:22.161363131  20:45:22.161 TRC [rtsp] client request:
2025-02-20 20:45:22.161365732  DESCRIBE rtsp://20.0.0.13:554/h264Preview_01_sub RTSP/1.0
2025-02-20 20:45:22.161367032  Accept: application/sdp
2025-02-20 20:45:22.161368532  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:22.161369632  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:22.161370732  CSeq: 1
2025-02-20 20:45:22.161371732  
2025-02-20 20:45:22.161372732  
2025-02-20 20:45:22.163042442  20:45:22.162 TRC [rtsp] client response:
2025-02-20 20:45:22.163044742  RTSP/1.0 401 Unauthorized
2025-02-20 20:45:22.163046042  Cseq: 1
2025-02-20 20:45:22.163047542  Date: Fri, Feb 21 2025 04:45:57 GMT
2025-02-20 20:45:22.163049142  Www-Authenticate: Digest realm="LIVE555 Streaming Media", nonce="eceb1d85fc168ecabd7207e053332049"
2025-02-20 20:45:22.163050242  
2025-02-20 20:45:22.163051442  
2025-02-20 20:45:22.163079644  20:45:22.163 TRC [rtsp] client request:
2025-02-20 20:45:22.163081544  DESCRIBE rtsp://20.0.0.13:554/h264Preview_01_sub RTSP/1.0
2025-02-20 20:45:22.163082744  CSeq: 2
2025-02-20 20:45:22.163084944  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="eceb1d85fc168ecabd7207e053332049", uri="rtsp://20.0.0.13:554/h264Preview_01_sub", response="3feda899f7b61571c61fa5f7fef6af36"
2025-02-20 20:45:22.163086145  Accept: application/sdp
2025-02-20 20:45:22.163087545  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:22.163088645  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:22.163089645  
2025-02-20 20:45:22.163090745  
2025-02-20 20:45:22.190015413  20:45:22.189 TRC [rtsp] client response:
2025-02-20 20:45:22.190018113  RTSP/1.0 200 OK
2025-02-20 20:45:22.190019013  Cseq: 2
2025-02-20 20:45:22.190019913  Date: Fri, Feb 21 2025 04:45:57 GMT
2025-02-20 20:45:22.190020913  Content-Base: rtsp://20.0.0.13/h264Preview_01_sub/
2025-02-20 20:45:22.190021813  Content-Type: application/sdp
2025-02-20 20:45:22.190022713  Content-Length: 693
2025-02-20 20:45:22.190023513  
2025-02-20 20:45:22.190024313  v=0
2025-02-20 20:45:22.190025213  o=- 1732577713500421 1 IN IP4 20.0.0.13
2025-02-20 20:45:22.190026013  s=Session streamed by "preview"
2025-02-20 20:45:22.190026814  i=h264Preview_01_sub
2025-02-20 20:45:22.190027514  t=0 0
2025-02-20 20:45:22.190028414  a=tool:LIVE555 Streaming Media v2020.08.12
2025-02-20 20:45:22.190029114  a=type:broadcast
2025-02-20 20:45:22.190029914  a=control:*
2025-02-20 20:45:22.190030714  a=range:npt=0-
2025-02-20 20:45:22.190031514  a=x-qt-text-nam:Session streamed by "preview"
2025-02-20 20:45:22.190032414  a=x-qt-text-inf:h264Preview_01_sub
2025-02-20 20:45:22.190033114  m=video 0 RTP/AVP 96
2025-02-20 20:45:22.190033914  c=IN IP4 0.0.0.0
2025-02-20 20:45:22.190034714  b=AS:500
2025-02-20 20:45:22.190035514  a=rtpmap:96 H264/90000
2025-02-20 20:45:22.190036614  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKCgL/lQ,aO48sA==
2025-02-20 20:45:22.190037314  a=control:track1
2025-02-20 20:45:22.190038114  m=audio 0 RTP/AVP 97
2025-02-20 20:45:22.190038914  c=IN IP4 0.0.0.0
2025-02-20 20:45:22.190039614  b=AS:256
2025-02-20 20:45:22.190040414  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:22.190041515  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:22.190042315  a=control:track2
2025-02-20 20:45:22.190043015  
2025-02-20 20:45:22.190075517  20:45:22.190 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:22.190076917  20:45:22.190 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:22.190077717  20:45:22.190 TRC [rtsp] client request:
2025-02-20 20:45:22.190078617  SETUP rtsp://20.0.0.13/h264Preview_01_sub/track1 RTSP/1.0
2025-02-20 20:45:22.190079517  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:22.190080317  CSeq: 3
2025-02-20 20:45:22.190081617  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="eceb1d85fc168ecabd7207e053332049", uri="rtsp://20.0.0.13/h264Preview_01_sub/track1", response="a73f1895403d1adcee1ff3d7f5fcb240"
2025-02-20 20:45:22.190082317  
2025-02-20 20:45:22.190083117  
2025-02-20 20:45:22.216473350  20:45:22.216 TRC [rtsp] client response:
2025-02-20 20:45:22.216476150  RTSP/1.0 200 OK
2025-02-20 20:45:22.216477050  Cseq: 3
2025-02-20 20:45:22.216477950  Date: Fri, Feb 21 2025 04:45:57 GMT
2025-02-20 20:45:22.216478950  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.13;interleaved=0-1
2025-02-20 20:45:22.216479851  Session: 1E51246C;timeout=65
2025-02-20 20:45:22.216480551  
2025-02-20 20:45:22.216481351  
2025-02-20 20:45:22.216482251  20:45:22.216 TRC [streams] check cons=0 media=audio, sendonly, MPEG4-GENERIC
2025-02-20 20:45:22.216514353  20:45:22.216 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:22.216515953  20:45:22.216 TRC [streams] check cons=0 prod=0 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:45:22.216516953  20:45:22.216 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:22.216517853  20:45:22.216 TRC [rtsp] client request:
2025-02-20 20:45:22.216518753  SETUP rtsp://20.0.0.13/h264Preview_01_sub/track2 RTSP/1.0
2025-02-20 20:45:22.216519553  Session: 1E51246C
2025-02-20 20:45:22.216520353  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:22.216521153  CSeq: 4
2025-02-20 20:45:22.216522453  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="eceb1d85fc168ecabd7207e053332049", uri="rtsp://20.0.0.13/h264Preview_01_sub/track2", response="6b28d2ef5d0f86c4a9a9c1dd6bbf92ff"
2025-02-20 20:45:22.216523153  
2025-02-20 20:45:22.216523853  
2025-02-20 20:45:22.219006416  20:45:22.218 TRC [rtsp] client response:
2025-02-20 20:45:22.219008217  RTSP/1.0 200 OK
2025-02-20 20:45:22.219009117  Cseq: 4
2025-02-20 20:45:22.219010017  Date: Fri, Feb 21 2025 04:45:57 GMT
2025-02-20 20:45:22.219011117  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.13;interleaved=2-3
2025-02-20 20:45:22.219012017  Session: 1E51246C;timeout=65
2025-02-20 20:45:22.219012717  
2025-02-20 20:45:22.219013517  
2025-02-20 20:45:22.219034218  20:45:22.218 DBG [streams] start producer url=rtsp://admin:[email protected]:554/h264Preview_01_sub
2025-02-20 20:45:22.219045219  20:45:22.219 TRC [rtsp] server response:
2025-02-20 20:45:22.219046219  RTSP/1.0 200 OK
2025-02-20 20:45:22.219047019  Content-Length: 431
2025-02-20 20:45:22.219047819  Content-Type: application/sdp
2025-02-20 20:45:22.219048619  Cseq: 2
2025-02-20 20:45:22.219049419  
2025-02-20 20:45:22.219050119  v=0
2025-02-20 20:45:22.219050919  o=- 1 1 IN IP4 0.0.0.0
2025-02-20 20:45:22.219051719  s=go2rtc/1.9.2
2025-02-20 20:45:22.219052519  c=IN IP4 0.0.0.0
2025-02-20 20:45:22.219053320  t=0 0
2025-02-20 20:45:22.219054120  m=video 0 RTP/AVP 96
2025-02-20 20:45:22.219054820  a=rtpmap:96 H264/90000
2025-02-20 20:45:22.219055920  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKCgL/lQ,aO48sA==
2025-02-20 20:45:22.219056620  a=control:trackID=0
2025-02-20 20:45:22.219057420  m=audio 0 RTP/AVP 97
2025-02-20 20:45:22.219058220  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:22.219059320  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:22.219060120  a=control:trackID=1
2025-02-20 20:45:22.219060820  
2025-02-20 20:45:22.219121624  20:45:22.219 TRC [rtsp] client request:
2025-02-20 20:45:22.219123624  PLAY rtsp://20.0.0.13/h264Preview_01_sub/ RTSP/1.0
2025-02-20 20:45:22.219124524  CSeq: 5
2025-02-20 20:45:22.219125924  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="eceb1d85fc168ecabd7207e053332049", uri="rtsp://20.0.0.13/h264Preview_01_sub/", response="f6cecdf0b7b2512da4d1a33df512797e"
2025-02-20 20:45:22.219126824  Session: 1E51246C
2025-02-20 20:45:22.219127624  
2025-02-20 20:45:22.219128424  
2025-02-20 20:45:22.219360640  20:45:22.219 TRC [rtsp] server request:
2025-02-20 20:45:22.219361940  SETUP rtsp://127.0.0.1:8554/Camera_2/trackID=0 RTSP/1.0
2025-02-20 20:45:22.219362840  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:22.219363640  Cseq: 3
2025-02-20 20:45:22.219364440  User-Agent: Lavf59.27.100
2025-02-20 20:45:22.219365240  
2025-02-20 20:45:22.219366040  
2025-02-20 20:45:22.219389242  20:45:22.219 TRC [rtsp] server response:
2025-02-20 20:45:22.219390942  RTSP/1.0 200 OK
2025-02-20 20:45:22.219392142  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:22.219393142  Cseq: 3
2025-02-20 20:45:22.219394342  Session: 61072870;timeout=60
2025-02-20 20:45:22.219395242  
2025-02-20 20:45:22.219396242  
2025-02-20 20:45:22.219567753  20:45:22.219 TRC [rtsp] server request:
2025-02-20 20:45:22.219569753  SETUP rtsp://127.0.0.1:8554/Camera_2/trackID=1 RTSP/1.0
2025-02-20 20:45:22.219571054  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:22.219592855  Cseq: 4
2025-02-20 20:45:22.219594355  User-Agent: Lavf59.27.100
2025-02-20 20:45:22.219595155  Session: 61072870
2025-02-20 20:45:22.219595955  
2025-02-20 20:45:22.219596755  
2025-02-20 20:45:22.219692361  20:45:22.219 TRC [rtsp] server response:
2025-02-20 20:45:22.219693962  RTSP/1.0 200 OK
2025-02-20 20:45:22.219694862  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:22.219695762  Cseq: 4
2025-02-20 20:45:22.219696662  Session: 72106924;timeout=60
2025-02-20 20:45:22.219697362  
2025-02-20 20:45:22.219698162  
2025-02-20 20:45:22.219875974  20:45:22.219 TRC [rtsp] server request:
2025-02-20 20:45:22.219877774  PLAY rtsp://127.0.0.1:8554/Camera_2 RTSP/1.0
2025-02-20 20:45:22.219878674  Range: npt=0.000-
2025-02-20 20:45:22.219879574  Cseq: 5
2025-02-20 20:45:22.219900075  User-Agent: Lavf59.27.100
2025-02-20 20:45:22.219901475  Session: 61072870
2025-02-20 20:45:22.219902275  
2025-02-20 20:45:22.219903075  
2025-02-20 20:45:22.219924677  20:45:22.219 TRC [rtsp] server response:
2025-02-20 20:45:22.219926077  RTSP/1.0 200 OK
2025-02-20 20:45:22.219926777  Cseq: 5
2025-02-20 20:45:22.219927477  Session: 72106924
2025-02-20 20:45:22.219928277  
2025-02-20 20:45:22.219928977  
2025-02-20 20:45:22.269336421  20:45:22.269 TRC [rtsp] client response:
2025-02-20 20:45:22.269339622  RTSP/1.0 200 OK
2025-02-20 20:45:22.269340722  Cseq: 5
2025-02-20 20:45:22.269342022  Date: Fri, Feb 21 2025 04:45:57 GMT
2025-02-20 20:45:22.269343122  Range: npt=0.000-
2025-02-20 20:45:22.269344322  Session: 1E51246C
2025-02-20 20:45:22.269346022  Rtp-Info: url=rtsp://20.0.0.13/h264Preview_01_sub/track1;seq=56704;rtptime=3891757683,url=rtsp://20.0.0.13/h264Preview_01_sub/track2;seq=60603;rtptime=3354247849
2025-02-20 20:45:22.269347022  
2025-02-20 20:45:22.269348022  
2025-02-20 20:45:27.442135751  20:45:27.442 TRC [rtsp] server request:
2025-02-20 20:45:27.442138351  TEARDOWN rtsp://127.0.0.1:8554/Camera_2 RTSP/1.0
2025-02-20 20:45:27.442139351  User-Agent: Lavf59.27.100
2025-02-20 20:45:27.442140251  Session: 61072870
2025-02-20 20:45:27.442141151  Cseq: 6
2025-02-20 20:45:27.442141951  
2025-02-20 20:45:27.442142651  
2025-02-20 20:45:27.442195755  20:45:27.442 DBG [rtsp] handle error="read tcp 127.0.0.1:8554->127.0.0.1:55474: read: connection reset by peer"
2025-02-20 20:45:27.442197455  20:45:27.442 DBG [streams] stop producer url=rtsp://admin:[email protected]:554/h264Preview_01_sub
2025-02-20 20:45:27.442198355  20:45:27.442 TRC [rtsp] client request:
2025-02-20 20:45:27.442199155  TEARDOWN rtsp://20.0.0.13/h264Preview_01_sub/ RTSP/1.0
2025-02-20 20:45:27.442199955  CSeq: 6
2025-02-20 20:45:27.442201255  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="eceb1d85fc168ecabd7207e053332049", uri="rtsp://20.0.0.13/h264Preview_01_sub/", response="63bdb17448e076bcb9180b54df24c62f"
2025-02-20 20:45:27.442202055  Session: 1E51246C
2025-02-20 20:45:27.442202755  
2025-02-20 20:45:27.442203555  
2025-02-20 20:45:27.442293861  20:45:27.442 DBG [rtsp] disconnect stream=Camera_2
2025-02-20 20:45:27.442303262  20:45:27.442 TRC [streams] stop reconnect url=rtsp://admin:[email protected]:554/h264Preview_01_sub
2025-02-20 20:45:27.741217577  20:45:27.741 TRC [rtsp] server request:
2025-02-20 20:45:27.741220477  OPTIONS rtsp://127.0.0.1:8554/Doorbell RTSP/1.0
2025-02-20 20:45:27.741221478  Cseq: 1
2025-02-20 20:45:27.741222378  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.741223178  
2025-02-20 20:45:27.741223978  
2025-02-20 20:45:27.741250879  20:45:27.741 TRC [rtsp] server response:
2025-02-20 20:45:27.741271581  RTSP/1.0 200 OK
2025-02-20 20:45:27.741273281  Public: OPTIONS, SETUP, TEARDOWN, DESCRIBE, PLAY, PAUSE, ANNOUNCE, RECORD
2025-02-20 20:45:27.741274281  Cseq: 1
2025-02-20 20:45:27.741275281  
2025-02-20 20:45:27.741276281  
2025-02-20 20:45:27.741472294  20:45:27.741 TRC [rtsp] server request:
2025-02-20 20:45:27.741474294  DESCRIBE rtsp://127.0.0.1:8554/Doorbell RTSP/1.0
2025-02-20 20:45:27.741475394  Accept: application/sdp
2025-02-20 20:45:27.741476294  Cseq: 2
2025-02-20 20:45:27.741477394  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.741478394  
2025-02-20 20:45:27.741479294  
2025-02-20 20:45:27.741506096  20:45:27.741 DBG [rtsp] new consumer stream=Doorbell
2025-02-20 20:45:27.741507496  20:45:27.741 TRC [streams] check cons=0 media=video, sendonly, H264, H265
2025-02-20 20:45:27.742989692  20:45:27.742 TRC [rtsp] client request:
2025-02-20 20:45:27.742992693  DESCRIBE rtsp://20.0.0.11:554/h264Preview_01_sub RTSP/1.0
2025-02-20 20:45:27.742993993  Accept: application/sdp
2025-02-20 20:45:27.742995193  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:27.742996393  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:27.742997393  CSeq: 1
2025-02-20 20:45:27.742998393  
2025-02-20 20:45:27.742999393  
2025-02-20 20:45:27.744088464  20:45:27.744 TRC [rtsp] client response:
2025-02-20 20:45:27.744090564  RTSP/1.0 401 Unauthorized
2025-02-20 20:45:27.744091564  Date: Fri, Feb 21 2025 04:45:36 GMT
2025-02-20 20:45:27.744092764  Www-Authenticate: Digest realm="BC Streaming Media", nonce="9eb04597a83c901ad5fa9a11819f40c8"
2025-02-20 20:45:27.744093564  Cseq: 1
2025-02-20 20:45:27.744094364  
2025-02-20 20:45:27.744095164  
2025-02-20 20:45:27.744118266  20:45:27.744 TRC [rtsp] client request:
2025-02-20 20:45:27.744120166  DESCRIBE rtsp://20.0.0.11:554/h264Preview_01_sub RTSP/1.0
2025-02-20 20:45:27.744121266  Accept: application/sdp
2025-02-20 20:45:27.744122566  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:27.744123566  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:27.744124566  CSeq: 2
2025-02-20 20:45:27.744126566  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="9eb04597a83c901ad5fa9a11819f40c8", uri="rtsp://20.0.0.11:554/h264Preview_01_sub", response="5722c14c85e268da8a3609f2ee3f51e7"
2025-02-20 20:45:27.744127466  
2025-02-20 20:45:27.744128466  
2025-02-20 20:45:27.754146117  20:45:27.754 TRC [rtsp] server request:
2025-02-20 20:45:27.754149217  OPTIONS rtsp://127.0.0.1:8554/Doorbell_HQ RTSP/1.0
2025-02-20 20:45:27.754150117  Cseq: 1
2025-02-20 20:45:27.754151117  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.754151917  
2025-02-20 20:45:27.754152717  
2025-02-20 20:45:27.754153618  20:45:27.754 TRC [rtsp] server response:
2025-02-20 20:45:27.754154418  RTSP/1.0 200 OK
2025-02-20 20:45:27.754155318  Public: OPTIONS, SETUP, TEARDOWN, DESCRIBE, PLAY, PAUSE, ANNOUNCE, RECORD
2025-02-20 20:45:27.754156118  Cseq: 1
2025-02-20 20:45:27.754156818  
2025-02-20 20:45:27.754157618  
2025-02-20 20:45:27.754344430  20:45:27.754 TRC [rtsp] server request:
2025-02-20 20:45:27.754346330  DESCRIBE rtsp://127.0.0.1:8554/Doorbell_HQ RTSP/1.0
2025-02-20 20:45:27.754347230  Accept: application/sdp
2025-02-20 20:45:27.754348130  Cseq: 2
2025-02-20 20:45:27.754349030  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.754349730  
2025-02-20 20:45:27.754350530  
2025-02-20 20:45:27.754391633  20:45:27.754 DBG [rtsp] new consumer stream=Doorbell_HQ
2025-02-20 20:45:27.754393633  20:45:27.754 TRC [streams] check cons=0 media=video, sendonly, H264, H265
2025-02-20 20:45:27.756613477  20:45:27.756 TRC [rtsp] client request:
2025-02-20 20:45:27.756616577  DESCRIBE rtsp://20.0.0.11:554/Preview_01_main RTSP/1.0
2025-02-20 20:45:27.756617778  Accept: application/sdp
2025-02-20 20:45:27.756618978  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:27.756620178  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:27.756621178  CSeq: 1
2025-02-20 20:45:27.756622378  
2025-02-20 20:45:27.756623378  
2025-02-20 20:45:27.788334738  20:45:27.788 TRC [rtsp] client response:
2025-02-20 20:45:27.788338738  RTSP/1.0 200 OK
2025-02-20 20:45:27.788339838  Cseq: 2
2025-02-20 20:45:27.788341038  Date: Fri, Feb 21 2025 04:45:36 GMT
2025-02-20 20:45:27.788342238  Content-Base: rtsp://20.0.0.11/Preview_01_sub/
2025-02-20 20:45:27.788343438  Content-Type: application/sdp
2025-02-20 20:45:27.788344538  Content-Length: 737
2025-02-20 20:45:27.788345538  
2025-02-20 20:45:27.788346538  v=0
2025-02-20 20:45:27.788347639  o=- 1739502987604979 1 IN IP4 20.0.0.11
2025-02-20 20:45:27.788348939  s=Session streamed by "preview"
2025-02-20 20:45:27.788349839  t=0 0
2025-02-20 20:45:27.788350939  a=tool:BC Streaming Media v202210012022.10.01
2025-02-20 20:45:27.788351839  a=type:broadcast
2025-02-20 20:45:27.788352839  a=control:*
2025-02-20 20:45:27.788353839  a=range:npt=now-
2025-02-20 20:45:27.788355039  a=x-qt-text-nam:Session streamed by "preview"
2025-02-20 20:45:27.788356039  m=video 0 RTP/AVP 96
2025-02-20 20:45:27.788357039  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.788358039  b=AS:8192
2025-02-20 20:45:27.788359139  a=rtpmap:96 H264/90000
2025-02-20 20:45:27.788360639  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKCgPZA=,aO48sA==
2025-02-20 20:45:27.788361939  a=recvonly
2025-02-20 20:45:27.788362940  a=control:track1
2025-02-20 20:45:27.788364040  m=audio 0 RTP/AVP 97
2025-02-20 20:45:27.788365040  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.788366040  b=AS:8192
2025-02-20 20:45:27.788367040  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:27.788368640  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:27.788369640  a=recvonly
2025-02-20 20:45:27.788370640  a=control:track2
2025-02-20 20:45:27.788371640  m=audio 0 RTP/AVP 0
2025-02-20 20:45:27.788372840  a=control:track3
2025-02-20 20:45:27.788373840  a=rtpmap:0 PCMU/8000
2025-02-20 20:45:27.788374840  a=sendonly
2025-02-20 20:45:27.788788267  20:45:27.788 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:27.788790467  20:45:27.788 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:27.788962578  20:45:27.788 TRC [rtsp] client request:
2025-02-20 20:45:27.788964579  SETUP rtsp://20.0.0.11/Preview_01_sub/track1 RTSP/1.0
2025-02-20 20:45:27.788965879  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.788966879  CSeq: 3
2025-02-20 20:45:27.788968479  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="9eb04597a83c901ad5fa9a11819f40c8", uri="rtsp://20.0.0.11/Preview_01_sub/track1", response="f05ee27e6a3a6ffab2a5b9392e264c7f"
2025-02-20 20:45:27.788969479  
2025-02-20 20:45:27.788970479  
2025-02-20 20:45:27.791095717  20:45:27.790 TRC [rtsp] client response:
2025-02-20 20:45:27.791099417  RTSP/1.0 401 Unauthorized
2025-02-20 20:45:27.791100617  Cseq: 1
2025-02-20 20:45:27.791101917  Date: Fri, Feb 21 2025 04:45:36 GMT
2025-02-20 20:45:27.791103518  Www-Authenticate: Digest realm="BC Streaming Media", nonce="8ece0c60d5bf3f457c70f9c351646112"
2025-02-20 20:45:27.791104418  
2025-02-20 20:45:27.791105518  
2025-02-20 20:45:27.791106718  20:45:27.790 TRC [rtsp] client request:
2025-02-20 20:45:27.791107918  DESCRIBE rtsp://20.0.0.11:554/Preview_01_main RTSP/1.0
2025-02-20 20:45:27.791108918  CSeq: 2
2025-02-20 20:45:27.791110718  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="8ece0c60d5bf3f457c70f9c351646112", uri="rtsp://20.0.0.11:554/Preview_01_main", response="9affc9743943fcbd51f104c1b0b9d081"
2025-02-20 20:45:27.791111918  Accept: application/sdp
2025-02-20 20:45:27.791113118  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:27.791114618  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:27.791115518  
2025-02-20 20:45:27.791116618  
2025-02-20 20:45:27.793801893  20:45:27.793 TRC [rtsp] server request:
2025-02-20 20:45:27.793806293  OPTIONS rtsp://127.0.0.1:8554/Camera_1 RTSP/1.0
2025-02-20 20:45:27.793807493  Cseq: 1
2025-02-20 20:45:27.793808793  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.793809793  
2025-02-20 20:45:27.793810793  
2025-02-20 20:45:27.793811893  20:45:27.793 TRC [rtsp] server response:
2025-02-20 20:45:27.793812994  RTSP/1.0 200 OK
2025-02-20 20:45:27.793814394  Public: OPTIONS, SETUP, TEARDOWN, DESCRIBE, PLAY, PAUSE, ANNOUNCE, RECORD
2025-02-20 20:45:27.793815394  Cseq: 1
2025-02-20 20:45:27.793816294  
2025-02-20 20:45:27.793817094  
2025-02-20 20:45:27.794230621  20:45:27.793 TRC [rtsp] server request:
2025-02-20 20:45:27.794236921  DESCRIBE rtsp://127.0.0.1:8554/Camera_1 RTSP/1.0
2025-02-20 20:45:27.794237921  Accept: application/sdp
2025-02-20 20:45:27.794238721  Cseq: 2
2025-02-20 20:45:27.794239621  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.794240321  
2025-02-20 20:45:27.794241121  
2025-02-20 20:45:27.794242021  20:45:27.794 DBG [rtsp] new consumer stream=Camera_1
2025-02-20 20:45:27.794243021  20:45:27.794 TRC [streams] check cons=0 media=video, sendonly, H264, H265
2025-02-20 20:45:27.795615311  20:45:27.795 TRC [rtsp] client request:
2025-02-20 20:45:27.795618611  DESCRIBE rtsp://20.0.0.12:554/h264Preview_01_sub RTSP/1.0
2025-02-20 20:45:27.795619711  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:27.795620811  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:27.795621811  CSeq: 1
2025-02-20 20:45:27.795622811  Accept: application/sdp
2025-02-20 20:45:27.795623711  
2025-02-20 20:45:27.795624611  
2025-02-20 20:45:27.798046169  20:45:27.797 TRC [rtsp] client response:
2025-02-20 20:45:27.798050069  RTSP/1.0 401 Unauthorized
2025-02-20 20:45:27.798051569  Date: Fri, Feb 21 2025 04:46:07 GMT
2025-02-20 20:45:27.798053069  Www-Authenticate: Digest realm="LIVE555 Streaming Media", nonce="35c2d087f0d76fa98f49df5b16fa04dd"
2025-02-20 20:45:27.798054069  Cseq: 1
2025-02-20 20:45:27.798055069  
2025-02-20 20:45:27.798055969  
2025-02-20 20:45:27.798057169  20:45:27.797 TRC [rtsp] client request:
2025-02-20 20:45:27.798058469  DESCRIBE rtsp://20.0.0.12:554/h264Preview_01_sub RTSP/1.0
2025-02-20 20:45:27.798059469  Accept: application/sdp
2025-02-20 20:45:27.798060669  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:27.798061870  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:27.798062870  CSeq: 2
2025-02-20 20:45:27.798065070  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="35c2d087f0d76fa98f49df5b16fa04dd", uri="rtsp://20.0.0.12:554/h264Preview_01_sub", response="fd457b812e6ba2294a2cd27951ad0ad8"
2025-02-20 20:45:27.798066370  
2025-02-20 20:45:27.798067270  
2025-02-20 20:45:27.807238466  20:45:27.807 TRC [rtsp] server request:
2025-02-20 20:45:27.807241566  OPTIONS rtsp://127.0.0.1:8554/Camera_2 RTSP/1.0
2025-02-20 20:45:27.807242766  Cseq: 1
2025-02-20 20:45:27.807244066  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.807245066  
2025-02-20 20:45:27.807246066  
2025-02-20 20:45:27.807247266  20:45:27.807 TRC [rtsp] server response:
2025-02-20 20:45:27.807248266  RTSP/1.0 200 OK
2025-02-20 20:45:27.807249466  Public: OPTIONS, SETUP, TEARDOWN, DESCRIBE, PLAY, PAUSE, ANNOUNCE, RECORD
2025-02-20 20:45:27.807250466  Cseq: 1
2025-02-20 20:45:27.807251366  
2025-02-20 20:45:27.807252466  
2025-02-20 20:45:27.807496182  20:45:27.807 TRC [rtsp] server request:
2025-02-20 20:45:27.807497582  DESCRIBE rtsp://127.0.0.1:8554/Camera_2 RTSP/1.0
2025-02-20 20:45:27.807498482  Accept: application/sdp
2025-02-20 20:45:27.807499183  Cseq: 2
2025-02-20 20:45:27.807500083  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.807500783  
2025-02-20 20:45:27.807501483  
2025-02-20 20:45:27.807502383  20:45:27.807 DBG [rtsp] new consumer stream=Camera_2
2025-02-20 20:45:27.807503383  20:45:27.807 TRC [streams] check cons=0 media=video, sendonly, H264, H265
2025-02-20 20:45:27.808958077  20:45:27.808 TRC [rtsp] client request:
2025-02-20 20:45:27.808961277  DESCRIBE rtsp://20.0.0.13:554/h264Preview_01_sub RTSP/1.0
2025-02-20 20:45:27.808962578  Accept: application/sdp
2025-02-20 20:45:27.808964078  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:27.808965278  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:27.808966378  CSeq: 1
2025-02-20 20:45:27.808967478  
2025-02-20 20:45:27.808968578  
2025-02-20 20:45:27.810441274  20:45:27.810 TRC [rtsp] client response:
2025-02-20 20:45:27.810445274  RTSP/1.0 401 Unauthorized
2025-02-20 20:45:27.810446374  Cseq: 1
2025-02-20 20:45:27.810447674  Date: Fri, Feb 21 2025 04:46:03 GMT
2025-02-20 20:45:27.810449074  Www-Authenticate: Digest realm="LIVE555 Streaming Media", nonce="6dfd17ef72cb7acc59dfa2f1420b5005"
2025-02-20 20:45:27.810450174  
2025-02-20 20:45:27.810451174  
2025-02-20 20:45:27.810543980  20:45:27.810 TRC [rtsp] client request:
2025-02-20 20:45:27.810546380  DESCRIBE rtsp://20.0.0.13:554/h264Preview_01_sub RTSP/1.0
2025-02-20 20:45:27.810547981  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="6dfd17ef72cb7acc59dfa2f1420b5005", uri="rtsp://20.0.0.13:554/h264Preview_01_sub", response="3b4a7541fd46b2e971ca0e48a6c6a59d"
2025-02-20 20:45:27.810549081  Accept: application/sdp
2025-02-20 20:45:27.810550381  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:27.810551481  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:27.810552581  CSeq: 2
2025-02-20 20:45:27.810553481  
2025-02-20 20:45:27.810554581  
2025-02-20 20:45:27.811092116  20:45:27.811 TRC [rtsp] server request:
2025-02-20 20:45:27.811094716  OPTIONS rtsp://127.0.0.1:8554/Camera_1_HQ RTSP/1.0
2025-02-20 20:45:27.811096016  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.811097016  Cseq: 1
2025-02-20 20:45:27.811098116  
2025-02-20 20:45:27.811099116  
2025-02-20 20:45:27.811100216  20:45:27.811 TRC [rtsp] server response:
2025-02-20 20:45:27.811101216  RTSP/1.0 200 OK
2025-02-20 20:45:27.811102217  Cseq: 1
2025-02-20 20:45:27.811103417  Public: OPTIONS, SETUP, TEARDOWN, DESCRIBE, PLAY, PAUSE, ANNOUNCE, RECORD
2025-02-20 20:45:27.811104217  
2025-02-20 20:45:27.811105217  
2025-02-20 20:45:27.811357433  20:45:27.811 TRC [rtsp] server request:
2025-02-20 20:45:27.811359733  DESCRIBE rtsp://127.0.0.1:8554/Camera_1_HQ RTSP/1.0
2025-02-20 20:45:27.811361033  Accept: application/sdp
2025-02-20 20:45:27.811362233  Cseq: 2
2025-02-20 20:45:27.811363434  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.811364534  
2025-02-20 20:45:27.811365534  
2025-02-20 20:45:27.811459640  20:45:27.811 DBG [rtsp] new consumer stream=Camera_1_HQ
2025-02-20 20:45:27.811461740  20:45:27.811 TRC [streams] check cons=0 media=video, sendonly, H264, H265
2025-02-20 20:45:27.812651717  20:45:27.812 TRC [rtsp] client request:
2025-02-20 20:45:27.812654517  DESCRIBE rtsp://20.0.0.12:554/h264Preview_01_main RTSP/1.0
2025-02-20 20:45:27.812655917  Accept: application/sdp
2025-02-20 20:45:27.812657218  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:27.812658418  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:27.812659518  CSeq: 1
2025-02-20 20:45:27.812678319  
2025-02-20 20:45:27.812679719  
2025-02-20 20:45:27.820324816  20:45:27.820 TRC [rtsp] server request:
2025-02-20 20:45:27.820328816  OPTIONS rtsp://127.0.0.1:8554/Camera_2_HQ RTSP/1.0
2025-02-20 20:45:27.820329816  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.820330616  Cseq: 1
2025-02-20 20:45:27.820331516  
2025-02-20 20:45:27.820332316  
2025-02-20 20:45:27.820333116  20:45:27.820 TRC [rtsp] server response:
2025-02-20 20:45:27.820333916  RTSP/1.0 200 OK
2025-02-20 20:45:27.820334816  Public: OPTIONS, SETUP, TEARDOWN, DESCRIBE, PLAY, PAUSE, ANNOUNCE, RECORD
2025-02-20 20:45:27.820335616  Cseq: 1
2025-02-20 20:45:27.820336316  
2025-02-20 20:45:27.820337016  
2025-02-20 20:45:27.820482826  20:45:27.820 TRC [rtsp] server request:
2025-02-20 20:45:27.820484626  DESCRIBE rtsp://127.0.0.1:8554/Camera_2_HQ RTSP/1.0
2025-02-20 20:45:27.820485326  Cseq: 2
2025-02-20 20:45:27.820486326  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.820487126  Accept: application/sdp
2025-02-20 20:45:27.820487826  
2025-02-20 20:45:27.820488526  
2025-02-20 20:45:27.820540730  20:45:27.820 DBG [rtsp] new consumer stream=Camera_2_HQ
2025-02-20 20:45:27.820542230  20:45:27.820 TRC [streams] check cons=0 media=video, sendonly, H264, H265
2025-02-20 20:45:27.821928920  20:45:27.821 TRC [rtsp] client request:
2025-02-20 20:45:27.821931420  DESCRIBE rtsp://20.0.0.13:554/h264Preview_01_main RTSP/1.0
2025-02-20 20:45:27.821932420  Accept: application/sdp
2025-02-20 20:45:27.821933420  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:27.821934220  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:27.821935020  CSeq: 1
2025-02-20 20:45:27.821935920  
2025-02-20 20:45:27.821936620  
2025-02-20 20:45:27.838756413  20:45:27.838 TRC [rtsp] client response:
2025-02-20 20:45:27.838760213  RTSP/1.0 200 OK
2025-02-20 20:45:27.838761613  Content-Base: rtsp://20.0.0.13/h264Preview_01_sub/
2025-02-20 20:45:27.838762813  Content-Type: application/sdp
2025-02-20 20:45:27.838763813  Content-Length: 693
2025-02-20 20:45:27.838764913  Cseq: 2
2025-02-20 20:45:27.838766113  Date: Fri, Feb 21 2025 04:46:03 GMT
2025-02-20 20:45:27.838767113  
2025-02-20 20:45:27.838768214  v=0
2025-02-20 20:45:27.838769314  o=- 1732577713500421 1 IN IP4 20.0.0.13
2025-02-20 20:45:27.838770414  s=Session streamed by "preview"
2025-02-20 20:45:27.838771414  i=h264Preview_01_sub
2025-02-20 20:45:27.838772414  t=0 0
2025-02-20 20:45:27.838773514  a=tool:LIVE555 Streaming Media v2020.08.12
2025-02-20 20:45:27.838774614  a=type:broadcast
2025-02-20 20:45:27.838775614  a=control:*
2025-02-20 20:45:27.838776614  a=range:npt=0-
2025-02-20 20:45:27.838777814  a=x-qt-text-nam:Session streamed by "preview"
2025-02-20 20:45:27.838778914  a=x-qt-text-inf:h264Preview_01_sub
2025-02-20 20:45:27.838779914  m=video 0 RTP/AVP 96
2025-02-20 20:45:27.838780614  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.838781414  b=AS:500
2025-02-20 20:45:27.838782214  a=rtpmap:96 H264/90000
2025-02-20 20:45:27.838783615  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKCgL/lQ,aO48sA==
2025-02-20 20:45:27.838784715  a=control:track1
2025-02-20 20:45:27.838785815  m=audio 0 RTP/AVP 97
2025-02-20 20:45:27.838786815  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.838787815  b=AS:256
2025-02-20 20:45:27.838788915  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:27.838790515  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:27.838791615  a=control:track2
2025-02-20 20:45:27.838792615  
2025-02-20 20:45:27.838823517  20:45:27.838 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:27.838825217  20:45:27.838 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:27.838826417  20:45:27.838 TRC [rtsp] client request:
2025-02-20 20:45:27.838827717  SETUP rtsp://20.0.0.13/h264Preview_01_sub/track1 RTSP/1.0
2025-02-20 20:45:27.838828918  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.838829918  CSeq: 3
2025-02-20 20:45:27.838832018  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="6dfd17ef72cb7acc59dfa2f1420b5005", uri="rtsp://20.0.0.13/h264Preview_01_sub/track1", response="45b5f44fcccffbd5321d86a5ec4ed1e7"
2025-02-20 20:45:27.838832918  
2025-02-20 20:45:27.838833918  
2025-02-20 20:45:27.838897822  20:45:27.838 TRC [rtsp] client response:
2025-02-20 20:45:27.838900222  RTSP/1.0 401 Unauthorized
2025-02-20 20:45:27.838901522  Cseq: 1
2025-02-20 20:45:27.838902722  Date: Fri, Feb 21 2025 04:46:03 GMT
2025-02-20 20:45:27.838904322  Www-Authenticate: Digest realm="LIVE555 Streaming Media", nonce="0a5e60232de7b9686332c97647d15b34"
2025-02-20 20:45:27.838905422  
2025-02-20 20:45:27.838906523  
2025-02-20 20:45:27.838907723  20:45:27.838 TRC [rtsp] client request:
2025-02-20 20:45:27.838909023  DESCRIBE rtsp://20.0.0.13:554/h264Preview_01_main RTSP/1.0
2025-02-20 20:45:27.838910023  CSeq: 2
2025-02-20 20:45:27.838912023  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="0a5e60232de7b9686332c97647d15b34", uri="rtsp://20.0.0.13:554/h264Preview_01_main", response="977d81e98f2604b84319efd69e8ec328"
2025-02-20 20:45:27.838913023  Accept: application/sdp
2025-02-20 20:45:27.838914223  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:27.838915223  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:27.838916223  
2025-02-20 20:45:27.838917223  
2025-02-20 20:45:27.841724206  20:45:27.841 TRC [rtsp] client response:
2025-02-20 20:45:27.841727406  RTSP/1.0 200 OK
2025-02-20 20:45:27.841728606  Cseq: 3
2025-02-20 20:45:27.841730006  Date: Fri, Feb 21 2025 04:45:36 GMT
2025-02-20 20:45:27.841731406  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.11;interleaved=0-1
2025-02-20 20:45:27.841732706  Session: 54EE215C;timeout=65
2025-02-20 20:45:27.841733806  
2025-02-20 20:45:27.841734906  
2025-02-20 20:45:27.841758808  20:45:27.841 TRC [streams] check cons=0 media=audio, sendonly, MPEG4-GENERIC
2025-02-20 20:45:27.841760708  20:45:27.841 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:27.841765708  20:45:27.841 TRC [streams] check cons=0 prod=0 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:45:27.841769609  20:45:27.841 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:27.841834713  20:45:27.841 TRC [rtsp] client request:
2025-02-20 20:45:27.841837113  SETUP rtsp://20.0.0.11/Preview_01_sub/track2 RTSP/1.0
2025-02-20 20:45:27.841838313  Session: 54EE215C
2025-02-20 20:45:27.841839613  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.841840713  CSeq: 4
2025-02-20 20:45:27.841842613  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="9eb04597a83c901ad5fa9a11819f40c8", uri="rtsp://20.0.0.11/Preview_01_sub/track2", response="18bb58177845f25e49d8ad7d89972c99"
2025-02-20 20:45:27.841843713  
2025-02-20 20:45:27.841844713  
2025-02-20 20:45:27.844730701  20:45:27.844 TRC [rtsp] client response:
2025-02-20 20:45:27.844732901  RTSP/1.0 200 OK
2025-02-20 20:45:27.844733901  Content-Type: application/sdp
2025-02-20 20:45:27.844734801  Content-Length: 693
2025-02-20 20:45:27.844735801  Cseq: 2
2025-02-20 20:45:27.844737001  Date: Fri, Feb 21 2025 04:46:07 GMT
2025-02-20 20:45:27.844738101  Content-Base: rtsp://20.0.0.12/h264Preview_01_sub/
2025-02-20 20:45:27.844739101  
2025-02-20 20:45:27.844740201  v=0
2025-02-20 20:45:27.844741402  o=- 1732577754573389 1 IN IP4 20.0.0.12
2025-02-20 20:45:27.844742402  s=Session streamed by "preview"
2025-02-20 20:45:27.844743402  i=h264Preview_01_sub
2025-02-20 20:45:27.844744402  t=0 0
2025-02-20 20:45:27.844745702  a=tool:LIVE555 Streaming Media v2020.08.12
2025-02-20 20:45:27.844746702  a=type:broadcast
2025-02-20 20:45:27.844747702  a=control:*
2025-02-20 20:45:27.844748802  a=range:npt=0-
2025-02-20 20:45:27.844750102  a=x-qt-text-nam:Session streamed by "preview"
2025-02-20 20:45:27.844751202  a=x-qt-text-inf:h264Preview_01_sub
2025-02-20 20:45:27.844752402  m=video 0 RTP/AVP 96
2025-02-20 20:45:27.844753602  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.844754602  b=AS:500
2025-02-20 20:45:27.844755702  a=rtpmap:96 H264/90000
2025-02-20 20:45:27.844757303  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKCgL/lQ,aO48sA==
2025-02-20 20:45:27.844758403  a=control:track1
2025-02-20 20:45:27.844759503  m=audio 0 RTP/AVP 97
2025-02-20 20:45:27.844760503  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.844761503  b=AS:256
2025-02-20 20:45:27.844762803  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:27.844764403  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:27.844765403  a=control:track2
2025-02-20 20:45:27.844766403  
2025-02-20 20:45:27.844798105  20:45:27.844 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:27.844799805  20:45:27.844 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:27.844801005  20:45:27.844 TRC [rtsp] client request:
2025-02-20 20:45:27.844802306  SETUP rtsp://20.0.0.12/h264Preview_01_sub/track1 RTSP/1.0
2025-02-20 20:45:27.844803406  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.844804506  CSeq: 3
2025-02-20 20:45:27.844806006  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="35c2d087f0d76fa98f49df5b16fa04dd", uri="rtsp://20.0.0.12/h264Preview_01_sub/track1", response="fa83b1cbc6ba79b85ddd30dab00bccda"
2025-02-20 20:45:27.844806706  
2025-02-20 20:45:27.844807506  
2025-02-20 20:45:27.844979017  20:45:27.844 TRC [rtsp] client response:
2025-02-20 20:45:27.844980917  RTSP/1.0 401 Unauthorized
2025-02-20 20:45:27.844981817  Cseq: 1
2025-02-20 20:45:27.844982817  Date: Fri, Feb 21 2025 04:46:07 GMT
2025-02-20 20:45:27.844983917  Www-Authenticate: Digest realm="LIVE555 Streaming Media", nonce="ea88c75f6385ef1ef5abd3ddb3196e96"
2025-02-20 20:45:27.844984817  
2025-02-20 20:45:27.844985517  
2025-02-20 20:45:27.845008719  20:45:27.844 TRC [rtsp] client request:
2025-02-20 20:45:27.845010919  DESCRIBE rtsp://20.0.0.12:554/h264Preview_01_main RTSP/1.0
2025-02-20 20:45:27.845012819  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="ea88c75f6385ef1ef5abd3ddb3196e96", uri="rtsp://20.0.0.12:554/h264Preview_01_main", response="01327d0b2ed090d8a2e8d8a1f74c3950"
2025-02-20 20:45:27.845013919  Accept: application/sdp
2025-02-20 20:45:27.845015019  Require: www.onvif.org/ver20/backchannel
2025-02-20 20:45:27.845016119  User-Agent: go2rtc/1.9.2
2025-02-20 20:45:27.845017119  CSeq: 2
2025-02-20 20:45:27.845018120  
2025-02-20 20:45:27.845019020  
2025-02-20 20:45:27.871031609  20:45:27.870 TRC [rtsp] client response:
2025-02-20 20:45:27.871034409  RTSP/1.0 200 OK
2025-02-20 20:45:27.871035209  Cseq: 3
2025-02-20 20:45:27.871036110  Date: Fri, Feb 21 2025 04:46:03 GMT
2025-02-20 20:45:27.871037210  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.13;interleaved=0-1
2025-02-20 20:45:27.871038110  Session: 152C2A99;timeout=65
2025-02-20 20:45:27.871038810  
2025-02-20 20:45:27.871039610  
2025-02-20 20:45:27.871065611  20:45:27.871 TRC [streams] check cons=0 media=audio, sendonly, MPEG4-GENERIC
2025-02-20 20:45:27.871069512  20:45:27.871 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:27.871072812  20:45:27.871 TRC [streams] check cons=0 prod=0 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:45:27.871085313  20:45:27.871 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:27.871104314  20:45:27.871 TRC [rtsp] client request:
2025-02-20 20:45:27.871105814  SETUP rtsp://20.0.0.13/h264Preview_01_sub/track2 RTSP/1.0
2025-02-20 20:45:27.871106714  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.871107514  CSeq: 4
2025-02-20 20:45:27.871108814  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="6dfd17ef72cb7acc59dfa2f1420b5005", uri="rtsp://20.0.0.13/h264Preview_01_sub/track2", response="2fb7a32475a04eeda06c1a444e0d2e7a"
2025-02-20 20:45:27.871109614  Session: 152C2A99
2025-02-20 20:45:27.871110314  
2025-02-20 20:45:27.871111114  
2025-02-20 20:45:27.877209010  20:45:27.877 TRC [rtsp] client response:
2025-02-20 20:45:27.877212411  RTSP/1.0 200 OK
2025-02-20 20:45:27.877213711  Cseq: 2
2025-02-20 20:45:27.877214911  Date: Fri, Feb 21 2025 04:45:36 GMT
2025-02-20 20:45:27.877216111  Content-Base: rtsp://20.0.0.11/Preview_01_main/
2025-02-20 20:45:27.877217411  Content-Type: application/sdp
2025-02-20 20:45:27.877218411  Content-Length: 737
2025-02-20 20:45:27.877219411  
2025-02-20 20:45:27.877220411  v=0
2025-02-20 20:45:27.877221611  o=- 1739502987484696 1 IN IP4 20.0.0.11
2025-02-20 20:45:27.877222711  s=Session streamed by "preview"
2025-02-20 20:45:27.877223811  t=0 0
2025-02-20 20:45:27.877225011  a=tool:BC Streaming Media v202210012022.10.01
2025-02-20 20:45:27.877226112  a=type:broadcast
2025-02-20 20:45:27.877227112  a=control:*
2025-02-20 20:45:27.877228112  a=range:npt=now-
2025-02-20 20:45:27.877229312  a=x-qt-text-nam:Session streamed by "preview"
2025-02-20 20:45:27.877230512  m=video 0 RTP/AVP 96
2025-02-20 20:45:27.877231612  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.877232712  b=AS:8192
2025-02-20 20:45:27.877233712  a=rtpmap:96 H264/90000
2025-02-20 20:45:27.877235012  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKAoAPGQ,aO48sA==
2025-02-20 20:45:27.877236412  a=recvonly
2025-02-20 20:45:27.877237412  a=control:track1
2025-02-20 20:45:27.877238712  m=audio 0 RTP/AVP 97
2025-02-20 20:45:27.877239912  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.877241013  b=AS:8192
2025-02-20 20:45:27.877242313  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:27.877244013  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:27.877245213  a=recvonly
2025-02-20 20:45:27.877246413  a=control:track2
2025-02-20 20:45:27.877247513  m=audio 0 RTP/AVP 0
2025-02-20 20:45:27.877248713  a=control:track3
2025-02-20 20:45:27.877249913  a=rtpmap:0 PCMU/8000
2025-02-20 20:45:27.877251113  a=sendonly
2025-02-20 20:45:27.877338019  20:45:27.877 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:27.877364021  20:45:27.877 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:27.877368921  20:45:27.877 TRC [rtsp] client request:
2025-02-20 20:45:27.877370121  SETUP rtsp://20.0.0.11/Preview_01_main/track1 RTSP/1.0
2025-02-20 20:45:27.877371321  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.877372321  CSeq: 3
2025-02-20 20:45:27.877374221  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="8ece0c60d5bf3f457c70f9c351646112", uri="rtsp://20.0.0.11/Preview_01_main/track1", response="0bf916edc825c44b906e8b0645c56b3b"
2025-02-20 20:45:27.877375221  
2025-02-20 20:45:27.877376121  
2025-02-20 20:45:27.877858453  20:45:27.877 TRC [rtsp] client response:
2025-02-20 20:45:27.877860653  RTSP/1.0 200 OK
2025-02-20 20:45:27.877861753  Cseq: 4
2025-02-20 20:45:27.877863153  Date: Fri, Feb 21 2025 04:45:36 GMT
2025-02-20 20:45:27.877864553  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.11;interleaved=2-3
2025-02-20 20:45:27.877865853  Session: 54EE215C;timeout=65
2025-02-20 20:45:27.877866853  
2025-02-20 20:45:27.877867953  
2025-02-20 20:45:27.877892855  20:45:27.877 TRC [streams] skip stop none producer
2025-02-20 20:45:27.877898055  20:45:27.877 DBG [streams] start producer url=rtsp://admin:[email protected]:554/h264Preview_01_sub
2025-02-20 20:45:27.877956159  20:45:27.877 TRC [rtsp] server response:
2025-02-20 20:45:27.877958959  RTSP/1.0 200 OK
2025-02-20 20:45:27.877960259  Content-Type: application/sdp
2025-02-20 20:45:27.877961359  Cseq: 2
2025-02-20 20:45:27.877962559  Content-Length: 431
2025-02-20 20:45:27.877963759  
2025-02-20 20:45:27.877970460  v=0
2025-02-20 20:45:27.877971660  o=- 1 1 IN IP4 0.0.0.0
2025-02-20 20:45:27.877972760  s=go2rtc/1.9.2
2025-02-20 20:45:27.877973860  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.877975060  t=0 0
2025-02-20 20:45:27.877976360  m=video 0 RTP/AVP 96
2025-02-20 20:45:27.877977560  a=rtpmap:96 H264/90000
2025-02-20 20:45:27.877979260  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKCgPZA=,aO48sA==
2025-02-20 20:45:27.877980461  a=control:trackID=0
2025-02-20 20:45:27.877981661  m=audio 0 RTP/AVP 97
2025-02-20 20:45:27.877982961  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:27.877984761  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:27.877985861  a=control:trackID=1
2025-02-20 20:45:27.877986661  
2025-02-20 20:45:27.878019163  20:45:27.877 TRC [rtsp] client request:
2025-02-20 20:45:27.878020863  PLAY rtsp://20.0.0.11/Preview_01_sub/ RTSP/1.0
2025-02-20 20:45:27.878021963  CSeq: 5
2025-02-20 20:45:27.878023863  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="9eb04597a83c901ad5fa9a11819f40c8", uri="rtsp://20.0.0.11/Preview_01_sub/", response="dc4013e5335349a7fe695f1332684950"
2025-02-20 20:45:27.878024963  Session: 54EE215C
2025-02-20 20:45:27.878025964  
2025-02-20 20:45:27.878027064  
2025-02-20 20:45:27.878297481  20:45:27.878 TRC [rtsp] server request:
2025-02-20 20:45:27.878299981  SETUP rtsp://127.0.0.1:8554/Doorbell/trackID=0 RTSP/1.0
2025-02-20 20:45:27.878301481  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.878302581  Cseq: 3
2025-02-20 20:45:27.878303882  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.878304982  
2025-02-20 20:45:27.878306082  
2025-02-20 20:45:27.878440190  20:45:27.878 TRC [rtsp] server response:
2025-02-20 20:45:27.878441791  RTSP/1.0 200 OK
2025-02-20 20:45:27.878442991  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.878443891  Cseq: 3
2025-02-20 20:45:27.878445191  Session: 95181526;timeout=60
2025-02-20 20:45:27.878446091  
2025-02-20 20:45:27.878447091  
2025-02-20 20:45:27.878562098  20:45:27.878 TRC [rtsp] server request:
2025-02-20 20:45:27.878563798  SETUP rtsp://127.0.0.1:8554/Doorbell/trackID=1 RTSP/1.0
2025-02-20 20:45:27.878564799  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.878565599  Cseq: 4
2025-02-20 20:45:27.878566499  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.878567299  Session: 95181526
2025-02-20 20:45:27.878568099  
2025-02-20 20:45:27.878568899  
2025-02-20 20:45:27.878590900  20:45:27.878 TRC [rtsp] server response:
2025-02-20 20:45:27.878592400  RTSP/1.0 200 OK
2025-02-20 20:45:27.878593500  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.878594500  Cseq: 4
2025-02-20 20:45:27.878595601  Session: 73764245;timeout=60
2025-02-20 20:45:27.878596601  
2025-02-20 20:45:27.878597601  
2025-02-20 20:45:27.878822315  20:45:27.878 TRC [rtsp] server request:
2025-02-20 20:45:27.878824115  PLAY rtsp://127.0.0.1:8554/Doorbell RTSP/1.0
2025-02-20 20:45:27.878825215  Range: npt=0.000-
2025-02-20 20:45:27.878826316  Cseq: 5
2025-02-20 20:45:27.878827516  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.878828416  Session: 95181526
2025-02-20 20:45:27.878829116  
2025-02-20 20:45:27.878829916  
2025-02-20 20:45:27.878853017  20:45:27.878 TRC [rtsp] server response:
2025-02-20 20:45:27.878854517  RTSP/1.0 200 OK
2025-02-20 20:45:27.878864918  Cseq: 5
2025-02-20 20:45:27.878866418  Session: 73764245
2025-02-20 20:45:27.878867418  
2025-02-20 20:45:27.878868318  
2025-02-20 20:45:27.881384082  20:45:27.881 TRC [rtsp] client response:
2025-02-20 20:45:27.881387282  RTSP/1.0 200 OK
2025-02-20 20:45:27.881388382  Cseq: 3
2025-02-20 20:45:27.881389482  Date: Fri, Feb 21 2025 04:46:07 GMT
2025-02-20 20:45:27.881390782  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.12;interleaved=0-1
2025-02-20 20:45:27.881391882  Session: 020304FF;timeout=65
2025-02-20 20:45:27.881392882  
2025-02-20 20:45:27.881393782  
2025-02-20 20:45:27.881424984  20:45:27.881 TRC [streams] check cons=0 media=audio, sendonly, MPEG4-GENERIC
2025-02-20 20:45:27.881431185  20:45:27.881 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:27.881470687  20:45:27.881 TRC [streams] check cons=0 prod=0 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:45:27.881472187  20:45:27.881 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:27.881494289  20:45:27.881 TRC [rtsp] client request:
2025-02-20 20:45:27.881496089  SETUP rtsp://20.0.0.12/h264Preview_01_sub/track2 RTSP/1.0
2025-02-20 20:45:27.881497189  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.881498089  CSeq: 4
2025-02-20 20:45:27.881499589  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="35c2d087f0d76fa98f49df5b16fa04dd", uri="rtsp://20.0.0.12/h264Preview_01_sub/track2", response="79869c861d01c6510105f02a70a6df16"
2025-02-20 20:45:27.881500589  Session: 020304FF
2025-02-20 20:45:27.881501489  
2025-02-20 20:45:27.881502389  
2025-02-20 20:45:27.896901490  20:45:27.896 TRC [rtsp] client response:
2025-02-20 20:45:27.896905390  RTSP/1.0 200 OK
2025-02-20 20:45:27.896907090  Content-Base: rtsp://20.0.0.13/h264Preview_01_main/
2025-02-20 20:45:27.896908490  Content-Type: application/sdp
2025-02-20 20:45:27.896909790  Content-Length: 695
2025-02-20 20:45:27.896911090  Cseq: 2
2025-02-20 20:45:27.896912390  Date: Fri, Feb 21 2025 04:46:03 GMT
2025-02-20 20:45:27.896913490  
2025-02-20 20:45:27.896914690  v=0
2025-02-20 20:45:27.896916091  o=- 1732577713493570 1 IN IP4 20.0.0.13
2025-02-20 20:45:27.896917391  s=Session streamed by "preview"
2025-02-20 20:45:27.896918591  i=h264Preview_01_main
2025-02-20 20:45:27.896919791  t=0 0
2025-02-20 20:45:27.896921191  a=tool:LIVE555 Streaming Media v2020.08.12
2025-02-20 20:45:27.896922391  a=type:broadcast
2025-02-20 20:45:27.896923591  a=control:*
2025-02-20 20:45:27.896924791  a=range:npt=0-
2025-02-20 20:45:27.896926091  a=x-qt-text-nam:Session streamed by "preview"
2025-02-20 20:45:27.896927391  a=x-qt-text-inf:h264Preview_01_main
2025-02-20 20:45:27.896928591  m=video 0 RTP/AVP 96
2025-02-20 20:45:27.896929791  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.896930891  b=AS:500
2025-02-20 20:45:27.896932192  a=rtpmap:96 H264/90000
2025-02-20 20:45:27.896933992  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKAoALWQ,aO48sA==
2025-02-20 20:45:27.896935292  a=control:track1
2025-02-20 20:45:27.896936492  m=audio 0 RTP/AVP 97
2025-02-20 20:45:27.896937692  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.896938792  b=AS:256
2025-02-20 20:45:27.896940092  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:27.896941692  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:27.896942692  a=control:track2
2025-02-20 20:45:27.896943592  
2025-02-20 20:45:27.896971994  20:45:27.896 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:27.896973694  20:45:27.896 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:27.896974994  20:45:27.896 TRC [rtsp] client request:
2025-02-20 20:45:27.896976194  SETUP rtsp://20.0.0.13/h264Preview_01_main/track1 RTSP/1.0
2025-02-20 20:45:27.896977495  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.896978395  CSeq: 3
2025-02-20 20:45:27.896980295  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="0a5e60232de7b9686332c97647d15b34", uri="rtsp://20.0.0.13/h264Preview_01_main/track1", response="dff3a4aba949aa6c44748f812087d590"
2025-02-20 20:45:27.896981295  
2025-02-20 20:45:27.896982195  
2025-02-20 20:45:27.897027698  20:45:27.897 TRC [rtsp] client response:
2025-02-20 20:45:27.897029698  RTSP/1.0 200 OK
2025-02-20 20:45:27.897031098  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.13;interleaved=2-3
2025-02-20 20:45:27.897032298  Session: 152C2A99;timeout=65
2025-02-20 20:45:27.897033398  Cseq: 4
2025-02-20 20:45:27.897034598  Date: Fri, Feb 21 2025 04:46:03 GMT
2025-02-20 20:45:27.897035698  
2025-02-20 20:45:27.897036698  
2025-02-20 20:45:27.897114403  20:45:27.897 DBG [streams] start producer url=rtsp://admin:[email protected]:554/h264Preview_01_sub
2025-02-20 20:45:27.897151106  20:45:27.897 TRC [rtsp] server response:
2025-02-20 20:45:27.897153106  RTSP/1.0 200 OK
2025-02-20 20:45:27.897154306  Content-Type: application/sdp
2025-02-20 20:45:27.897155506  Cseq: 2
2025-02-20 20:45:27.897156706  Content-Length: 431
2025-02-20 20:45:27.897157806  
2025-02-20 20:45:27.897158906  v=0
2025-02-20 20:45:27.897160106  o=- 1 1 IN IP4 0.0.0.0
2025-02-20 20:45:27.897161106  s=go2rtc/1.9.2
2025-02-20 20:45:27.897162207  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.897163307  t=0 0
2025-02-20 20:45:27.897164507  m=video 0 RTP/AVP 96
2025-02-20 20:45:27.897165607  a=rtpmap:96 H264/90000
2025-02-20 20:45:27.897167207  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKCgL/lQ,aO48sA==
2025-02-20 20:45:27.897168307  a=control:trackID=0
2025-02-20 20:45:27.897169407  m=audio 0 RTP/AVP 97
2025-02-20 20:45:27.897170607  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:27.897172207  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:27.897173307  a=control:trackID=1
2025-02-20 20:45:27.897174307  
2025-02-20 20:45:27.897311916  20:45:27.897 TRC [rtsp] client request:
2025-02-20 20:45:27.897314016  PLAY rtsp://20.0.0.13/h264Preview_01_sub/ RTSP/1.0
2025-02-20 20:45:27.897315216  CSeq: 5
2025-02-20 20:45:27.897317217  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="6dfd17ef72cb7acc59dfa2f1420b5005", uri="rtsp://20.0.0.13/h264Preview_01_sub/", response="c9c860423a780124f3fca291c1a8780b"
2025-02-20 20:45:27.897318317  Session: 152C2A99
2025-02-20 20:45:27.897319217  
2025-02-20 20:45:27.897320217  
2025-02-20 20:45:27.897516830  20:45:27.897 TRC [rtsp] server request:
2025-02-20 20:45:27.897518930  SETUP rtsp://127.0.0.1:8554/Camera_2/trackID=0 RTSP/1.0
2025-02-20 20:45:27.897520330  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.897521430  Cseq: 3
2025-02-20 20:45:27.897522730  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.897523730  
2025-02-20 20:45:27.897524730  
2025-02-20 20:45:27.897551832  20:45:27.897 TRC [rtsp] server response:
2025-02-20 20:45:27.897553532  RTSP/1.0 200 OK
2025-02-20 20:45:27.897554932  Session: 33283102;timeout=60
2025-02-20 20:45:27.897556232  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.897557432  Cseq: 3
2025-02-20 20:45:27.897558532  
2025-02-20 20:45:27.897559632  
2025-02-20 20:45:27.897749545  20:45:27.897 TRC [rtsp] server request:
2025-02-20 20:45:27.897751345  SETUP rtsp://127.0.0.1:8554/Camera_2/trackID=1 RTSP/1.0
2025-02-20 20:45:27.897752645  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.897753745  Cseq: 4
2025-02-20 20:45:27.897754945  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.897756045  Session: 33283102
2025-02-20 20:45:27.897757145  
2025-02-20 20:45:27.897758245  
2025-02-20 20:45:27.897799348  20:45:27.897 TRC [rtsp] server response:
2025-02-20 20:45:27.897800948  RTSP/1.0 200 OK
2025-02-20 20:45:27.897802148  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.897803148  Cseq: 4
2025-02-20 20:45:27.897804348  Session: 98993398;timeout=60
2025-02-20 20:45:27.897805448  
2025-02-20 20:45:27.897806448  
2025-02-20 20:45:27.898047064  20:45:27.898 TRC [rtsp] server request:
2025-02-20 20:45:27.898048964  PLAY rtsp://127.0.0.1:8554/Camera_2 RTSP/1.0
2025-02-20 20:45:27.898050064  Range: npt=0.000-
2025-02-20 20:45:27.898051064  Cseq: 5
2025-02-20 20:45:27.898052364  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.898053364  Session: 33283102
2025-02-20 20:45:27.898054364  
2025-02-20 20:45:27.898055465  
2025-02-20 20:45:27.898056665  20:45:27.898 TRC [rtsp] server response:
2025-02-20 20:45:27.898057665  RTSP/1.0 200 OK
2025-02-20 20:45:27.898058765  Cseq: 5
2025-02-20 20:45:27.898059865  Session: 98993398
2025-02-20 20:45:27.898060865  
2025-02-20 20:45:27.898061865  
2025-02-20 20:45:27.908418038  20:45:27.908 TRC [rtsp] client response:
2025-02-20 20:45:27.908421638  RTSP/1.0 200 OK
2025-02-20 20:45:27.908422738  Cseq: 2
2025-02-20 20:45:27.908424138  Date: Fri, Feb 21 2025 04:46:07 GMT
2025-02-20 20:45:27.908425438  Content-Base: rtsp://20.0.0.12/h264Preview_01_main/
2025-02-20 20:45:27.908426638  Content-Type: application/sdp
2025-02-20 20:45:27.908427638  Content-Length: 695
2025-02-20 20:45:27.908428738  
2025-02-20 20:45:27.908450740  v=0
2025-02-20 20:45:27.908452340  o=- 1732577754557210 1 IN IP4 20.0.0.12
2025-02-20 20:45:27.908453540  s=Session streamed by "preview"
2025-02-20 20:45:27.908454540  i=h264Preview_01_main
2025-02-20 20:45:27.908455740  t=0 0
2025-02-20 20:45:27.908456840  a=tool:LIVE555 Streaming Media v2020.08.12
2025-02-20 20:45:27.908457740  a=type:broadcast
2025-02-20 20:45:27.908458740  a=control:*
2025-02-20 20:45:27.908459640  a=range:npt=0-
2025-02-20 20:45:27.908460740  a=x-qt-text-nam:Session streamed by "preview"
2025-02-20 20:45:27.908461840  a=x-qt-text-inf:h264Preview_01_main
2025-02-20 20:45:27.908462841  m=video 0 RTP/AVP 96
2025-02-20 20:45:27.908463841  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.908464741  b=AS:500
2025-02-20 20:45:27.908465741  a=rtpmap:96 H264/90000
2025-02-20 20:45:27.908467241  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKAoALWQ,aO48sA==
2025-02-20 20:45:27.908468141  a=control:track1
2025-02-20 20:45:27.908469241  m=audio 0 RTP/AVP 97
2025-02-20 20:45:27.908470341  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.908471441  b=AS:256
2025-02-20 20:45:27.908472541  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:27.908473841  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:27.908474941  a=control:track2
2025-02-20 20:45:27.908476041  
2025-02-20 20:45:27.908477541  20:45:27.908 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:27.908478742  20:45:27.908 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:27.908479842  20:45:27.908 TRC [rtsp] client request:
2025-02-20 20:45:27.908481042  SETUP rtsp://20.0.0.12/h264Preview_01_main/track1 RTSP/1.0
2025-02-20 20:45:27.908484142  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="ea88c75f6385ef1ef5abd3ddb3196e96", uri="rtsp://20.0.0.12/h264Preview_01_main/track1", response="91f7597e71f460a86881595d8248dcb0"
2025-02-20 20:45:27.908485442  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.908508443  CSeq: 3
2025-02-20 20:45:27.908509844  
2025-02-20 20:45:27.908510844  
2025-02-20 20:45:27.908511944  20:45:27.908 TRC [rtsp] client response:
2025-02-20 20:45:27.908512944  RTSP/1.0 200 OK
2025-02-20 20:45:27.908513844  Cseq: 4
2025-02-20 20:45:27.908515044  Date: Fri, Feb 21 2025 04:46:07 GMT
2025-02-20 20:45:27.908516644  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.12;interleaved=2-3
2025-02-20 20:45:27.908517944  Session: 020304FF;timeout=65
2025-02-20 20:45:27.908518844  
2025-02-20 20:45:27.908519944  
2025-02-20 20:45:27.908552546  20:45:27.908 DBG [streams] start producer url=rtsp://admin:[email protected]:554/h264Preview_01_sub
2025-02-20 20:45:27.908554046  20:45:27.908 TRC [rtsp] server response:
2025-02-20 20:45:27.908555047  RTSP/1.0 200 OK
2025-02-20 20:45:27.908555847  Cseq: 2
2025-02-20 20:45:27.908556847  Content-Length: 431
2025-02-20 20:45:27.908557847  Content-Type: application/sdp
2025-02-20 20:45:27.908558647  
2025-02-20 20:45:27.908559547  v=0
2025-02-20 20:45:27.908560547  o=- 1 1 IN IP4 0.0.0.0
2025-02-20 20:45:27.908561547  s=go2rtc/1.9.2
2025-02-20 20:45:27.908562447  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.908563447  t=0 0
2025-02-20 20:45:27.908564547  m=video 0 RTP/AVP 96
2025-02-20 20:45:27.908565547  a=rtpmap:96 H264/90000
2025-02-20 20:45:27.908567047  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKCgL/lQ,aO48sA==
2025-02-20 20:45:27.908568147  a=control:trackID=0
2025-02-20 20:45:27.908569247  m=audio 0 RTP/AVP 97
2025-02-20 20:45:27.908570348  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:27.908571848  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:27.908572948  a=control:trackID=1
2025-02-20 20:45:27.908573948  
2025-02-20 20:45:27.908583248  20:45:27.908 TRC [rtsp] client request:
2025-02-20 20:45:27.908584648  PLAY rtsp://20.0.0.12/h264Preview_01_sub/ RTSP/1.0
2025-02-20 20:45:27.908585648  CSeq: 5
2025-02-20 20:45:27.908587449  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="35c2d087f0d76fa98f49df5b16fa04dd", uri="rtsp://20.0.0.12/h264Preview_01_sub/", response="01f9a5867f0044be726e99637b908a65"
2025-02-20 20:45:27.908588449  Session: 020304FF
2025-02-20 20:45:27.908589449  
2025-02-20 20:45:27.908590449  
2025-02-20 20:45:27.908801062  20:45:27.908 TRC [rtsp] server request:
2025-02-20 20:45:27.908823964  SETUP rtsp://127.0.0.1:8554/Camera_1/trackID=0 RTSP/1.0
2025-02-20 20:45:27.908825964  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.908827064  Cseq: 3
2025-02-20 20:45:27.908828464  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.908829564  
2025-02-20 20:45:27.908830664  
2025-02-20 20:45:27.908876167  20:45:27.908 TRC [rtsp] server response:
2025-02-20 20:45:27.908877867  RTSP/1.0 200 OK
2025-02-20 20:45:27.908879068  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.908880068  Cseq: 3
2025-02-20 20:45:27.908895669  Session: 33013928;timeout=60
2025-02-20 20:45:27.908897269  
2025-02-20 20:45:27.908898369  
2025-02-20 20:45:27.909043678  20:45:27.908 TRC [rtsp] server request:
2025-02-20 20:45:27.909045478  SETUP rtsp://127.0.0.1:8554/Camera_1/trackID=1 RTSP/1.0
2025-02-20 20:45:27.909046778  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.909047879  Cseq: 4
2025-02-20 20:45:27.909049279  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.909050379  Session: 33013928
2025-02-20 20:45:27.909051379  
2025-02-20 20:45:27.909052479  
2025-02-20 20:45:27.909075680  20:45:27.909 TRC [rtsp] server response:
2025-02-20 20:45:27.909077380  RTSP/1.0 200 OK
2025-02-20 20:45:27.909078280  Cseq: 4
2025-02-20 20:45:27.909079581  Session: 20190724;timeout=60
2025-02-20 20:45:27.909080781  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.909081881  
2025-02-20 20:45:27.909082881  
2025-02-20 20:45:27.909276293  20:45:27.909 TRC [rtsp] server request:
2025-02-20 20:45:27.909277993  PLAY rtsp://127.0.0.1:8554/Camera_1 RTSP/1.0
2025-02-20 20:45:27.909278994  Cseq: 5
2025-02-20 20:45:27.909279894  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.909280794  Session: 33013928
2025-02-20 20:45:27.909281594  Range: npt=0.000-
2025-02-20 20:45:27.909282294  
2025-02-20 20:45:27.909283094  
2025-02-20 20:45:27.909305095  20:45:27.909 TRC [rtsp] server response:
2025-02-20 20:45:27.909306695  RTSP/1.0 200 OK
2025-02-20 20:45:27.909307695  Cseq: 5
2025-02-20 20:45:27.909308695  Session: 20190724
2025-02-20 20:45:27.909309596  
2025-02-20 20:45:27.909310596  
2025-02-20 20:45:27.917915955  20:45:27.917 TRC [rtsp] client response:
2025-02-20 20:45:27.917919155  RTSP/1.0 200 OK
2025-02-20 20:45:27.917920155  Cseq: 3
2025-02-20 20:45:27.917921255  Date: Fri, Feb 21 2025 04:45:36 GMT
2025-02-20 20:45:27.917922655  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.11;interleaved=0-1
2025-02-20 20:45:27.917923855  Session: 956751BE;timeout=65
2025-02-20 20:45:27.917924855  
2025-02-20 20:45:27.917925755  
2025-02-20 20:45:27.917958557  20:45:27.917 TRC [streams] check cons=0 media=audio, sendonly, MPEG4-GENERIC
2025-02-20 20:45:27.917960057  20:45:27.917 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:27.917961057  20:45:27.917 TRC [streams] check cons=0 prod=0 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:45:27.917965258  20:45:27.917 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:27.918019661  20:45:27.917 TRC [rtsp] client request:
2025-02-20 20:45:27.918021161  SETUP rtsp://20.0.0.11/Preview_01_main/track2 RTSP/1.0
2025-02-20 20:45:27.918021961  Session: 956751BE
2025-02-20 20:45:27.918022861  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.918023562  CSeq: 4
2025-02-20 20:45:27.918024862  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="8ece0c60d5bf3f457c70f9c351646112", uri="rtsp://20.0.0.11/Preview_01_main/track2", response="3f94e0e5dfd518ab6c2ca8a7d23fa126"
2025-02-20 20:45:27.918025662  
2025-02-20 20:45:27.918026662  
2025-02-20 20:45:27.922508753  20:45:27.922 TRC [rtsp] client response:
2025-02-20 20:45:27.922511853  RTSP/1.0 200 OK
2025-02-20 20:45:27.922512953  Cseq: 4
2025-02-20 20:45:27.922514253  Date: Fri, Feb 21 2025 04:45:36 GMT
2025-02-20 20:45:27.922515553  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.11;interleaved=2-3
2025-02-20 20:45:27.922516853  Session: 956751BE;timeout=65
2025-02-20 20:45:27.922517853  
2025-02-20 20:45:27.922518854  
2025-02-20 20:45:27.922544955  20:45:27.922 TRC [streams] skip stop none producer
2025-02-20 20:45:27.922547055  20:45:27.922 DBG [streams] start producer url=rtsp://admin:[email protected]:554/Preview_01_main
2025-02-20 20:45:27.922592458  20:45:27.922 TRC [rtsp] server response:
2025-02-20 20:45:27.922594658  RTSP/1.0 200 OK
2025-02-20 20:45:27.922595859  Content-Type: application/sdp
2025-02-20 20:45:27.922596959  Cseq: 2
2025-02-20 20:45:27.922598259  Content-Length: 431
2025-02-20 20:45:27.922599259  
2025-02-20 20:45:27.922600359  v=0
2025-02-20 20:45:27.922601359  o=- 1 1 IN IP4 0.0.0.0
2025-02-20 20:45:27.922602359  s=go2rtc/1.9.2
2025-02-20 20:45:27.922603459  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.922604459  t=0 0
2025-02-20 20:45:27.922605559  m=video 0 RTP/AVP 96
2025-02-20 20:45:27.922606559  a=rtpmap:96 H264/90000
2025-02-20 20:45:27.922607859  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKAoAPGQ,aO48sA==
2025-02-20 20:45:27.922608959  a=control:trackID=0
2025-02-20 20:45:27.922609959  m=audio 0 RTP/AVP 97
2025-02-20 20:45:27.922611060  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:27.922612360  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:27.922613460  a=control:trackID=1
2025-02-20 20:45:27.922614460  
2025-02-20 20:45:27.922696865  20:45:27.922 TRC [rtsp] client request:
2025-02-20 20:45:27.922698565  PLAY rtsp://20.0.0.11/Preview_01_main/ RTSP/1.0
2025-02-20 20:45:27.922699465  CSeq: 5
2025-02-20 20:45:27.922701365  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="8ece0c60d5bf3f457c70f9c351646112", uri="rtsp://20.0.0.11/Preview_01_main/", response="446d225d01d726f841c0e735d24b6865"
2025-02-20 20:45:27.922702365  Session: 956751BE
2025-02-20 20:45:27.922703365  
2025-02-20 20:45:27.922704266  
2025-02-20 20:45:27.922869776  20:45:27.922 TRC [rtsp] server request:
2025-02-20 20:45:27.922872176  SETUP rtsp://127.0.0.1:8554/Doorbell_HQ/trackID=0 RTSP/1.0
2025-02-20 20:45:27.922873477  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.922874677  Cseq: 3
2025-02-20 20:45:27.922875877  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.922876977  
2025-02-20 20:45:27.922877977  
2025-02-20 20:45:27.922904379  20:45:27.922 TRC [rtsp] server response:
2025-02-20 20:45:27.922906079  RTSP/1.0 200 OK
2025-02-20 20:45:27.922907279  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.922908279  Cseq: 3
2025-02-20 20:45:27.922909479  Session: 43610264;timeout=60
2025-02-20 20:45:27.922910379  
2025-02-20 20:45:27.922911279  
2025-02-20 20:45:27.923157195  20:45:27.923 TRC [rtsp] server request:
2025-02-20 20:45:27.923159195  SETUP rtsp://127.0.0.1:8554/Doorbell_HQ/trackID=1 RTSP/1.0
2025-02-20 20:45:27.923160495  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.923161595  Cseq: 4
2025-02-20 20:45:27.923162895  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.923163895  Session: 43610264
2025-02-20 20:45:27.923164895  
2025-02-20 20:45:27.923165896  
2025-02-20 20:45:27.923167096  20:45:27.923 TRC [rtsp] server response:
2025-02-20 20:45:27.923168096  RTSP/1.0 200 OK
2025-02-20 20:45:27.923169296  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.923170296  Cseq: 4
2025-02-20 20:45:27.923171596  Session: 46012619;timeout=60
2025-02-20 20:45:27.923172596  
2025-02-20 20:45:27.923173596  
2025-02-20 20:45:27.923373609  20:45:27.923 TRC [rtsp] server request:
2025-02-20 20:45:27.923375409  PLAY rtsp://127.0.0.1:8554/Doorbell_HQ RTSP/1.0
2025-02-20 20:45:27.923376509  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.923377309  Session: 43610264
2025-02-20 20:45:27.923378209  Range: npt=0.000-
2025-02-20 20:45:27.923379009  Cseq: 5
2025-02-20 20:45:27.923379809  
2025-02-20 20:45:27.923380509  
2025-02-20 20:45:27.923402711  20:45:27.923 TRC [rtsp] server response:
2025-02-20 20:45:27.923404111  RTSP/1.0 200 OK
2025-02-20 20:45:27.923404911  Cseq: 5
2025-02-20 20:45:27.923405711  Session: 46012619
2025-02-20 20:45:27.923406411  
2025-02-20 20:45:27.923407111  
2025-02-20 20:45:27.924345772  20:45:27.924 TRC [rtsp] client response:
2025-02-20 20:45:27.924347972  RTSP/1.0 200 OK
2025-02-20 20:45:27.924348972  Cseq: 3
2025-02-20 20:45:27.924350072  Date: Fri, Feb 21 2025 04:46:03 GMT
2025-02-20 20:45:27.924351373  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.13;interleaved=0-1
2025-02-20 20:45:27.924352473  Session: 7C44CA46;timeout=65
2025-02-20 20:45:27.924353273  
2025-02-20 20:45:27.924354273  
2025-02-20 20:45:27.924398376  20:45:27.924 TRC [streams] check cons=0 media=audio, sendonly, MPEG4-GENERIC
2025-02-20 20:45:27.924400076  20:45:27.924 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:27.924401376  20:45:27.924 TRC [streams] check cons=0 prod=0 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:45:27.924405276  20:45:27.924 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:27.924444779  20:45:27.924 TRC [rtsp] client request:
2025-02-20 20:45:27.924446979  SETUP rtsp://20.0.0.13/h264Preview_01_main/track2 RTSP/1.0
2025-02-20 20:45:27.924448279  Session: 7C44CA46
2025-02-20 20:45:27.924449679  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.924450779  CSeq: 4
2025-02-20 20:45:27.924453079  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="0a5e60232de7b9686332c97647d15b34", uri="rtsp://20.0.0.13/h264Preview_01_main/track2", response="fbf00646affe13be760102f15dbdb1b0"
2025-02-20 20:45:27.924454079  
2025-02-20 20:45:27.924455179  
2025-02-20 20:45:27.936181741  20:45:27.936 TRC [rtsp] client response:
2025-02-20 20:45:27.936185641  RTSP/1.0 200 OK
2025-02-20 20:45:27.936186941  Date: Fri, Feb 21 2025 04:46:07 GMT
2025-02-20 20:45:27.936188241  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.12;interleaved=0-1
2025-02-20 20:45:27.936189441  Session: 5AA3150D;timeout=65
2025-02-20 20:45:27.936190442  Cseq: 3
2025-02-20 20:45:27.936191342  
2025-02-20 20:45:27.936192342  
2025-02-20 20:45:27.936290548  20:45:27.936 TRC [streams] check cons=0 media=audio, sendonly, MPEG4-GENERIC
2025-02-20 20:45:27.936303049  20:45:27.936 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:45:27.936309149  20:45:27.936 TRC [streams] check cons=0 prod=0 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:45:27.936340051  20:45:27.936 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:45:27.936362853  20:45:27.936 TRC [rtsp] client request:
2025-02-20 20:45:27.936364653  SETUP rtsp://20.0.0.12/h264Preview_01_main/track2 RTSP/1.0
2025-02-20 20:45:27.936365853  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.936366953  CSeq: 4
2025-02-20 20:45:27.936368553  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="ea88c75f6385ef1ef5abd3ddb3196e96", uri="rtsp://20.0.0.12/h264Preview_01_main/track2", response="2ebdb1cee96ceb804fb134252d89764b"
2025-02-20 20:45:27.936369553  Session: 5AA3150D
2025-02-20 20:45:27.936370553  
2025-02-20 20:45:27.936371453  
2025-02-20 20:45:27.938108366  20:45:27.938 TRC [rtsp] client response:
2025-02-20 20:45:27.938111166  RTSP/1.0 200 OK
2025-02-20 20:45:27.938112166  Cseq: 4
2025-02-20 20:45:27.938113366  Date: Fri, Feb 21 2025 04:46:03 GMT
2025-02-20 20:45:27.938114567  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.13;interleaved=2-3
2025-02-20 20:45:27.938115667  Session: 7C44CA46;timeout=65
2025-02-20 20:45:27.938116667  
2025-02-20 20:45:27.938117667  
2025-02-20 20:45:27.938157269  20:45:27.938 DBG [streams] start producer url=rtsp://admin:[email protected]:554/h264Preview_01_main
2025-02-20 20:45:27.938220773  20:45:27.938 TRC [rtsp] server response:
2025-02-20 20:45:27.938222974  RTSP/1.0 200 OK
2025-02-20 20:45:27.938224174  Content-Type: application/sdp
2025-02-20 20:45:27.938225374  Cseq: 2
2025-02-20 20:45:27.938226474  Content-Length: 431
2025-02-20 20:45:27.938227374  
2025-02-20 20:45:27.938228374  v=0
2025-02-20 20:45:27.938229574  o=- 1 1 IN IP4 0.0.0.0
2025-02-20 20:45:27.938230674  s=go2rtc/1.9.2
2025-02-20 20:45:27.938231774  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.938232974  t=0 0
2025-02-20 20:45:27.938234074  m=video 0 RTP/AVP 96
2025-02-20 20:45:27.938235174  a=rtpmap:96 H264/90000
2025-02-20 20:45:27.938236674  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKAoALWQ,aO48sA==
2025-02-20 20:45:27.938237775  a=control:trackID=0
2025-02-20 20:45:27.938238875  m=audio 0 RTP/AVP 97
2025-02-20 20:45:27.938240075  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:27.938241775  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:27.938242875  a=control:trackID=1
2025-02-20 20:45:27.938243875  
2025-02-20 20:45:27.938259776  20:45:27.938 TRC [rtsp] client request:
2025-02-20 20:45:27.938261076  PLAY rtsp://20.0.0.13/h264Preview_01_main/ RTSP/1.0
2025-02-20 20:45:27.938261976  CSeq: 5
2025-02-20 20:45:27.938263876  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="0a5e60232de7b9686332c97647d15b34", uri="rtsp://20.0.0.13/h264Preview_01_main/", response="1072adccabadd8b7aa1839e577c9dd26"
2025-02-20 20:45:27.938264976  Session: 7C44CA46
2025-02-20 20:45:27.938265976  
2025-02-20 20:45:27.938266976  
2025-02-20 20:45:27.938545194  20:45:27.938 TRC [rtsp] server request:
2025-02-20 20:45:27.938547495  SETUP rtsp://127.0.0.1:8554/Camera_2_HQ/trackID=0 RTSP/1.0
2025-02-20 20:45:27.938548695  Cseq: 3
2025-02-20 20:45:27.938549995  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.938551295  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.938552195  
2025-02-20 20:45:27.938553195  
2025-02-20 20:45:27.938562796  20:45:27.938 TRC [rtsp] server response:
2025-02-20 20:45:27.938564196  RTSP/1.0 200 OK
2025-02-20 20:45:27.938565296  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.938566296  Cseq: 3
2025-02-20 20:45:27.938567396  Session: 96198475;timeout=60
2025-02-20 20:45:27.938568296  
2025-02-20 20:45:27.938569296  
2025-02-20 20:45:27.938839714  20:45:27.938 TRC [rtsp] client response:
2025-02-20 20:45:27.938841714  RTSP/1.0 200 OK
2025-02-20 20:45:27.938842914  Cseq: 4
2025-02-20 20:45:27.938844314  Date: Fri, Feb 21 2025 04:46:07 GMT
2025-02-20 20:45:27.938845914  Transport: RTP/AVP/TCP;unicast;destination=20.0.0.2;source=20.0.0.12;interleaved=2-3
2025-02-20 20:45:27.938847114  Session: 5AA3150D;timeout=65
2025-02-20 20:45:27.938848314  
2025-02-20 20:45:27.938849314  
2025-02-20 20:45:27.938878316  20:45:27.938 DBG [streams] start producer url=rtsp://admin:[email protected]:554/h264Preview_01_main
2025-02-20 20:45:27.938909318  20:45:27.938 TRC [rtsp] server response:
2025-02-20 20:45:27.938911018  RTSP/1.0 200 OK
2025-02-20 20:45:27.938912218  Content-Type: application/sdp
2025-02-20 20:45:27.938913318  Cseq: 2
2025-02-20 20:45:27.938914518  Content-Length: 431
2025-02-20 20:45:27.938915619  
2025-02-20 20:45:27.938916619  v=0
2025-02-20 20:45:27.938917919  o=- 1 1 IN IP4 0.0.0.0
2025-02-20 20:45:27.938919119  s=go2rtc/1.9.2
2025-02-20 20:45:27.938920319  c=IN IP4 0.0.0.0
2025-02-20 20:45:27.938921419  t=0 0
2025-02-20 20:45:27.938922719  m=video 0 RTP/AVP 96
2025-02-20 20:45:27.938923919  a=rtpmap:96 H264/90000
2025-02-20 20:45:27.938925719  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKAoALWQ,aO48sA==
2025-02-20 20:45:27.938926819  a=control:trackID=0
2025-02-20 20:45:27.938927919  m=audio 0 RTP/AVP 97
2025-02-20 20:45:27.938929019  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:45:27.938930720  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:45:27.938931820  a=control:trackID=1
2025-02-20 20:45:27.938932820  
2025-02-20 20:45:27.938955121  20:45:27.938 TRC [rtsp] server request:
2025-02-20 20:45:27.938956921  SETUP rtsp://127.0.0.1:8554/Camera_2_HQ/trackID=1 RTSP/1.0
2025-02-20 20:45:27.938958221  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.938959221  Cseq: 4
2025-02-20 20:45:27.938960521  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.938961622  Session: 96198475
2025-02-20 20:45:27.938962722  
2025-02-20 20:45:27.938963722  
2025-02-20 20:45:27.938965022  20:45:27.938 TRC [rtsp] server response:
2025-02-20 20:45:27.938966122  RTSP/1.0 200 OK
2025-02-20 20:45:27.938967422  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.938968522  Cseq: 4
2025-02-20 20:45:27.938969822  Session: 72757849;timeout=60
2025-02-20 20:45:27.938970822  
2025-02-20 20:45:27.938971822  
2025-02-20 20:45:27.939024226  20:45:27.938 TRC [rtsp] client request:
2025-02-20 20:45:27.939026026  PLAY rtsp://20.0.0.12/h264Preview_01_main/ RTSP/1.0
2025-02-20 20:45:27.939027026  CSeq: 5
2025-02-20 20:45:27.939029226  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="ea88c75f6385ef1ef5abd3ddb3196e96", uri="rtsp://20.0.0.12/h264Preview_01_main/", response="36fceacff7ebaef649bdf17df20768fa"
2025-02-20 20:45:27.939030426  Session: 5AA3150D
2025-02-20 20:45:27.939031426  
2025-02-20 20:45:27.939032426  
2025-02-20 20:45:27.939225639  20:45:27.939 TRC [rtsp] server request:
2025-02-20 20:45:27.939227739  PLAY rtsp://127.0.0.1:8554/Camera_2_HQ RTSP/1.0
2025-02-20 20:45:27.939228839  Range: npt=0.000-
2025-02-20 20:45:27.939229839  Cseq: 5
2025-02-20 20:45:27.939230939  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.939232039  Session: 96198475
2025-02-20 20:45:27.939233139  
2025-02-20 20:45:27.939234139  
2025-02-20 20:45:27.939260241  20:45:27.939 TRC [rtsp] server response:
2025-02-20 20:45:27.939261841  RTSP/1.0 200 OK
2025-02-20 20:45:27.939262741  Cseq: 5
2025-02-20 20:45:27.939263641  Session: 72757849
2025-02-20 20:45:27.939264541  
2025-02-20 20:45:27.939265441  
2025-02-20 20:45:27.939307144  20:45:27.939 TRC [rtsp] server request:
2025-02-20 20:45:27.939308944  SETUP rtsp://127.0.0.1:8554/Camera_1_HQ/trackID=0 RTSP/1.0
2025-02-20 20:45:27.939310044  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.939310944  Cseq: 3
2025-02-20 20:45:27.939312044  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.939312844  
2025-02-20 20:45:27.939313844  
2025-02-20 20:45:27.939336146  20:45:27.939 TRC [rtsp] server response:
2025-02-20 20:45:27.939337746  RTSP/1.0 200 OK
2025-02-20 20:45:27.939338846  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:45:27.939339746  Cseq: 3
2025-02-20 20:45:27.939340846  Session: 82606941;timeout=60
2025-02-20 20:45:27.939341746  
2025-02-20 20:45:27.939342646  
2025-02-20 20:45:27.939530258  20:45:27.939 TRC [rtsp] server request:
2025-02-20 20:45:27.939531959  SETUP rtsp://127.0.0.1:8554/Camera_1_HQ/trackID=1 RTSP/1.0
2025-02-20 20:45:27.939533059  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.939533959  Cseq: 4
2025-02-20 20:45:27.939534859  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.939535659  Session: 82606941
2025-02-20 20:45:27.939536459  
2025-02-20 20:45:27.939537259  
2025-02-20 20:45:27.939544659  20:45:27.939 TRC [rtsp] server response:
2025-02-20 20:45:27.939545759  RTSP/1.0 200 OK
2025-02-20 20:45:27.939546860  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:45:27.939547760  Cseq: 4
2025-02-20 20:45:27.939548960  Session: 74377020;timeout=60
2025-02-20 20:45:27.939549960  
2025-02-20 20:45:27.939550960  
2025-02-20 20:45:27.939772174  20:45:27.939 TRC [rtsp] server request:
2025-02-20 20:45:27.939774274  PLAY rtsp://127.0.0.1:8554/Camera_1_HQ RTSP/1.0
2025-02-20 20:45:27.939775474  Range: npt=0.000-
2025-02-20 20:45:27.939776674  Cseq: 5
2025-02-20 20:45:27.939777975  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:27.939779175  Session: 82606941
2025-02-20 20:45:27.939780275  
2025-02-20 20:45:27.939781375  
2025-02-20 20:45:27.939835778  20:45:27.939 TRC [rtsp] server response:
2025-02-20 20:45:27.939837378  RTSP/1.0 200 OK
2025-02-20 20:45:27.939838378  Session: 74377020
2025-02-20 20:45:27.939839479  Cseq: 5
2025-02-20 20:45:27.939840579  
2025-02-20 20:45:27.939841579  
2025-02-20 20:45:27.963514616  20:45:27.963 TRC [rtsp] client response:
2025-02-20 20:45:27.963518317  RTSP/1.0 200 OK
2025-02-20 20:45:27.963519417  Cseq: 5
2025-02-20 20:45:27.963520717  Date: Fri, Feb 21 2025 04:45:36 GMT
2025-02-20 20:45:27.963521817  Range: npt=0.000-
2025-02-20 20:45:27.963523017  Session: 54EE215C
2025-02-20 20:45:27.963524917  Rtp-Info: url=rtsp://20.0.0.11/Preview_01_sub/track1;seq=62117;rtptime=1882735919,url=rtsp://20.0.0.11/Preview_01_sub/track2;seq=38268;rtptime=3457043260,url=rtsp://20.0.0.11/Preview_01_sub/track3;seq=0;rtptime=0
2025-02-20 20:45:27.963526017  
2025-02-20 20:45:27.963527017  
2025-02-20 20:45:27.978927918  20:45:27.978 TRC [rtsp] client response:
2025-02-20 20:45:27.978931618  RTSP/1.0 200 OK
2025-02-20 20:45:27.978932818  Session: 956751BE
2025-02-20 20:45:27.978934618  Rtp-Info: url=rtsp://20.0.0.11/Preview_01_main/track1;seq=6269;rtptime=2889375463,url=rtsp://20.0.0.11/Preview_01_main/track2;seq=36096;rtptime=257405169,url=rtsp://20.0.0.11/Preview_01_main/track3;seq=0;rtptime=0
2025-02-20 20:45:27.978935818  Cseq: 5
2025-02-20 20:45:27.978937018  Date: Fri, Feb 21 2025 04:45:36 GMT
2025-02-20 20:45:27.978938018  Range: npt=0.000-
2025-02-20 20:45:27.978939018  
2025-02-20 20:45:27.978940118  
2025-02-20 20:45:27.979333744  20:45:27.979 TRC [rtsp] client response:
2025-02-20 20:45:27.979335544  RTSP/1.0 200 OK
2025-02-20 20:45:27.979336444  Cseq: 5
2025-02-20 20:45:27.979337444  Date: Fri, Feb 21 2025 04:46:03 GMT
2025-02-20 20:45:27.979338444  Range: npt=0.000-
2025-02-20 20:45:27.979339444  Session: 152C2A99
2025-02-20 20:45:27.979340944  Rtp-Info: url=rtsp://20.0.0.13/h264Preview_01_sub/track1;seq=7957;rtptime=4036837825,url=rtsp://20.0.0.13/h264Preview_01_sub/track2;seq=10410;rtptime=2229059002
2025-02-20 20:45:27.979341744  
2025-02-20 20:45:27.979342744  
2025-02-20 20:45:27.979343745  20:45:27.979 TRC [rtsp] client response:
2025-02-20 20:45:27.979344745  RTSP/1.0 200 OK
2025-02-20 20:45:27.979345645  Cseq: 5
2025-02-20 20:45:27.979346645  Date: Fri, Feb 21 2025 04:46:07 GMT
2025-02-20 20:45:27.979347645  Range: npt=0.000-
2025-02-20 20:45:27.979348545  Session: 020304FF
2025-02-20 20:45:27.979350045  Rtp-Info: url=rtsp://20.0.0.12/h264Preview_01_sub/track1;seq=57109;rtptime=4043644065,url=rtsp://20.0.0.12/h264Preview_01_sub/track2;seq=25474;rtptime=2341989580
2025-02-20 20:45:27.979350945  
2025-02-20 20:45:27.979351845  
2025-02-20 20:45:27.995129170  20:45:27.995 TRC [rtsp] client response:
2025-02-20 20:45:27.995132370  RTSP/1.0 200 OK
2025-02-20 20:45:27.995133570  Session: 7C44CA46
2025-02-20 20:45:27.995135270  Rtp-Info: url=rtsp://20.0.0.13/h264Preview_01_main/track1;seq=31529;rtptime=3566572930,url=rtsp://20.0.0.13/h264Preview_01_main/track2;seq=51134;rtptime=3708512700
2025-02-20 20:45:27.995136470  Cseq: 5
2025-02-20 20:45:27.995137770  Date: Fri, Feb 21 2025 04:46:03 GMT
2025-02-20 20:45:27.995138770  Range: npt=0.000-
2025-02-20 20:45:27.995139671  
2025-02-20 20:45:27.995140671  
2025-02-20 20:45:27.995724809  20:45:27.995 TRC [rtsp] client response:
2025-02-20 20:45:27.995727109  RTSP/1.0 200 OK
2025-02-20 20:45:27.995728109  Cseq: 5
2025-02-20 20:45:27.995729309  Date: Fri, Feb 21 2025 04:46:07 GMT
2025-02-20 20:45:27.995730409  Range: npt=0.000-
2025-02-20 20:45:27.995731509  Session: 5AA3150D
2025-02-20 20:45:27.995733409  Rtp-Info: url=rtsp://20.0.0.12/h264Preview_01_main/track1;seq=838;rtptime=497166513,url=rtsp://20.0.0.12/h264Preview_01_main/track2;seq=55624;rtptime=2617358787
2025-02-20 20:45:27.995734409  
2025-02-20 20:45:27.995735509  
2025-02-20 20:45:48.439253053  20:45:48.439 TRC [api] GET /api/streams 127.0.0.1:55080
2025-02-20 20:45:57.878476608  20:45:57.878 TRC [rtsp] server request:
2025-02-20 20:45:57.878479608  OPTIONS rtsp://127.0.0.1:8554/Doorbell RTSP/1.0
2025-02-20 20:45:57.878480608  Cseq: 6
2025-02-20 20:45:57.878481508  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:57.878482308  Session: 95181526
2025-02-20 20:45:57.878483108  
2025-02-20 20:45:57.878483808  
2025-02-20 20:45:57.878484708  20:45:57.878 TRC [rtsp] server response:
2025-02-20 20:45:57.878485408  RTSP/1.0 200 OK
2025-02-20 20:45:57.878486208  Cseq: 6
2025-02-20 20:45:57.878486908  Session: 73764245
2025-02-20 20:45:57.878487608  
2025-02-20 20:45:57.878488408  
2025-02-20 20:45:57.928627849  20:45:57.928 TRC [rtsp] server request:
2025-02-20 20:45:57.928631549  OPTIONS rtsp://127.0.0.1:8554/Doorbell_HQ RTSP/1.0
2025-02-20 20:45:57.928632849  Cseq: 6
2025-02-20 20:45:57.928634149  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:57.928635449  Session: 43610264
2025-02-20 20:45:57.928636549  
2025-02-20 20:45:57.928637649  
2025-02-20 20:45:57.928650950  20:45:57.928 TRC [rtsp] server response:
2025-02-20 20:45:57.928652250  RTSP/1.0 200 OK
2025-02-20 20:45:57.928653250  Cseq: 6
2025-02-20 20:45:57.928654250  Session: 46012619
2025-02-20 20:45:57.928655250  
2025-02-20 20:45:57.928656251  
2025-02-20 20:45:57.940513640  20:45:57.940 TRC [rtsp] server request:
2025-02-20 20:45:57.940516441  OPTIONS rtsp://127.0.0.1:8554/Camera_2_HQ RTSP/1.0
2025-02-20 20:45:57.940517341  Cseq: 6
2025-02-20 20:45:57.940518341  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:57.940519241  Session: 96198475
2025-02-20 20:45:57.940520041  
2025-02-20 20:45:57.940520741  
2025-02-20 20:45:57.940547943  20:45:57.940 TRC [rtsp] server response:
2025-02-20 20:45:57.940549343  RTSP/1.0 200 OK
2025-02-20 20:45:57.940550143  Cseq: 6
2025-02-20 20:45:57.940550843  Session: 72757849
2025-02-20 20:45:57.940551643  
2025-02-20 20:45:57.940552343  
2025-02-20 20:45:57.945305160  20:45:57.945 TRC [rtsp] server request:
2025-02-20 20:45:57.945307660  OPTIONS rtsp://127.0.0.1:8554/Camera_1 RTSP/1.0
2025-02-20 20:45:57.945308560  Cseq: 6
2025-02-20 20:45:57.945309460  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:57.945310260  Session: 33013928
2025-02-20 20:45:57.945310960  
2025-02-20 20:45:57.945311760  
2025-02-20 20:45:57.945334362  20:45:57.945 TRC [rtsp] server response:
2025-02-20 20:45:57.945335762  RTSP/1.0 200 OK
2025-02-20 20:45:57.945336562  Cseq: 6
2025-02-20 20:45:57.945337362  Session: 20190724
2025-02-20 20:45:57.945338062  
2025-02-20 20:45:57.945338762  
2025-02-20 20:45:57.970738654  20:45:57.970 TRC [rtsp] server request:
2025-02-20 20:45:57.970741754  OPTIONS rtsp://127.0.0.1:8554/Camera_2 RTSP/1.0
2025-02-20 20:45:57.970742654  Session: 33283102
2025-02-20 20:45:57.970743554  Cseq: 6
2025-02-20 20:45:57.970744554  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:57.970745354  
2025-02-20 20:45:57.970746154  
2025-02-20 20:45:57.970774556  20:45:57.970 TRC [rtsp] server response:
2025-02-20 20:45:57.970776257  RTSP/1.0 200 OK
2025-02-20 20:45:57.970777357  Cseq: 6
2025-02-20 20:45:57.970778357  Session: 98993398
2025-02-20 20:45:57.970779157  
2025-02-20 20:45:57.970780057  
2025-02-20 20:45:57.989888530  20:45:57.989 TRC [rtsp] server request:
2025-02-20 20:45:57.989892230  OPTIONS rtsp://127.0.0.1:8554/Camera_1_HQ RTSP/1.0
2025-02-20 20:45:57.989893230  Session: 82606941
2025-02-20 20:45:57.989894230  Cseq: 6
2025-02-20 20:45:57.989895330  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:45:57.989896330  
2025-02-20 20:45:57.989897230  
2025-02-20 20:45:57.989934933  20:45:57.989 TRC [rtsp] server response:
2025-02-20 20:45:57.989937133  RTSP/1.0 200 OK
2025-02-20 20:45:57.989938333  Cseq: 6
2025-02-20 20:45:57.989939433  Session: 74377020
2025-02-20 20:45:57.989940433  
2025-02-20 20:45:57.989941433  
2025-02-20 20:46:05.939757898  20:46:05.939 TRC [api] GET /api/ws?src=Doorbell_HQ 172.18.0.1:36656
2025-02-20 20:46:05.992178070  20:46:05.992 TRC [api] ws msg type=mse
2025-02-20 20:46:05.992260675  20:46:05.992 TRC [mp4] new WS/MSE consumer codecs=avc1.640029,avc1.64002A,avc1.640033,mp4a.40.2,mp4a.40.5,flac,opus
2025-02-20 20:46:05.992299078  20:46:05.992 TRC [streams] check cons=0 media=video, sendonly, H264
2025-02-20 20:46:05.992323279  20:46:05.992 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:46:05.992325280  20:46:05.992 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:46:05.992366682  20:46:05.992 TRC [streams] check cons=0 media=audio, sendonly, MPEG4-GENERIC, PCMA, PCMU, L16, PCML, OPUS
2025-02-20 20:46:05.992368782  20:46:05.992 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:46:05.992370583  20:46:05.992 TRC [streams] check cons=0 prod=0 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:46:05.992371983  20:46:05.992 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:46:05.992373183  20:46:05.992 TRC [streams] skip stop none producer
2025-02-20 20:46:05.998758406  20:46:05.998 TRC [api] ws msg type=webrtc/offer
2025-02-20 20:46:05.998810509  20:46:05.998 DBG [webrtc] new consumer src=Doorbell_HQ
2025-02-20 20:46:05.999085727  20:46:05.999 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:05.999156732  20:46:05.999 TRC [webrtc] remote candidate="candidate:1660567778 1 udp 2122063615 10.0.0.20 65439 typ host generation 0 ufrag 98f4 network-id 1"
2025-02-20 20:46:05.999203235  20:46:05.999 TRC [webrtc] offer:
2025-02-20 20:46:05.999205135  v=0
2025-02-20 20:46:05.999206235  o=- 8205111762944262554 2 IN IP4 127.0.0.1
2025-02-20 20:46:05.999207035  s=-
2025-02-20 20:46:05.999207835  t=0 0
2025-02-20 20:46:05.999208735  a=group:BUNDLE 0 1
2025-02-20 20:46:05.999209536  a=extmap-allow-mixed
2025-02-20 20:46:05.999210336  a=msid-semantic: WMS
2025-02-20 20:46:05.999211436  m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 35 36 37 38 103 104 107 108 109 114 115 116 117 118 39 40 41 42 43 44 45 46 47 48 119 120 121 122 123 124 125 49
2025-02-20 20:46:05.999212136  c=IN IP4 0.0.0.0
2025-02-20 20:46:05.999212936  a=rtcp:9 IN IP4 0.0.0.0
2025-02-20 20:46:05.999213636  a=ice-ufrag:98f4
2025-02-20 20:46:05.999214536  a=ice-pwd:bMoIiFleJX6T4NMG2QCEPyzX
2025-02-20 20:46:05.999215236  a=ice-options:trickle
2025-02-20 20:46:05.999216236  a=fingerprint:sha-256 CB:DF:39:F1:72:6E:C9:88:D0:AF:4C:B1:F7:0D:B1:13:A8:14:DC:24:25:2B:D0:FE:03:C8:35:31:5C:0D:93:5C
2025-02-20 20:46:05.999217036  a=setup:actpass
2025-02-20 20:46:05.999217736  a=mid:0
2025-02-20 20:46:05.999218636  a=extmap:1 urn:ietf:params:rtp-hdrext:toffset
2025-02-20 20:46:05.999219536  a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
2025-02-20 20:46:05.999220336  a=extmap:3 urn:3gpp:video-orientation
2025-02-20 20:46:05.999221336  a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
2025-02-20 20:46:05.999226937  a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay
2025-02-20 20:46:05.999227837  a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type
2025-02-20 20:46:05.999228737  a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing
2025-02-20 20:46:05.999229637  a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space
2025-02-20 20:46:05.999230437  a=extmap:9 urn:ietf:params:rtp-hdrext:sdes:mid
2025-02-20 20:46:05.999231337  a=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id
2025-02-20 20:46:05.999232237  a=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id
2025-02-20 20:46:05.999233037  a=recvonly
2025-02-20 20:46:05.999233737  a=rtcp-mux
2025-02-20 20:46:05.999234537  a=rtcp-rsize
2025-02-20 20:46:05.999235337  a=rtpmap:96 VP8/90000
2025-02-20 20:46:05.999236137  a=rtcp-fb:96 goog-remb
2025-02-20 20:46:05.999236837  a=rtcp-fb:96 transport-cc
2025-02-20 20:46:05.999237637  a=rtcp-fb:96 ccm fir
2025-02-20 20:46:05.999238437  a=rtcp-fb:96 nack
2025-02-20 20:46:05.999239237  a=rtcp-fb:96 nack pli
2025-02-20 20:46:05.999239938  a=rtpmap:97 rtx/90000
2025-02-20 20:46:05.999240738  a=fmtp:97 apt=96
2025-02-20 20:46:05.999241438  a=rtpmap:98 VP9/90000
2025-02-20 20:46:05.999242238  a=rtcp-fb:98 goog-remb
2025-02-20 20:46:05.999242938  a=rtcp-fb:98 transport-cc
2025-02-20 20:46:05.999243738  a=rtcp-fb:98 ccm fir
2025-02-20 20:46:05.999244438  a=rtcp-fb:98 nack
2025-02-20 20:46:05.999245238  a=rtcp-fb:98 nack pli
2025-02-20 20:46:05.999245938  a=fmtp:98 profile-id=0
2025-02-20 20:46:05.999246738  a=rtpmap:99 rtx/90000
2025-02-20 20:46:05.999247538  a=fmtp:99 apt=98
2025-02-20 20:46:05.999248238  a=rtpmap:100 VP9/90000
2025-02-20 20:46:05.999249038  a=rtcp-fb:100 goog-remb
2025-02-20 20:46:05.999250738  a=rtcp-fb:100 transport-cc
2025-02-20 20:46:05.999251538  a=rtcp-fb:100 ccm fir
2025-02-20 20:46:05.999252238  a=rtcp-fb:100 nack
2025-02-20 20:46:05.999253038  a=rtcp-fb:100 nack pli
2025-02-20 20:46:05.999253838  a=fmtp:100 profile-id=2
2025-02-20 20:46:05.999254538  a=rtpmap:101 rtx/90000
2025-02-20 20:46:05.999255339  a=fmtp:101 apt=100
2025-02-20 20:46:05.999256039  a=rtpmap:35 VP9/90000
2025-02-20 20:46:05.999276040  a=rtcp-fb:35 goog-remb
2025-02-20 20:46:05.999276840  a=rtcp-fb:35 transport-cc
2025-02-20 20:46:05.999277640  a=rtcp-fb:35 ccm fir
2025-02-20 20:46:05.999278340  a=rtcp-fb:35 nack
2025-02-20 20:46:05.999279140  a=rtcp-fb:35 nack pli
2025-02-20 20:46:05.999279840  a=fmtp:35 profile-id=1
2025-02-20 20:46:05.999280640  a=rtpmap:36 rtx/90000
2025-02-20 20:46:05.999281340  a=fmtp:36 apt=35
2025-02-20 20:46:05.999282140  a=rtpmap:37 VP9/90000
2025-02-20 20:46:05.999283040  a=rtcp-fb:37 goog-remb
2025-02-20 20:46:05.999283840  a=rtcp-fb:37 transport-cc
2025-02-20 20:46:05.999284540  a=rtcp-fb:37 ccm fir
2025-02-20 20:46:05.999285341  a=rtcp-fb:37 nack
2025-02-20 20:46:05.999286041  a=rtcp-fb:37 nack pli
2025-02-20 20:46:05.999286841  a=fmtp:37 profile-id=3
2025-02-20 20:46:05.999287541  a=rtpmap:38 rtx/90000
2025-02-20 20:46:05.999288341  a=fmtp:38 apt=37
2025-02-20 20:46:05.999289041  a=rtpmap:103 H264/90000
2025-02-20 20:46:05.999289841  a=rtcp-fb:103 goog-remb
2025-02-20 20:46:05.999292041  a=rtcp-fb:103 transport-cc
2025-02-20 20:46:05.999292841  a=rtcp-fb:103 ccm fir
2025-02-20 20:46:05.999293541  a=rtcp-fb:103 nack
2025-02-20 20:46:05.999294341  a=rtcp-fb:103 nack pli
2025-02-20 20:46:05.999295241  a=fmtp:103 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f
2025-02-20 20:46:05.999296041  a=rtpmap:104 rtx/90000
2025-02-20 20:46:05.999296741  a=fmtp:104 apt=103
2025-02-20 20:46:05.999297441  a=rtpmap:107 H264/90000
2025-02-20 20:46:05.999298241  a=rtcp-fb:107 goog-remb
2025-02-20 20:46:05.999299041  a=rtcp-fb:107 transport-cc
2025-02-20 20:46:05.999308142  a=rtcp-fb:107 ccm fir
2025-02-20 20:46:05.999308942  a=rtcp-fb:107 nack
2025-02-20 20:46:05.999309742  a=rtcp-fb:107 nack pli
2025-02-20 20:46:05.999310642  a=fmtp:107 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f
2025-02-20 20:46:05.999311442  a=rtpmap:108 rtx/90000
2025-02-20 20:46:05.999312142  a=fmtp:108 apt=107
2025-02-20 20:46:05.999312942  a=rtpmap:109 H264/90000
2025-02-20 20:46:05.999313642  a=rtcp-fb:109 goog-remb
2025-02-20 20:46:05.999314442  a=rtcp-fb:109 transport-cc
2025-02-20 20:46:05.999315243  a=rtcp-fb:109 ccm fir
2025-02-20 20:46:05.999315943  a=rtcp-fb:109 nack
2025-02-20 20:46:05.999316743  a=rtcp-fb:109 nack pli
2025-02-20 20:46:05.999317743  a=fmtp:109 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f
2025-02-20 20:46:05.999318543  a=rtpmap:114 rtx/90000
2025-02-20 20:46:05.999319243  a=fmtp:114 apt=109
2025-02-20 20:46:05.999320043  a=rtpmap:115 H264/90000
2025-02-20 20:46:05.999320843  a=rtcp-fb:115 goog-remb
2025-02-20 20:46:05.999321543  a=rtcp-fb:115 transport-cc
2025-02-20 20:46:05.999322343  a=rtcp-fb:115 ccm fir
2025-02-20 20:46:05.999323043  a=rtcp-fb:115 nack
2025-02-20 20:46:05.999323843  a=rtcp-fb:115 nack pli
2025-02-20 20:46:05.999324743  a=fmtp:115 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f
2025-02-20 20:46:05.999325543  a=rtpmap:116 rtx/90000
2025-02-20 20:46:05.999326243  a=fmtp:116 apt=115
2025-02-20 20:46:05.999327043  a=rtpmap:117 H264/90000
2025-02-20 20:46:05.999327843  a=rtcp-fb:117 goog-remb
2025-02-20 20:46:05.999328543  a=rtcp-fb:117 transport-cc
2025-02-20 20:46:05.999329343  a=rtcp-fb:117 ccm fir
2025-02-20 20:46:05.999330043  a=rtcp-fb:117 nack
2025-02-20 20:46:05.999330844  a=rtcp-fb:117 nack pli
2025-02-20 20:46:05.999331644  a=fmtp:117 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f
2025-02-20 20:46:05.999332444  a=rtpmap:118 rtx/90000
2025-02-20 20:46:05.999333144  a=fmtp:118 apt=117
2025-02-20 20:46:05.999333944  a=rtpmap:39 H264/90000
2025-02-20 20:46:05.999334644  a=rtcp-fb:39 goog-remb
2025-02-20 20:46:05.999335444  a=rtcp-fb:39 transport-cc
2025-02-20 20:46:05.999336244  a=rtcp-fb:39 ccm fir
2025-02-20 20:46:05.999336944  a=rtcp-fb:39 nack
2025-02-20 20:46:05.999337744  a=rtcp-fb:39 nack pli
2025-02-20 20:46:05.999347545  a=fmtp:39 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f
2025-02-20 20:46:05.999348345  a=rtpmap:40 rtx/90000
2025-02-20 20:46:05.999349145  a=fmtp:40 apt=39
2025-02-20 20:46:05.999349845  a=rtpmap:41 H264/90000
2025-02-20 20:46:05.999350645  a=rtcp-fb:41 goog-remb
2025-02-20 20:46:05.999351445  a=rtcp-fb:41 transport-cc
2025-02-20 20:46:05.999352145  a=rtcp-fb:41 ccm fir
2025-02-20 20:46:05.999352945  a=rtcp-fb:41 nack
2025-02-20 20:46:05.999353745  a=rtcp-fb:41 nack pli
2025-02-20 20:46:05.999354645  a=fmtp:41 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=f4001f
2025-02-20 20:46:05.999355345  a=rtpmap:42 rtx/90000
2025-02-20 20:46:05.999356045  a=fmtp:42 apt=41
2025-02-20 20:46:05.999356845  a=rtpmap:43 H264/90000
2025-02-20 20:46:05.999357545  a=rtcp-fb:43 goog-remb
2025-02-20 20:46:05.999358345  a=rtcp-fb:43 transport-cc
2025-02-20 20:46:05.999359045  a=rtcp-fb:43 ccm fir
2025-02-20 20:46:05.999368046  a=rtcp-fb:43 nack
2025-02-20 20:46:05.999368846  a=rtcp-fb:43 nack pli
2025-02-20 20:46:05.999369746  a=fmtp:43 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=f4001f
2025-02-20 20:46:05.999370546  a=rtpmap:44 rtx/90000
2025-02-20 20:46:05.999371246  a=fmtp:44 apt=43
2025-02-20 20:46:05.999372046  a=rtpmap:45 AV1/90000
2025-02-20 20:46:05.999372746  a=rtcp-fb:45 goog-remb
2025-02-20 20:46:05.999373546  a=rtcp-fb:45 transport-cc
2025-02-20 20:46:05.999374346  a=rtcp-fb:45 ccm fir
2025-02-20 20:46:05.999375046  a=rtcp-fb:45 nack
2025-02-20 20:46:05.999375847  a=rtcp-fb:45 nack pli
2025-02-20 20:46:05.999376547  a=fmtp:45 level-idx=5;profile=0;tier=0
2025-02-20 20:46:05.999377347  a=rtpmap:46 rtx/90000
2025-02-20 20:46:05.999378147  a=fmtp:46 apt=45
2025-02-20 20:46:05.999378847  a=rtpmap:47 AV1/90000
2025-02-20 20:46:05.999379647  a=rtcp-fb:47 goog-remb
2025-02-20 20:46:05.999380347  a=rtcp-fb:47 transport-cc
2025-02-20 20:46:05.999381147  a=rtcp-fb:47 ccm fir
2025-02-20 20:46:05.999381847  a=rtcp-fb:47 nack
2025-02-20 20:46:05.999382647  a=rtcp-fb:47 nack pli
2025-02-20 20:46:05.999393248  a=fmtp:47 level-idx=5;profile=1;tier=0
2025-02-20 20:46:05.999394048  a=rtpmap:48 rtx/90000
2025-02-20 20:46:05.999394848  a=fmtp:48 apt=47
2025-02-20 20:46:05.999395548  a=rtpmap:119 H264/90000
2025-02-20 20:46:05.999396348  a=rtcp-fb:119 goog-remb
2025-02-20 20:46:05.999397148  a=rtcp-fb:119 transport-cc
2025-02-20 20:46:05.999397848  a=rtcp-fb:119 ccm fir
2025-02-20 20:46:05.999398648  a=rtcp-fb:119 nack
2025-02-20 20:46:05.999399348  a=rtcp-fb:119 nack pli
2025-02-20 20:46:05.999400248  a=fmtp:119 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=64001f
2025-02-20 20:46:05.999401048  a=rtpmap:120 rtx/90000
2025-02-20 20:46:05.999401748  a=fmtp:120 apt=119
2025-02-20 20:46:05.999402548  a=rtpmap:121 H264/90000
2025-02-20 20:46:05.999403248  a=rtcp-fb:121 goog-remb
2025-02-20 20:46:05.999404048  a=rtcp-fb:121 transport-cc
2025-02-20 20:46:05.999404748  a=rtcp-fb:121 ccm fir
2025-02-20 20:46:05.999405548  a=rtcp-fb:121 nack
2025-02-20 20:46:05.999406249  a=rtcp-fb:121 nack pli
2025-02-20 20:46:05.999407149  a=fmtp:121 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=64001f
2025-02-20 20:46:05.999407949  a=rtpmap:122 rtx/90000
2025-02-20 20:46:05.999408649  a=fmtp:122 apt=121
2025-02-20 20:46:05.999421050  a=rtpmap:123 red/90000
2025-02-20 20:46:05.999421850  a=rtpmap:124 rtx/90000
2025-02-20 20:46:05.999422650  a=fmtp:124 apt=123
2025-02-20 20:46:05.999423350  a=rtpmap:125 ulpfec/90000
2025-02-20 20:46:05.999424150  a=rtpmap:49 flexfec-03/90000
2025-02-20 20:46:05.999424950  a=rtcp-fb:49 goog-remb
2025-02-20 20:46:05.999425650  a=rtcp-fb:49 transport-cc
2025-02-20 20:46:05.999426450  a=fmtp:49 repair-window=10000000
2025-02-20 20:46:05.999427350  m=audio 9 UDP/TLS/RTP/SAVPF 111 63 9 0 8 13 110 126
2025-02-20 20:46:05.999428050  c=IN IP4 0.0.0.0
2025-02-20 20:46:05.999428850  a=rtcp:9 IN IP4 0.0.0.0
2025-02-20 20:46:05.999429650  a=ice-ufrag:98f4
2025-02-20 20:46:05.999430350  a=ice-pwd:bMoIiFleJX6T4NMG2QCEPyzX
2025-02-20 20:46:05.999431150  a=ice-options:trickle
2025-02-20 20:46:05.999432150  a=fingerprint:sha-256 CB:DF:39:F1:72:6E:C9:88:D0:AF:4C:B1:F7:0D:B1:13:A8:14:DC:24:25:2B:D0:FE:03:C8:35:31:5C:0D:93:5C
2025-02-20 20:46:05.999432850  a=setup:actpass
2025-02-20 20:46:05.999433650  a=mid:1
2025-02-20 20:46:05.999434450  a=extmap:14 urn:ietf:params:rtp-hdrext:ssrc-audio-level
2025-02-20 20:46:05.999435350  a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
2025-02-20 20:46:05.999436251  a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
2025-02-20 20:46:05.999437051  a=extmap:9 urn:ietf:params:rtp-hdrext:sdes:mid
2025-02-20 20:46:05.999437951  a=recvonly
2025-02-20 20:46:05.999438651  a=rtcp-mux
2025-02-20 20:46:05.999439451  a=rtcp-rsize
2025-02-20 20:46:05.999440151  a=rtpmap:111 opus/48000/2
2025-02-20 20:46:05.999440951  a=rtcp-fb:111 transport-cc
2025-02-20 20:46:05.999441751  a=fmtp:111 minptime=10;useinbandfec=1
2025-02-20 20:46:05.999442551  a=rtpmap:63 red/48000/2
2025-02-20 20:46:05.999443251  a=fmtp:63 111/111
2025-02-20 20:46:05.999443951  a=rtpmap:9 G722/8000
2025-02-20 20:46:05.999444751  a=rtpmap:0 PCMU/8000
2025-02-20 20:46:05.999445551  a=rtpmap:8 PCMA/8000
2025-02-20 20:46:05.999446251  a=rtpmap:13 CN/8000
2025-02-20 20:46:05.999447051  a=rtpmap:110 telephone-event/48000
2025-02-20 20:46:05.999447851  a=rtpmap:126 telephone-event/8000
2025-02-20 20:46:05.999448551  
2025-02-20 20:46:05.999477053  20:46:05.999 TRC [streams] check cons=0 media=video, sendonly, VP8, VP9, H264, AV1
2025-02-20 20:46:05.999478653  20:46:05.999 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:46:05.999479553  20:46:05.999 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:46:05.999480553  20:46:05.999 TRC [streams] check cons=0 media=audio, sendonly, OPUS/48000/2, G722/8000, PCMU/8000, PCMA/8000, L16, PCML
2025-02-20 20:46:05.999481454  20:46:05.999 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:46:05.999482454  20:46:05.999 TRC [streams] check cons=0 prod=0 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:46:05.999483354  20:46:05.999 TRC [streams] check cons=0 prod=0 media=audio, sendonly, PCMU/8000
2025-02-20 20:46:06.039767722  20:46:06.039 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:06.039820125  20:46:06.039 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:06.039822225  20:46:06.039 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:06.039823826  20:46:06.039 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:06.039867328  20:46:06.039 TRC [webrtc] remote candidate="candidate:1961298512 1 udp 1685855999 73.53.38.187 65439 typ srflx raddr 10.0.0.20 rport 65439 generation 0 ufrag 98f4 network-id 1"
2025-02-20 20:46:06.039891930  20:46:06.039 TRC [webrtc] remote candidate="candidate:4256566113 1 udp 2122262783 2601:600:8f80:36c0:dd08:54ac:6501:b45a 65440 typ host generation 0 ufrag 98f4 network-id 2"
2025-02-20 20:46:06.039904131  20:46:06.039 TRC [webrtc] remote candidate="candidate:1313707718 1 udp 2122131711 2601:600:8f80:36c0:a120:3c43:95ad:4afd 65442 typ host generation 0 ufrag 98f4 network-id 4"
2025-02-20 20:46:06.040016238  20:46:06.039 TRC [webrtc] remote candidate="candidate:3123669662 1 udp 2122197247 2601:600:8f80:36c0::5815 65441 typ host generation 0 ufrag 98f4 network-id 3"
2025-02-20 20:46:06.132794083  20:46:06.127 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:06.132797983  20:46:06.127 TRC [webrtc] remote candidate="candidate:2622526582 1 tcp 1518083839 10.0.0.20 9 typ host tcptype active generation 0 ufrag 98f4 network-id 1"
2025-02-20 20:46:06.132799484  20:46:06.127 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:06.132800684  20:46:06.127 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:06.132802084  20:46:06.127 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:06.132803884  20:46:06.127 TRC [webrtc] remote candidate="candidate:2967945810 1 tcp 1518151935 2601:600:8f80:36c0:a120:3c43:95ad:4afd 9 typ host tcptype active generation 0 ufrag 98f4 network-id 4"
2025-02-20 20:46:06.132805884  20:46:06.127 TRC [webrtc] remote candidate="candidate:52223989 1 tcp 1518283007 2601:600:8f80:36c0:dd08:54ac:6501:b45a 9 typ host tcptype active generation 0 ufrag 98f4 network-id 2"
2025-02-20 20:46:06.132807584  20:46:06.127 TRC [webrtc] remote candidate="candidate:1149615626 1 tcp 1518217471 2601:600:8f80:36c0::5815 9 typ host tcptype active generation 0 ufrag 98f4 network-id 3"
2025-02-20 20:46:06.132808984  20:46:06.128 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:06.132810584  20:46:06.128 TRC [webrtc] remote candidate=
2025-02-20 20:46:06.686378915  20:46:06.686 DBG -init_hw_device cuda -f lavfi -i testsrc2 -t 1 -c h264_nvenc -f null - exit status 218
2025-02-20 20:46:06.693512185  20:46:06.693 DBG -init_hw_device vaapi -f lavfi -i testsrc2 -t 1 -vf format=nv12,hwupload -c h264_vaapi -f null - exit status 187
2025-02-20 20:46:06.693591591  20:46:06.693 DBG [exec] run cmd="/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio -c:v libx264 -g 50 -profile:v high -level:v 4.1 -preset:v superfast -tune:v zerolatency -pix_fmt:v yuv420p -c:a aac -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc" url="exec:/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio -c:v libx264 -g 50 -profile:v high -level:v 4.1 -preset:v superfast -tune:v zerolatency -pix_fmt:v yuv420p -c:a aac -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc"
2025-02-20 20:46:06.700637655  20:46:06.700 TRC [rtsp] server request:
2025-02-20 20:46:06.700639855  OPTIONS rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio RTSP/1.0
2025-02-20 20:46:06.700640755  Cseq: 1
2025-02-20 20:46:06.700641655  User-Agent: go2rtc/ffmpeg
2025-02-20 20:46:06.700642455  
2025-02-20 20:46:06.700643355  
2025-02-20 20:46:06.700653556  20:46:06.700 TRC [rtsp] server response:
2025-02-20 20:46:06.700654456  RTSP/1.0 200 OK
2025-02-20 20:46:06.700655356  Public: OPTIONS, SETUP, TEARDOWN, DESCRIBE, PLAY, PAUSE, ANNOUNCE, RECORD
2025-02-20 20:46:06.700656056  Cseq: 1
2025-02-20 20:46:06.700656756  
2025-02-20 20:46:06.700657456  
2025-02-20 20:46:06.700872670  20:46:06.700 TRC [rtsp] server request:
2025-02-20 20:46:06.700875170  DESCRIBE rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio RTSP/1.0
2025-02-20 20:46:06.700876570  Accept: application/sdp
2025-02-20 20:46:06.700877671  Cseq: 2
2025-02-20 20:46:06.700878971  User-Agent: go2rtc/ffmpeg
2025-02-20 20:46:06.700880071  
2025-02-20 20:46:06.700881071  
2025-02-20 20:46:06.700882371  20:46:06.700 DBG [rtsp] new consumer stream=Doorbell_HQ
2025-02-20 20:46:06.700893872  20:46:06.700 TRC [streams] check cons=1 media=video, sendonly, ANY
2025-02-20 20:46:06.700895472  20:46:06.700 TRC [streams] check cons=1 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:46:06.700899672  20:46:06.700 TRC [streams] match cons=1 <= prod=0
2025-02-20 20:46:06.701021680  20:46:06.700 TRC [streams] check cons=1 media=audio, sendonly, ANY
2025-02-20 20:46:06.701023680  20:46:06.701 TRC [streams] check cons=1 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:46:06.701033281  20:46:06.701 TRC [streams] check cons=1 prod=0 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:46:06.701034581  20:46:06.701 TRC [streams] match cons=1 <= prod=0
2025-02-20 20:46:06.701202492  20:46:06.701 TRC [rtsp] server response:
2025-02-20 20:46:06.701204192  RTSP/1.0 200 OK
2025-02-20 20:46:06.701205392  Content-Type: application/sdp
2025-02-20 20:46:06.701206392  Cseq: 2
2025-02-20 20:46:06.701207592  Content-Length: 431
2025-02-20 20:46:06.701208592  
2025-02-20 20:46:06.701209692  v=0
2025-02-20 20:46:06.701210792  o=- 1 1 IN IP4 0.0.0.0
2025-02-20 20:46:06.701211893  s=go2rtc/1.9.2
2025-02-20 20:46:06.701213093  c=IN IP4 0.0.0.0
2025-02-20 20:46:06.701214193  t=0 0
2025-02-20 20:46:06.701215393  m=video 0 RTP/AVP 96
2025-02-20 20:46:06.701216593  a=rtpmap:96 H264/90000
2025-02-20 20:46:06.701218193  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKAoAPGQ,aO48sA==
2025-02-20 20:46:06.701219293  a=control:trackID=0
2025-02-20 20:46:06.701220493  m=audio 0 RTP/AVP 97
2025-02-20 20:46:06.701221693  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:46:06.701223293  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:46:06.701224493  a=control:trackID=1
2025-02-20 20:46:06.701225493  
2025-02-20 20:46:06.701528013  20:46:06.701 TRC [rtsp] server request:
2025-02-20 20:46:06.701530414  SETUP rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio/trackID=0 RTSP/1.0
2025-02-20 20:46:06.701531714  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:46:06.701533014  Cseq: 3
2025-02-20 20:46:06.701534114  User-Agent: go2rtc/ffmpeg
2025-02-20 20:46:06.701534914  
2025-02-20 20:46:06.701535814  
2025-02-20 20:46:06.701610719  20:46:06.701 TRC [rtsp] server response:
2025-02-20 20:46:06.701612019  RTSP/1.0 200 OK
2025-02-20 20:46:06.701612919  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:46:06.701613619  Cseq: 3
2025-02-20 20:46:06.701614519  Session: 23927896;timeout=60
2025-02-20 20:46:06.701615219  
2025-02-20 20:46:06.701615919  
2025-02-20 20:46:06.701782630  20:46:06.701 TRC [rtsp] server request:
2025-02-20 20:46:06.701784630  SETUP rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio/trackID=1 RTSP/1.0
2025-02-20 20:46:06.701785730  User-Agent: go2rtc/ffmpeg
2025-02-20 20:46:06.701786830  Session: 23927896
2025-02-20 20:46:06.701787931  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:46:06.701788931  Cseq: 4
2025-02-20 20:46:06.701789931  
2025-02-20 20:46:06.701790831  
2025-02-20 20:46:06.701857935  20:46:06.701 TRC [rtsp] server response:
2025-02-20 20:46:06.701859435  RTSP/1.0 200 OK
2025-02-20 20:46:06.701860635  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:46:06.701861635  Cseq: 4
2025-02-20 20:46:06.701862835  Session: 98272604;timeout=60
2025-02-20 20:46:06.701863836  
2025-02-20 20:46:06.701864836  
2025-02-20 20:46:06.701946941  20:46:06.701 TRC [rtsp] server request:
2025-02-20 20:46:06.701948341  PLAY rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio RTSP/1.0
2025-02-20 20:46:06.701949141  Range: npt=0.000-
2025-02-20 20:46:06.701949941  Cseq: 5
2025-02-20 20:46:06.701950741  User-Agent: go2rtc/ffmpeg
2025-02-20 20:46:06.701951441  Session: 23927896
2025-02-20 20:46:06.701952241  
2025-02-20 20:46:06.701952941  
2025-02-20 20:46:06.701953741  20:46:06.701 TRC [rtsp] server response:
2025-02-20 20:46:06.701954541  RTSP/1.0 200 OK
2025-02-20 20:46:06.701955242  Cseq: 5
2025-02-20 20:46:06.701955942  Session: 98272604
2025-02-20 20:46:06.701956642  
2025-02-20 20:46:06.701957342  
2025-02-20 20:46:08.813134322  Input #0, rtsp, from 'rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio':
2025-02-20 20:46:08.813138222    Metadata:
2025-02-20 20:46:08.813139422      title           : go2rtc/1.9.2
2025-02-20 20:46:08.813140622    Duration: N/A, start: 0.000000, bitrate: N/A
2025-02-20 20:46:08.813141822    Stream #0:0: Video: h264 (High), yuv420p(progressive), 2560x1920, 20 fps, 25 tbr, 90k tbn
2025-02-20 20:46:08.813143023    Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
2025-02-20 20:46:08.814240595  Stream mapping:
2025-02-20 20:46:08.814242495    Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
2025-02-20 20:46:08.814243495    Stream #0:1 -> #0:1 (aac (native) -> aac (native))
2025-02-20 20:46:08.814507212  Press [q] to stop, [?] for help
2025-02-20 20:46:09.516719673  [libx264 @ 0x5651ef5e5600] frame MB size (160x120) > level limit (8192)
2025-02-20 20:46:09.516723873  [libx264 @ 0x5651ef5e5600] MB rate (480000) > level limit (245760)
2025-02-20 20:46:09.517093497  [libx264 @ 0x5651ef5e5600] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
2025-02-20 20:46:09.519373248  [libx264 @ 0x5651ef5e5600] profile High, level 4.1, 4:2:0, 8-bit
2025-02-20 20:46:09.519913983  [libx264 @ 0x5651ef5e5600] 264 - core 164 - H.264/MPEG-4 AVC codec - Copyleft 2003-2024 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:0:0 analyse=0x3:0x3 me=dia subme=1 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=6 lookahead_threads=6 sliced_threads=1 slices=6 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=1 keyint=50 keyint_min=5 scenecut=40 intra_refresh=0 rc=crf mbtree=0 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
2025-02-20 20:46:09.520212803  20:46:09.520 TRC [rtsp] server request:
2025-02-20 20:46:09.520214903  OPTIONS rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc RTSP/1.0
2025-02-20 20:46:09.520215803  Cseq: 1
2025-02-20 20:46:09.520216603  User-Agent: ffmpeg/go2rtc
2025-02-20 20:46:09.520217403  
2025-02-20 20:46:09.520218103  
2025-02-20 20:46:09.520239405  20:46:09.520 TRC [rtsp] server response:
2025-02-20 20:46:09.520240905  RTSP/1.0 200 OK
2025-02-20 20:46:09.520241805  Public: OPTIONS, SETUP, TEARDOWN, DESCRIBE, PLAY, PAUSE, ANNOUNCE, RECORD
2025-02-20 20:46:09.520242605  Cseq: 1
2025-02-20 20:46:09.520243305  
2025-02-20 20:46:09.520244005  
2025-02-20 20:46:09.575328134  20:46:09.575 TRC [rtsp] server request:
2025-02-20 20:46:09.575331434  ANNOUNCE rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc RTSP/1.0
2025-02-20 20:46:09.575332334  Content-Length: 489
2025-02-20 20:46:09.575333334  Content-Type: application/sdp
2025-02-20 20:46:09.575334134  Cseq: 2
2025-02-20 20:46:09.575334934  User-Agent: ffmpeg/go2rtc
2025-02-20 20:46:09.575335634  
2025-02-20 20:46:09.575336434  v=0
2025-02-20 20:46:09.575337234  o=- 0 0 IN IP4 127.0.0.1
2025-02-20 20:46:09.575337934  s=go2rtc/1.9.2
2025-02-20 20:46:09.575338735  c=IN IP4 127.0.0.1
2025-02-20 20:46:09.575339435  t=0 0
2025-02-20 20:46:09.575340235  a=tool:libavformat 61.1.100
2025-02-20 20:46:09.575341035  m=video 0 RTP/AVP 96
2025-02-20 20:46:09.575341835  a=rtpmap:96 H264/90000
2025-02-20 20:46:09.575342935  a=fmtp:96 packetization-mode=1; sprop-parameter-sets=Z2QAKay0AUAHjQgAAAMACAAAAwGUeMGV,aO8Pyw==; profile-level-id=640029
2025-02-20 20:46:09.575343635  a=control:streamid=0
2025-02-20 20:46:09.575344435  m=audio 0 RTP/AVP 97
2025-02-20 20:46:09.575345135  b=AS:69
2025-02-20 20:46:09.575346035  a=rtpmap:97 MPEG4-GENERIC/16000/1
2025-02-20 20:46:09.575347035  a=fmtp:97 profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3; config=140856E500
2025-02-20 20:46:09.575347735  a=control:streamid=1
2025-02-20 20:46:09.575348435  
2025-02-20 20:46:09.575349335  20:46:09.575 TRC [rtsp] server response:
2025-02-20 20:46:09.575350035  RTSP/1.0 200 OK
2025-02-20 20:46:09.575350735  Cseq: 2
2025-02-20 20:46:09.575351435  
2025-02-20 20:46:09.575352135  
2025-02-20 20:46:09.575569050  20:46:09.575 TRC [rtsp] server request:
2025-02-20 20:46:09.575571350  SETUP rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc/streamid=0 RTSP/1.0
2025-02-20 20:46:09.575572450  Transport: RTP/AVP/TCP;unicast;interleaved=0-1;mode=record
2025-02-20 20:46:09.575573250  Cseq: 3
2025-02-20 20:46:09.575574150  User-Agent: ffmpeg/go2rtc
2025-02-20 20:46:09.575574950  
2025-02-20 20:46:09.575575650  
2025-02-20 20:46:09.575598152  20:46:09.575 TRC [rtsp] server response:
2025-02-20 20:46:09.575599452  RTSP/1.0 200 OK
2025-02-20 20:46:09.575600352  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:46:09.575601052  Cseq: 3
2025-02-20 20:46:09.575601852  Session: 65614040;timeout=60
2025-02-20 20:46:09.575602652  
2025-02-20 20:46:09.575603352  
2025-02-20 20:46:09.576001578  20:46:09.575 TRC [rtsp] server request:
2025-02-20 20:46:09.576003978  SETUP rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc/streamid=1 RTSP/1.0
2025-02-20 20:46:09.576004878  Cseq: 4
2025-02-20 20:46:09.576005778  User-Agent: ffmpeg/go2rtc
2025-02-20 20:46:09.576006579  Session: 65614040
2025-02-20 20:46:09.576007479  Transport: RTP/AVP/TCP;unicast;interleaved=2-3;mode=record
2025-02-20 20:46:09.576008179  
2025-02-20 20:46:09.576008979  
2025-02-20 20:46:09.576009779  20:46:09.575 TRC [rtsp] server response:
2025-02-20 20:46:09.576010579  RTSP/1.0 200 OK
2025-02-20 20:46:09.576011279  Session: 35364404;timeout=60
2025-02-20 20:46:09.576012179  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:46:09.576012879  Cseq: 4
2025-02-20 20:46:09.576013679  
2025-02-20 20:46:09.576014379  
2025-02-20 20:46:09.576268296  20:46:09.576 TRC [rtsp] server request:
2025-02-20 20:46:09.576270496  RECORD rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc RTSP/1.0
2025-02-20 20:46:09.576271696  Session: 65614040
2025-02-20 20:46:09.576272796  Range: npt=0.000-
2025-02-20 20:46:09.576273796  Cseq: 5
2025-02-20 20:46:09.576274996  User-Agent: ffmpeg/go2rtc
2025-02-20 20:46:09.576276096  
2025-02-20 20:46:09.576277096  
2025-02-20 20:46:09.576278196  20:46:09.576 TRC [rtsp] server response:
2025-02-20 20:46:09.576279196  RTSP/1.0 200 OK
2025-02-20 20:46:09.576279997  Cseq: 5
2025-02-20 20:46:09.576280997  Session: 35364404
2025-02-20 20:46:09.576281897  
2025-02-20 20:46:09.576282897  
2025-02-20 20:46:09.576331700  20:46:09.576 DBG [exec] run launch=2.88275191s
2025-02-20 20:46:09.576344801  20:46:09.576 TRC [streams] check cons=0 prod=1 media=video, recvonly, H.264 High 4.1
2025-02-20 20:46:09.576373103  20:46:09.576 TRC [streams] check cons=0 prod=1 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:46:09.576375203  Output #0, rtsp, to 'rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc':
2025-02-20 20:46:09.576376403    Metadata:
2025-02-20 20:46:09.576377503      title           : go2rtc/1.9.2
2025-02-20 20:46:09.576378403      encoder         : Lavf61.1.100
2025-02-20 20:46:09.576379703  20:46:09.576 DBG [streams] stop producer url=ffmpeg:Doorbell_HQ#video=h264#audio=aac#hardware
2025-02-20 20:46:09.576501011    Stream #0:0: Video: h264, yuv420p(progressive), 2560x1920, q=2-31, 25 fps, 90k tbn
2025-02-20 20:46:09.576502711        Metadata:
2025-02-20 20:46:09.576504011          encoder         : Lavc61.3.100 libx264
2025-02-20 20:46:09.576505111        Side data:
2025-02-20 20:46:09.576506511          cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
2025-02-20 20:46:09.576507812    Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp, 69 kb/s
2025-02-20 20:46:09.576509012        Metadata:
2025-02-20 20:46:09.576510312          encoder         : Lavc61.3.100 aac
2025-02-20 20:46:09.579593815  20:46:09.579 TRC [webrtc] answer
2025-02-20 20:46:09.579598215  v=0
2025-02-20 20:46:09.579599315  o=- 5957157070384045860 1740113169 IN IP4 0.0.0.0
2025-02-20 20:46:09.579600215  s=-
2025-02-20 20:46:09.579601015  t=0 0
2025-02-20 20:46:09.579601815  a=msid-semantic:WMS*
2025-02-20 20:46:09.579602815  a=fingerprint:sha-256 FD:5E:DE:8F:12:DC:E8:AC:1C:11:8E:04:14:97:08:5F:C1:63:B6:E0:5D:AB:FF:B5:CA:5D:DA:22:A5:6A:30:D8
2025-02-20 20:46:09.579603616  a=extmap-allow-mixed
2025-02-20 20:46:09.579604416  a=group:BUNDLE 0 1
2025-02-20 20:46:09.579605216  m=video 9 UDP/TLS/RTP/SAVPF 103 109 119
2025-02-20 20:46:09.579606016  c=IN IP4 0.0.0.0
2025-02-20 20:46:09.579606716  a=setup:active
2025-02-20 20:46:09.579607516  a=mid:0
2025-02-20 20:46:09.579608316  a=ice-ufrag:DMBKsrIHFVjZFnOs
2025-02-20 20:46:09.579609116  a=ice-pwd:jtTJWhxMrhtSYiCsXdEHfHvDddTcNypD
2025-02-20 20:46:09.579609816  a=rtcp-mux
2025-02-20 20:46:09.579610616  a=rtcp-rsize
2025-02-20 20:46:09.579611416  a=rtpmap:103 H264/90000
2025-02-20 20:46:09.579612316  a=fmtp:103 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f
2025-02-20 20:46:09.579613016  a=rtcp-fb:103 goog-remb 
2025-02-20 20:46:09.579613816  a=rtcp-fb:103 transport-cc 
2025-02-20 20:46:09.579614616  a=rtcp-fb:103 ccm fir
2025-02-20 20:46:09.579615416  a=rtcp-fb:103 nack 
2025-02-20 20:46:09.579616216  a=rtcp-fb:103 nack pli
2025-02-20 20:46:09.579617016  a=rtpmap:109 H264/90000
2025-02-20 20:46:09.579617916  a=fmtp:109 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f
2025-02-20 20:46:09.579618717  a=rtcp-fb:109 goog-remb 
2025-02-20 20:46:09.579619517  a=rtcp-fb:109 transport-cc 
2025-02-20 20:46:09.579620217  a=rtcp-fb:109 ccm fir
2025-02-20 20:46:09.579621017  a=rtcp-fb:109 nack 
2025-02-20 20:46:09.579621717  a=rtcp-fb:109 nack pli
2025-02-20 20:46:09.579622517  a=rtpmap:119 H264/90000
2025-02-20 20:46:09.579623417  a=fmtp:119 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=64001f
2025-02-20 20:46:09.579624217  a=rtcp-fb:119 goog-remb 
2025-02-20 20:46:09.579624917  a=rtcp-fb:119 transport-cc 
2025-02-20 20:46:09.579625717  a=rtcp-fb:119 ccm fir
2025-02-20 20:46:09.579626417  a=rtcp-fb:119 nack 
2025-02-20 20:46:09.579627217  a=rtcp-fb:119 nack pli
2025-02-20 20:46:09.579628117  a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
2025-02-20 20:46:09.579628917  a=ssrc:2611337212 cname:go2rtc
2025-02-20 20:46:09.579629717  a=ssrc:2611337212 msid:go2rtc go2rtc-video
2025-02-20 20:46:09.579630517  a=ssrc:2611337212 mslabel:go2rtc
2025-02-20 20:46:09.579631717  a=ssrc:2611337212 label:go2rtc-video
2025-02-20 20:46:09.579632717  a=msid:go2rtc go2rtc-video
2025-02-20 20:46:09.579633717  a=sendonly
2025-02-20 20:46:09.579634818  m=audio 9 UDP/TLS/RTP/SAVPF 111 0 8
2025-02-20 20:46:09.579635918  c=IN IP4 0.0.0.0
2025-02-20 20:46:09.579636918  a=setup:active
2025-02-20 20:46:09.579637818  a=mid:1
2025-02-20 20:46:09.579638818  a=ice-ufrag:DMBKsrIHFVjZFnOs
2025-02-20 20:46:09.579640118  a=ice-pwd:jtTJWhxMrhtSYiCsXdEHfHvDddTcNypD
2025-02-20 20:46:09.579641018  a=rtcp-mux
2025-02-20 20:46:09.579642118  a=rtcp-rsize
2025-02-20 20:46:09.579643118  a=rtpmap:111 opus/48000/2
2025-02-20 20:46:09.579644218  a=fmtp:111 minptime=10;useinbandfec=1
2025-02-20 20:46:09.579645418  a=rtcp-fb:111 transport-cc 
2025-02-20 20:46:09.579646518  a=rtpmap:0 PCMU/8000
2025-02-20 20:46:09.579647618  a=rtpmap:8 PCMA/8000
2025-02-20 20:46:09.579649119  a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
2025-02-20 20:46:09.579650119  a=ssrc:1025233915 cname:go2rtc
2025-02-20 20:46:09.579651319  a=ssrc:1025233915 msid:go2rtc go2rtc-audio
2025-02-20 20:46:09.579652319  a=ssrc:1025233915 mslabel:go2rtc
2025-02-20 20:46:09.579653519  a=ssrc:1025233915 label:go2rtc-audio
2025-02-20 20:46:09.579654619  a=msid:go2rtc go2rtc-audio
2025-02-20 20:46:09.579655619  a=inactive
2025-02-20 20:46:09.579656619  
2025-02-20 20:46:09.579658119  20:46:09.579 TRC [webrtc] local  candidate="candidate:2878742611 1 udp 2130706431 127.0.0.1 8555 typ host"
2025-02-20 20:46:09.579659419  20:46:09.579 TRC [webrtc] local  candidate="candidate:2516015194 1 udp 2130706431 172.18.0.2 8555 typ host"
2025-02-20 20:46:09.579660719  20:46:09.579 TRC [webrtc] local  candidate="candidate:671361466 1 tcp 1671430143 172.18.0.2 8555 typ host tcptype passive"
2025-02-20 20:46:09.619538146  [vost#0:0/libx264 @ 0x5651ef5d8c00] Error submitting a packet to the muxer: Broken pipe
2025-02-20 20:46:09.619542047      Last message repeated 1 times
2025-02-20 20:46:09.619543647  [out#0/rtsp @ 0x5651ef5ebdc0] Error muxing a packet
2025-02-20 20:46:09.619545247  [out#0/rtsp @ 0x5651ef5ebdc0] Task finished with error code: -32 (Broken pipe)
2025-02-20 20:46:09.619546947  [out#0/rtsp @ 0x5651ef5ebdc0] Terminating thread with return code -32 (Broken pipe)
2025-02-20 20:46:10.453635895  [out#0/rtsp @ 0x5651ef5ebdc0] Error writing trailer: Broken pipe
2025-02-20 20:46:10.453640795  [out#0/rtsp @ 0x5651ef5ebdc0] video:632KiB audio:3KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: unknown
2025-02-20 20:46:10.453642095  frame=    1 fps=0.6 q=14.0 Lsize=N/A time=00:00:00.04 bitrate=N/A dup=69 drop=0 speed=0.0244x    
2025-02-20 20:46:10.454180631  [libx264 @ 0x5651ef5e5600] frame I:2     Avg QP:14.09  size:1069842
2025-02-20 20:46:10.454182731  [libx264 @ 0x5651ef5e5600] frame P:71    Avg QP:12.31  size: 14807
2025-02-20 20:46:10.454183831  [libx264 @ 0x5651ef5e5600] mb I  I16..4:  5.4% 20.9% 73.7%
2025-02-20 20:46:10.454185031  [libx264 @ 0x5651ef5e5600] mb P  I16..4:  0.0%  0.0%  0.0%  P16..4: 13.9%  0.0%  0.0%  0.0%  0.0%    skip:86.0%
2025-02-20 20:46:10.454185931  [libx264 @ 0x5651ef5e5600] 8x8 transform intra:20.8% inter:27.9%
2025-02-20 20:46:10.454187031  [libx264 @ 0x5651ef5e5600] coded y,uvDC,uvAC intra: 94.8% 79.6% 48.1% inter: 4.4% 5.6% 0.3%
2025-02-20 20:46:10.454187931  [libx264 @ 0x5651ef5e5600] i16 v,h,dc,p: 42%  5% 37% 17%
2025-02-20 20:46:10.454188932  [libx264 @ 0x5651ef5e5600] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 15% 15% 22%  8%  7%  7%  9%  8% 11%
2025-02-20 20:46:10.454189932  [libx264 @ 0x5651ef5e5600] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 18% 14%  8%  7%  8%  9%  7% 10%
2025-02-20 20:46:10.454190832  [libx264 @ 0x5651ef5e5600] i8c dc,h,v,p: 44% 19% 24% 14%
2025-02-20 20:46:10.454191732  [libx264 @ 0x5651ef5e5600] Weighted P-Frames: Y:0.0% UV:0.0%
2025-02-20 20:46:10.454192532  [libx264 @ 0x5651ef5e5600] kb/s:8742.50
2025-02-20 20:46:10.454557256  [aac @ 0x5651ef623e80] Qavg: 65076.633
2025-02-20 20:46:10.454903079  20:46:10.454 TRC [rtsp] server request:
2025-02-20 20:46:10.454904779  TEARDOWN rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio RTSP/1.0
2025-02-20 20:46:10.454905679  Cseq: 6
2025-02-20 20:46:10.454906579  User-Agent: go2rtc/ffmpeg
2025-02-20 20:46:10.454907379  Session: 23927896
2025-02-20 20:46:10.454908079  
2025-02-20 20:46:10.454908879  
2025-02-20 20:46:10.454936581  20:46:10.454 DBG [rtsp] handle error="read tcp 127.0.0.1:8554->127.0.0.1:47898: read: connection reset by peer"
2025-02-20 20:46:10.454979084  Conversion failed!
2025-02-20 20:46:10.454980884  20:46:10.454 TRC [streams] skip stop none producer
2025-02-20 20:46:10.454982184  20:46:10.454 DBG [rtsp] disconnect stream=Doorbell_HQ
2025-02-20 20:46:18.445974552  20:46:18.445 TRC [api] GET /api/streams 127.0.0.1:52594
2025-02-20 20:46:20.690972886  20:46:20.690 TRC [webrtc] config candidate="candidate:3386740237 1 udp 2130706429 73.53.38.187 8555 typ host"
2025-02-20 20:46:26.898414072  20:46:26.898 TRC [streams] skip stop none producer
2025-02-20 20:46:27.902174328  20:46:27.902 TRC [rtsp] client request:
2025-02-20 20:46:27.902178328  OPTIONS rtsp://20.0.0.13/h264Preview_01_sub/ RTSP/1.0
2025-02-20 20:46:27.902179728  CSeq: 6
2025-02-20 20:46:27.902182129  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="6dfd17ef72cb7acc59dfa2f1420b5005", uri="rtsp://20.0.0.13/h264Preview_01_sub/", response="fdaf0032da14858e45c90e0b7a111cb9"
2025-02-20 20:46:27.902183429  Session: 152C2A99
2025-02-20 20:46:27.902184629  
2025-02-20 20:46:27.902185629  
2025-02-20 20:46:27.914737842  20:46:27.914 TRC [rtsp] client response:
2025-02-20 20:46:27.914742043  RTSP/1.0 200 OK
2025-02-20 20:46:27.914743043  Cseq: 6
2025-02-20 20:46:27.914744043  Date: Fri, Feb 21 2025 04:47:03 GMT
2025-02-20 20:46:27.914745043  Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER
2025-02-20 20:46:27.914745843  
2025-02-20 20:46:27.914746543  
2025-02-20 20:46:27.916437753  20:46:27.916 TRC [rtsp] client request:
2025-02-20 20:46:27.916440453  OPTIONS rtsp://20.0.0.11/Preview_01_sub/ RTSP/1.0
2025-02-20 20:46:27.916441653  CSeq: 6
2025-02-20 20:46:27.916443353  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="9eb04597a83c901ad5fa9a11819f40c8", uri="rtsp://20.0.0.11/Preview_01_sub/", response="34cb02d56945271c058278c2eb27e04f"
2025-02-20 20:46:27.916444453  Session: 54EE215C
2025-02-20 20:46:27.916445653  
2025-02-20 20:46:27.916446653  
2025-02-20 20:46:27.916674768  20:46:27.916 TRC [rtsp] server request:
2025-02-20 20:46:27.916684069  OPTIONS rtsp://127.0.0.1:8554/Doorbell RTSP/1.0
2025-02-20 20:46:27.916685769  Cseq: 7
2025-02-20 20:46:27.916686969  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:46:27.916688069  Session: 95181526
2025-02-20 20:46:27.916689069  
2025-02-20 20:46:27.916690069  
2025-02-20 20:46:27.916830578  20:46:27.916 TRC [rtsp] server response:
2025-02-20 20:46:27.916832878  RTSP/1.0 200 OK
2025-02-20 20:46:27.916833978  Cseq: 7
2025-02-20 20:46:27.916835178  Session: 73764245
2025-02-20 20:46:27.916836278  
2025-02-20 20:46:27.916837278  
2025-02-20 20:46:27.921267266  20:46:27.921 TRC [rtsp] client response:
2025-02-20 20:46:27.921270866  RTSP/1.0 200 OK
2025-02-20 20:46:27.921272366  Date: Fri, Feb 21 2025 04:46:36 GMT
2025-02-20 20:46:27.921274166  Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER
2025-02-20 20:46:27.921275366  Cseq: 6
2025-02-20 20:46:27.921276666  
2025-02-20 20:46:27.921277766  
2025-02-20 20:46:27.956983080  20:46:27.956 TRC [rtsp] client request:
2025-02-20 20:46:27.956987081  OPTIONS rtsp://20.0.0.11/Preview_01_main/ RTSP/1.0
2025-02-20 20:46:27.956988481  CSeq: 6
2025-02-20 20:46:27.957009882  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="8ece0c60d5bf3f457c70f9c351646112", uri="rtsp://20.0.0.11/Preview_01_main/", response="f8d8d7a6176e176f6a32e2a3c46b5d4e"
2025-02-20 20:46:27.957011582  Session: 956751BE
2025-02-20 20:46:27.957012582  
2025-02-20 20:46:27.957013582  
2025-02-20 20:46:27.957155392  20:46:27.957 TRC [rtsp] server request:
2025-02-20 20:46:27.957158192  OPTIONS rtsp://127.0.0.1:8554/Doorbell_HQ RTSP/1.0
2025-02-20 20:46:27.957159292  Cseq: 7
2025-02-20 20:46:27.957160492  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:46:27.957161692  Session: 43610264
2025-02-20 20:46:27.957162892  
2025-02-20 20:46:27.957163992  
2025-02-20 20:46:27.957196894  20:46:27.957 TRC [rtsp] server response:
2025-02-20 20:46:27.957198694  RTSP/1.0 200 OK
2025-02-20 20:46:27.957199794  Cseq: 7
2025-02-20 20:46:27.957200995  Session: 46012619
2025-02-20 20:46:27.957201995  
2025-02-20 20:46:27.957203095  
2025-02-20 20:46:27.973092825  20:46:27.973 TRC [rtsp] client request:
2025-02-20 20:46:27.973097325  OPTIONS rtsp://20.0.0.12/h264Preview_01_main/ RTSP/1.0
2025-02-20 20:46:27.973098625  CSeq: 6
2025-02-20 20:46:27.973100625  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="ea88c75f6385ef1ef5abd3ddb3196e96", uri="rtsp://20.0.0.12/h264Preview_01_main/", response="b1d8249a232d39bc5d65cd1306afc898"
2025-02-20 20:46:27.973101925  Session: 5AA3150D
2025-02-20 20:46:27.973103125  
2025-02-20 20:46:27.973114526  
2025-02-20 20:46:27.973737666  20:46:27.973 TRC [rtsp] client request:
2025-02-20 20:46:27.973740066  OPTIONS rtsp://20.0.0.12/h264Preview_01_sub/ RTSP/1.0
2025-02-20 20:46:27.973741067  CSeq: 6
2025-02-20 20:46:27.973742467  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="35c2d087f0d76fa98f49df5b16fa04dd", uri="rtsp://20.0.0.12/h264Preview_01_sub/", response="27217096a7c29335dceeb448a087eb25"
2025-02-20 20:46:27.973743367  Session: 020304FF
2025-02-20 20:46:27.973744167  
2025-02-20 20:46:27.973744867  
2025-02-20 20:46:27.973770868  20:46:27.973 TRC [rtsp] server request:
2025-02-20 20:46:27.973772569  OPTIONS rtsp://127.0.0.1:8554/Camera_1 RTSP/1.0
2025-02-20 20:46:27.973773969  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:46:27.973775169  Session: 33013928
2025-02-20 20:46:27.973776169  Cseq: 7
2025-02-20 20:46:27.973777169  
2025-02-20 20:46:27.973778069  
2025-02-20 20:46:27.973779269  20:46:27.973 TRC [rtsp] server response:
2025-02-20 20:46:27.973780269  RTSP/1.0 200 OK
2025-02-20 20:46:27.973781269  Cseq: 7
2025-02-20 20:46:27.973782469  Session: 20190724
2025-02-20 20:46:27.973783369  
2025-02-20 20:46:27.973784269  
2025-02-20 20:46:27.976008814  20:46:27.975 TRC [rtsp] server request:
2025-02-20 20:46:27.976012514  OPTIONS rtsp://127.0.0.1:8554/Camera_2_HQ RTSP/1.0
2025-02-20 20:46:27.976013814  Cseq: 7
2025-02-20 20:46:27.976015214  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:46:27.976016414  Session: 96198475
2025-02-20 20:46:27.976017714  
2025-02-20 20:46:27.976018814  
2025-02-20 20:46:27.976049016  20:46:27.975 TRC [rtsp] server response:
2025-02-20 20:46:27.976050816  RTSP/1.0 200 OK
2025-02-20 20:46:27.976051916  Cseq: 7
2025-02-20 20:46:27.976053016  Session: 72757849
2025-02-20 20:46:27.976054016  
2025-02-20 20:46:27.976055017  
2025-02-20 20:46:27.981080042  20:46:27.981 TRC [rtsp] client response:
2025-02-20 20:46:27.981084342  RTSP/1.0 200 OK
2025-02-20 20:46:27.981085443  Cseq: 6
2025-02-20 20:46:27.981086643  Date: Fri, Feb 21 2025 04:47:07 GMT
2025-02-20 20:46:27.981087943  Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER
2025-02-20 20:46:27.981088943  
2025-02-20 20:46:27.981089943  
2025-02-20 20:46:27.981166648  20:46:27.981 TRC [rtsp] client response:
2025-02-20 20:46:27.981168948  RTSP/1.0 200 OK
2025-02-20 20:46:27.981170048  Cseq: 6
2025-02-20 20:46:27.981171348  Date: Fri, Feb 21 2025 04:47:07 GMT
2025-02-20 20:46:27.981172748  Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER
2025-02-20 20:46:27.981173748  
2025-02-20 20:46:27.981174748  
2025-02-20 20:46:27.993055618  20:46:27.992 TRC [rtsp] server request:
2025-02-20 20:46:27.993059219  OPTIONS rtsp://127.0.0.1:8554/Camera_2 RTSP/1.0
2025-02-20 20:46:27.993060219  Cseq: 7
2025-02-20 20:46:27.993061319  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:46:27.993062319  Session: 33283102
2025-02-20 20:46:27.993063219  
2025-02-20 20:46:27.993064119  
2025-02-20 20:46:27.993065119  20:46:27.993 TRC [rtsp] server response:
2025-02-20 20:46:27.993066119  RTSP/1.0 200 OK
2025-02-20 20:46:27.993066919  Cseq: 7
2025-02-20 20:46:27.993067819  Session: 98993398
2025-02-20 20:46:27.993068719  
2025-02-20 20:46:27.993069519  
2025-02-20 20:46:27.998690884  20:46:27.998 TRC [rtsp] client response:
2025-02-20 20:46:27.998694984  RTSP/1.0 200 OK
2025-02-20 20:46:27.998695984  Cseq: 6
2025-02-20 20:46:27.998696984  Date: Fri, Feb 21 2025 04:46:36 GMT
2025-02-20 20:46:27.998698384  Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER
2025-02-20 20:46:27.998699584  
2025-02-20 20:46:27.998700484  
2025-02-20 20:46:28.022136103  20:46:28.022 TRC [rtsp] client request:
2025-02-20 20:46:28.022141203  OPTIONS rtsp://20.0.0.13/h264Preview_01_main/ RTSP/1.0
2025-02-20 20:46:28.022142404  CSeq: 6
2025-02-20 20:46:28.022144404  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="0a5e60232de7b9686332c97647d15b34", uri="rtsp://20.0.0.13/h264Preview_01_main/", response="e0d691be8196ba9cc6268d6a6116179b"
2025-02-20 20:46:28.022145504  Session: 7C44CA46
2025-02-20 20:46:28.022146604  
2025-02-20 20:46:28.022147604  
2025-02-20 20:46:28.031264895  20:46:28.031 TRC [rtsp] client response:
2025-02-20 20:46:28.031268695  RTSP/1.0 200 OK
2025-02-20 20:46:28.031269795  Cseq: 6
2025-02-20 20:46:28.031270995  Date: Fri, Feb 21 2025 04:47:03 GMT
2025-02-20 20:46:28.031272395  Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER
2025-02-20 20:46:28.031273495  
2025-02-20 20:46:28.031274195  
2025-02-20 20:46:28.071510203  20:46:28.071 TRC [rtsp] server request:
2025-02-20 20:46:28.071514903  OPTIONS rtsp://127.0.0.1:8554/Camera_1_HQ RTSP/1.0
2025-02-20 20:46:28.071516204  Cseq: 7
2025-02-20 20:46:28.071517604  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:46:28.071518704  Session: 82606941
2025-02-20 20:46:28.071519804  
2025-02-20 20:46:28.071520904  
2025-02-20 20:46:28.071551706  20:46:28.071 TRC [rtsp] server response:
2025-02-20 20:46:28.071553106  RTSP/1.0 200 OK
2025-02-20 20:46:28.071554006  Cseq: 7
2025-02-20 20:46:28.071555006  Session: 74377020
2025-02-20 20:46:28.071556006  
2025-02-20 20:46:28.071557006  
2025-02-20 20:46:48.451971094  20:46:48.451 TRC [api] GET /api/streams 127.0.0.1:43500
2025-02-20 20:46:57.955776655  20:46:57.955 TRC [rtsp] server request:
2025-02-20 20:46:57.955780956  OPTIONS rtsp://127.0.0.1:8554/Doorbell RTSP/1.0
2025-02-20 20:46:57.955782356  Cseq: 8
2025-02-20 20:46:57.955783756  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:46:57.955785056  Session: 95181526
2025-02-20 20:46:57.955786256  
2025-02-20 20:46:57.955787456  
2025-02-20 20:46:57.955788856  20:46:57.955 TRC [rtsp] server response:
2025-02-20 20:46:57.955790156  RTSP/1.0 200 OK
2025-02-20 20:46:57.955791256  Cseq: 8
2025-02-20 20:46:57.955792456  Session: 73764245
2025-02-20 20:46:57.955793657  
2025-02-20 20:46:57.955794757  
2025-02-20 20:46:57.972839149  20:46:57.972 TRC [rtsp] server request:
2025-02-20 20:46:57.972841949  OPTIONS rtsp://127.0.0.1:8554/Camera_1 RTSP/1.0
2025-02-20 20:46:57.972864351  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:46:57.972865751  Session: 33013928
2025-02-20 20:46:57.972866551  Cseq: 8
2025-02-20 20:46:57.972867351  
2025-02-20 20:46:57.972868051  
2025-02-20 20:46:57.972892952  20:46:57.972 TRC [rtsp] server response:
2025-02-20 20:46:57.972894253  RTSP/1.0 200 OK
2025-02-20 20:46:57.972895053  Cseq: 8
2025-02-20 20:46:57.972895853  Session: 20190724
2025-02-20 20:46:57.972896553  
2025-02-20 20:46:57.972897353  
2025-02-20 20:46:57.989167296  20:46:57.989 TRC [rtsp] server request:
2025-02-20 20:46:57.989171796  OPTIONS rtsp://127.0.0.1:8554/Doorbell_HQ RTSP/1.0
2025-02-20 20:46:57.989193497  Session: 43610264
2025-02-20 20:46:57.989195297  Cseq: 8
2025-02-20 20:46:57.989196597  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:46:57.989197697  
2025-02-20 20:46:57.989198698  
2025-02-20 20:46:57.989199898  20:46:57.989 TRC [rtsp] server response:
2025-02-20 20:46:57.989200898  RTSP/1.0 200 OK
2025-02-20 20:46:57.989201898  Cseq: 8
2025-02-20 20:46:57.989202998  Session: 46012619
2025-02-20 20:46:57.989203998  
2025-02-20 20:46:57.989205098  
2025-02-20 20:46:57.993637582  20:46:57.993 TRC [rtsp] server request:
2025-02-20 20:46:57.993641182  OPTIONS rtsp://127.0.0.1:8554/Camera_2 RTSP/1.0
2025-02-20 20:46:57.993642282  Cseq: 8
2025-02-20 20:46:57.993643282  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:46:57.993644282  Session: 33283102
2025-02-20 20:46:57.993645283  
2025-02-20 20:46:57.993646183  
2025-02-20 20:46:57.993692886  20:46:57.993 TRC [rtsp] server response:
2025-02-20 20:46:57.993694286  RTSP/1.0 200 OK
2025-02-20 20:46:57.993695086  Cseq: 8
2025-02-20 20:46:57.993695786  Session: 98993398
2025-02-20 20:46:57.993696586  
2025-02-20 20:46:57.993697386  
2025-02-20 20:46:58.049925690  20:46:58.049 TRC [rtsp] server request:
2025-02-20 20:46:58.049929790  OPTIONS rtsp://127.0.0.1:8554/Camera_2_HQ RTSP/1.0
2025-02-20 20:46:58.049930990  Cseq: 8
2025-02-20 20:46:58.049932390  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:46:58.049933590  Session: 96198475
2025-02-20 20:46:58.049934690  
2025-02-20 20:46:58.049935790  
2025-02-20 20:46:58.049937090  20:46:58.049 TRC [rtsp] server response:
2025-02-20 20:46:58.049938191  RTSP/1.0 200 OK
2025-02-20 20:46:58.049939191  Cseq: 8
2025-02-20 20:46:58.049940291  Session: 72757849
2025-02-20 20:46:58.049941291  
2025-02-20 20:46:58.049942391  
2025-02-20 20:46:58.111510037  20:46:58.111 TRC [rtsp] server request:
2025-02-20 20:46:58.111512837  OPTIONS rtsp://127.0.0.1:8554/Camera_1_HQ RTSP/1.0
2025-02-20 20:46:58.111513837  Cseq: 8
2025-02-20 20:46:58.111514837  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:46:58.111515637  Session: 82606941
2025-02-20 20:46:58.111516437  
2025-02-20 20:46:58.111517237  
2025-02-20 20:46:58.111518037  20:46:58.111 TRC [rtsp] server response:
2025-02-20 20:46:58.111518837  RTSP/1.0 200 OK
2025-02-20 20:46:58.111519538  Cseq: 8
2025-02-20 20:46:58.111520338  Session: 74377020
2025-02-20 20:46:58.111521038  
2025-02-20 20:46:58.111521738  
2025-02-20 20:46:58.937895303  20:46:58.937 TRC github.com/AlexxIT/go2rtc/internal/api/ws/ws.go:124 > error="websocket: close 1000 (normal)"
2025-02-20 20:46:58.937982508  20:46:58.937 TRC [streams] skip stop none producer
2025-02-20 20:46:59.079382671  20:46:59.079 TRC [api] GET /api/ws?src=Doorbell_HQ 172.18.0.1:55372
2025-02-20 20:46:59.144693457  20:46:59.144 TRC [api] ws msg type=webrtc/offer
2025-02-20 20:46:59.144728059  20:46:59.144 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:59.144730159  20:46:59.144 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:59.144814965  20:46:59.144 TRC [webrtc] remote candidate="candidate:918348029 1 udp 2122262783 2601:600:8f80:36c0:dd08:54ac:6501:b45a 61472 typ host generation 0 ufrag zA/I network-id 2"
2025-02-20 20:46:59.144816865  20:46:59.144 DBG [webrtc] new consumer src=Doorbell_HQ
2025-02-20 20:46:59.144964774  20:46:59.144 TRC [webrtc] remote candidate="candidate:3306407611 1 udp 2122063615 10.0.0.20 61471 typ host generation 0 ufrag zA/I network-id 1"
2025-02-20 20:46:59.145717623  20:46:59.145 TRC [webrtc] offer:
2025-02-20 20:46:59.145719723  v=0
2025-02-20 20:46:59.145721223  o=- 9140176769259983367 2 IN IP4 127.0.0.1
2025-02-20 20:46:59.145722223  s=-
2025-02-20 20:46:59.145723323  t=0 0
2025-02-20 20:46:59.145724523  a=group:BUNDLE 0 1
2025-02-20 20:46:59.145725623  a=extmap-allow-mixed
2025-02-20 20:46:59.145726623  a=msid-semantic: WMS
2025-02-20 20:46:59.145728323  m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 35 36 37 38 103 104 107 108 109 114 115 116 117 118 39 40 41 42 43 44 45 46 47 48 119 120 121 122 123 124 125 49
2025-02-20 20:46:59.145729423  c=IN IP4 0.0.0.0
2025-02-20 20:46:59.145730524  a=rtcp:9 IN IP4 0.0.0.0
2025-02-20 20:46:59.145731724  a=ice-ufrag:zA/I
2025-02-20 20:46:59.145732924  a=ice-pwd:JUku3kzBgNMrzlcp0eel6jL9
2025-02-20 20:46:59.145733924  a=ice-options:trickle
2025-02-20 20:46:59.145735424  a=fingerprint:sha-256 B3:95:9F:B0:E7:E9:CA:7D:20:3D:F6:73:B9:75:E0:3F:44:51:43:49:DA:1E:E9:D3:B4:D4:18:1E:1E:66:47:40
2025-02-20 20:46:59.145736424  a=setup:actpass
2025-02-20 20:46:59.145737424  a=mid:0
2025-02-20 20:46:59.145738624  a=extmap:1 urn:ietf:params:rtp-hdrext:toffset
2025-02-20 20:46:59.145739924  a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
2025-02-20 20:46:59.145741024  a=extmap:3 urn:3gpp:video-orientation
2025-02-20 20:46:59.145742424  a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
2025-02-20 20:46:59.145743624  a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay
2025-02-20 20:46:59.145744824  a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type
2025-02-20 20:46:59.145746024  a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing
2025-02-20 20:46:59.145747325  a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space
2025-02-20 20:46:59.145748425  a=extmap:9 urn:ietf:params:rtp-hdrext:sdes:mid
2025-02-20 20:46:59.145749725  a=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id
2025-02-20 20:46:59.145752225  a=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id
2025-02-20 20:46:59.145753225  a=recvonly
2025-02-20 20:46:59.145754325  a=rtcp-mux
2025-02-20 20:46:59.145755325  a=rtcp-rsize
2025-02-20 20:46:59.145756525  a=rtpmap:96 VP8/90000
2025-02-20 20:46:59.145757625  a=rtcp-fb:96 goog-remb
2025-02-20 20:46:59.145758725  a=rtcp-fb:96 transport-cc
2025-02-20 20:46:59.145759825  a=rtcp-fb:96 ccm fir
2025-02-20 20:46:59.145760925  a=rtcp-fb:96 nack
2025-02-20 20:46:59.145762026  a=rtcp-fb:96 nack pli
2025-02-20 20:46:59.145763226  a=rtpmap:97 rtx/90000
2025-02-20 20:46:59.145764326  a=fmtp:97 apt=96
2025-02-20 20:46:59.145765426  a=rtpmap:98 VP9/90000
2025-02-20 20:46:59.145766526  a=rtcp-fb:98 goog-remb
2025-02-20 20:46:59.145767626  a=rtcp-fb:98 transport-cc
2025-02-20 20:46:59.145768726  a=rtcp-fb:98 ccm fir
2025-02-20 20:46:59.145769626  a=rtcp-fb:98 nack
2025-02-20 20:46:59.145770726  a=rtcp-fb:98 nack pli
2025-02-20 20:46:59.145771926  a=fmtp:98 profile-id=0
2025-02-20 20:46:59.145772926  a=rtpmap:99 rtx/90000
2025-02-20 20:46:59.145774026  a=fmtp:99 apt=98
2025-02-20 20:46:59.145775126  a=rtpmap:100 VP9/90000
2025-02-20 20:46:59.145776226  a=rtcp-fb:100 goog-remb
2025-02-20 20:46:59.145777226  a=rtcp-fb:100 transport-cc
2025-02-20 20:46:59.145778327  a=rtcp-fb:100 ccm fir
2025-02-20 20:46:59.145779327  a=rtcp-fb:100 nack
2025-02-20 20:46:59.145780427  a=rtcp-fb:100 nack pli
2025-02-20 20:46:59.145781427  a=fmtp:100 profile-id=2
2025-02-20 20:46:59.145782627  a=rtpmap:101 rtx/90000
2025-02-20 20:46:59.145783627  a=fmtp:101 apt=100
2025-02-20 20:46:59.145784827  a=rtpmap:35 VP9/90000
2025-02-20 20:46:59.145785827  a=rtcp-fb:35 goog-remb
2025-02-20 20:46:59.145786927  a=rtcp-fb:35 transport-cc
2025-02-20 20:46:59.145788127  a=rtcp-fb:35 ccm fir
2025-02-20 20:46:59.145789227  a=rtcp-fb:35 nack
2025-02-20 20:46:59.145790327  a=rtcp-fb:35 nack pli
2025-02-20 20:46:59.145791427  a=fmtp:35 profile-id=1
2025-02-20 20:46:59.145792527  a=rtpmap:36 rtx/90000
2025-02-20 20:46:59.145793628  a=fmtp:36 apt=35
2025-02-20 20:46:59.145794628  a=rtpmap:37 VP9/90000
2025-02-20 20:46:59.145795628  a=rtcp-fb:37 goog-remb
2025-02-20 20:46:59.145796728  a=rtcp-fb:37 transport-cc
2025-02-20 20:46:59.145797828  a=rtcp-fb:37 ccm fir
2025-02-20 20:46:59.145798928  a=rtcp-fb:37 nack
2025-02-20 20:46:59.145799728  a=rtcp-fb:37 nack pli
2025-02-20 20:46:59.145800528  a=fmtp:37 profile-id=3
2025-02-20 20:46:59.145801328  a=rtpmap:38 rtx/90000
2025-02-20 20:46:59.145802028  a=fmtp:38 apt=37
2025-02-20 20:46:59.145802828  a=rtpmap:103 H264/90000
2025-02-20 20:46:59.145803628  a=rtcp-fb:103 goog-remb
2025-02-20 20:46:59.145804428  a=rtcp-fb:103 transport-cc
2025-02-20 20:46:59.145805228  a=rtcp-fb:103 ccm fir
2025-02-20 20:46:59.145806028  a=rtcp-fb:103 nack
2025-02-20 20:46:59.145806728  a=rtcp-fb:103 nack pli
2025-02-20 20:46:59.145807728  a=fmtp:103 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f
2025-02-20 20:46:59.145808428  a=rtpmap:104 rtx/90000
2025-02-20 20:46:59.145809229  a=fmtp:104 apt=103
2025-02-20 20:46:59.145810029  a=rtpmap:107 H264/90000
2025-02-20 20:46:59.145810829  a=rtcp-fb:107 goog-remb
2025-02-20 20:46:59.145811629  a=rtcp-fb:107 transport-cc
2025-02-20 20:46:59.145812329  a=rtcp-fb:107 ccm fir
2025-02-20 20:46:59.145813129  a=rtcp-fb:107 nack
2025-02-20 20:46:59.145813929  a=rtcp-fb:107 nack pli
2025-02-20 20:46:59.145814829  a=fmtp:107 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f
2025-02-20 20:46:59.145815529  a=rtpmap:108 rtx/90000
2025-02-20 20:46:59.145816329  a=fmtp:108 apt=107
2025-02-20 20:46:59.145817029  a=rtpmap:109 H264/90000
2025-02-20 20:46:59.145817829  a=rtcp-fb:109 goog-remb
2025-02-20 20:46:59.145818629  a=rtcp-fb:109 transport-cc
2025-02-20 20:46:59.145819429  a=rtcp-fb:109 ccm fir
2025-02-20 20:46:59.145820129  a=rtcp-fb:109 nack
2025-02-20 20:46:59.145820929  a=rtcp-fb:109 nack pli
2025-02-20 20:46:59.145821829  a=fmtp:109 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f
2025-02-20 20:46:59.145822629  a=rtpmap:114 rtx/90000
2025-02-20 20:46:59.145823329  a=fmtp:114 apt=109
2025-02-20 20:46:59.145824130  a=rtpmap:115 H264/90000
2025-02-20 20:46:59.145824930  a=rtcp-fb:115 goog-remb
2025-02-20 20:46:59.145825630  a=rtcp-fb:115 transport-cc
2025-02-20 20:46:59.145826430  a=rtcp-fb:115 ccm fir
2025-02-20 20:46:59.145827230  a=rtcp-fb:115 nack
2025-02-20 20:46:59.145828030  a=rtcp-fb:115 nack pli
2025-02-20 20:46:59.145828930  a=fmtp:115 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f
2025-02-20 20:46:59.145829730  a=rtpmap:116 rtx/90000
2025-02-20 20:46:59.145830530  a=fmtp:116 apt=115
2025-02-20 20:46:59.145831230  a=rtpmap:117 H264/90000
2025-02-20 20:46:59.145832030  a=rtcp-fb:117 goog-remb
2025-02-20 20:46:59.145832830  a=rtcp-fb:117 transport-cc
2025-02-20 20:46:59.145833830  a=rtcp-fb:117 ccm fir
2025-02-20 20:46:59.145834830  a=rtcp-fb:117 nack
2025-02-20 20:46:59.145835930  a=rtcp-fb:117 nack pli
2025-02-20 20:46:59.145837230  a=fmtp:117 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f
2025-02-20 20:46:59.145838230  a=rtpmap:118 rtx/90000
2025-02-20 20:46:59.145839230  a=fmtp:118 apt=117
2025-02-20 20:46:59.145840231  a=rtpmap:39 H264/90000
2025-02-20 20:46:59.145841331  a=rtcp-fb:39 goog-remb
2025-02-20 20:46:59.145842431  a=rtcp-fb:39 transport-cc
2025-02-20 20:46:59.145843631  a=rtcp-fb:39 ccm fir
2025-02-20 20:46:59.145844631  a=rtcp-fb:39 nack
2025-02-20 20:46:59.145845831  a=rtcp-fb:39 nack pli
2025-02-20 20:46:59.145847031  a=fmtp:39 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f
2025-02-20 20:46:59.145848031  a=rtpmap:40 rtx/90000
2025-02-20 20:46:59.145849031  a=fmtp:40 apt=39
2025-02-20 20:46:59.145850031  a=rtpmap:41 H264/90000
2025-02-20 20:46:59.145851131  a=rtcp-fb:41 goog-remb
2025-02-20 20:46:59.145852231  a=rtcp-fb:41 transport-cc
2025-02-20 20:46:59.145853231  a=rtcp-fb:41 ccm fir
2025-02-20 20:46:59.145854431  a=rtcp-fb:41 nack
2025-02-20 20:46:59.145855332  a=rtcp-fb:41 nack pli
2025-02-20 20:46:59.145856532  a=fmtp:41 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=f4001f
2025-02-20 20:46:59.145857632  a=rtpmap:42 rtx/90000
2025-02-20 20:46:59.145858632  a=fmtp:42 apt=41
2025-02-20 20:46:59.145859632  a=rtpmap:43 H264/90000
2025-02-20 20:46:59.145860732  a=rtcp-fb:43 goog-remb
2025-02-20 20:46:59.145862032  a=rtcp-fb:43 transport-cc
2025-02-20 20:46:59.145863132  a=rtcp-fb:43 ccm fir
2025-02-20 20:46:59.145864132  a=rtcp-fb:43 nack
2025-02-20 20:46:59.145865132  a=rtcp-fb:43 nack pli
2025-02-20 20:46:59.145866532  a=fmtp:43 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=f4001f
2025-02-20 20:46:59.145867632  a=rtpmap:44 rtx/90000
2025-02-20 20:46:59.145868632  a=fmtp:44 apt=43
2025-02-20 20:46:59.145870232  a=rtpmap:45 AV1/90000
2025-02-20 20:46:59.145871333  a=rtcp-fb:45 goog-remb
2025-02-20 20:46:59.145872333  a=rtcp-fb:45 transport-cc
2025-02-20 20:46:59.145873433  a=rtcp-fb:45 ccm fir
2025-02-20 20:46:59.145874433  a=rtcp-fb:45 nack
2025-02-20 20:46:59.145875533  a=rtcp-fb:45 nack pli
2025-02-20 20:46:59.145876733  a=fmtp:45 level-idx=5;profile=0;tier=0
2025-02-20 20:46:59.145877833  a=rtpmap:46 rtx/90000
2025-02-20 20:46:59.145878933  a=fmtp:46 apt=45
2025-02-20 20:46:59.145880133  a=rtpmap:47 AV1/90000
2025-02-20 20:46:59.145881133  a=rtcp-fb:47 goog-remb
2025-02-20 20:46:59.145882133  a=rtcp-fb:47 transport-cc
2025-02-20 20:46:59.145883233  a=rtcp-fb:47 ccm fir
2025-02-20 20:46:59.145884233  a=rtcp-fb:47 nack
2025-02-20 20:46:59.145885233  a=rtcp-fb:47 nack pli
2025-02-20 20:46:59.145886433  a=fmtp:47 level-idx=5;profile=1;tier=0
2025-02-20 20:46:59.145887734  a=rtpmap:48 rtx/90000
2025-02-20 20:46:59.145888434  a=fmtp:48 apt=47
2025-02-20 20:46:59.145889234  a=rtpmap:119 H264/90000
2025-02-20 20:46:59.145890034  a=rtcp-fb:119 goog-remb
2025-02-20 20:46:59.145890834  a=rtcp-fb:119 transport-cc
2025-02-20 20:46:59.145891634  a=rtcp-fb:119 ccm fir
2025-02-20 20:46:59.145892334  a=rtcp-fb:119 nack
2025-02-20 20:46:59.145893134  a=rtcp-fb:119 nack pli
2025-02-20 20:46:59.145894034  a=fmtp:119 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=64001f
2025-02-20 20:46:59.145894834  a=rtpmap:120 rtx/90000
2025-02-20 20:46:59.145895634  a=fmtp:120 apt=119
2025-02-20 20:46:59.145896334  a=rtpmap:121 H264/90000
2025-02-20 20:46:59.145897134  a=rtcp-fb:121 goog-remb
2025-02-20 20:46:59.145897934  a=rtcp-fb:121 transport-cc
2025-02-20 20:46:59.145898634  a=rtcp-fb:121 ccm fir
2025-02-20 20:46:59.145899434  a=rtcp-fb:121 nack
2025-02-20 20:46:59.145900134  a=rtcp-fb:121 nack pli
2025-02-20 20:46:59.145901134  a=fmtp:121 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=64001f
2025-02-20 20:46:59.145901834  a=rtpmap:122 rtx/90000
2025-02-20 20:46:59.145902635  a=fmtp:122 apt=121
2025-02-20 20:46:59.145903335  a=rtpmap:123 red/90000
2025-02-20 20:46:59.145904135  a=rtpmap:124 rtx/90000
2025-02-20 20:46:59.145904835  a=fmtp:124 apt=123
2025-02-20 20:46:59.145905635  a=rtpmap:125 ulpfec/90000
2025-02-20 20:46:59.145906435  a=rtpmap:49 flexfec-03/90000
2025-02-20 20:46:59.145907235  a=rtcp-fb:49 goog-remb
2025-02-20 20:46:59.145908035  a=rtcp-fb:49 transport-cc
2025-02-20 20:46:59.145908735  a=fmtp:49 repair-window=10000000
2025-02-20 20:46:59.145909635  m=audio 9 UDP/TLS/RTP/SAVPF 111 63 9 0 8 13 110 126
2025-02-20 20:46:59.145910435  c=IN IP4 0.0.0.0
2025-02-20 20:46:59.145911235  a=rtcp:9 IN IP4 0.0.0.0
2025-02-20 20:46:59.145911935  a=ice-ufrag:zA/I
2025-02-20 20:46:59.145912735  a=ice-pwd:JUku3kzBgNMrzlcp0eel6jL9
2025-02-20 20:46:59.145913535  a=ice-options:trickle
2025-02-20 20:46:59.145914535  a=fingerprint:sha-256 B3:95:9F:B0:E7:E9:CA:7D:20:3D:F6:73:B9:75:E0:3F:44:51:43:49:DA:1E:E9:D3:B4:D4:18:1E:1E:66:47:40
2025-02-20 20:46:59.145915335  a=setup:actpass
2025-02-20 20:46:59.145916135  a=mid:1
2025-02-20 20:46:59.145916935  a=extmap:14 urn:ietf:params:rtp-hdrext:ssrc-audio-level
2025-02-20 20:46:59.145917836  a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
2025-02-20 20:46:59.145918736  a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
2025-02-20 20:46:59.145919536  a=extmap:9 urn:ietf:params:rtp-hdrext:sdes:mid
2025-02-20 20:46:59.145920336  a=recvonly
2025-02-20 20:46:59.145921036  a=rtcp-mux
2025-02-20 20:46:59.145921836  a=rtcp-rsize
2025-02-20 20:46:59.145922536  a=rtpmap:111 opus/48000/2
2025-02-20 20:46:59.145923336  a=rtcp-fb:111 transport-cc
2025-02-20 20:46:59.145924136  a=fmtp:111 minptime=10;useinbandfec=1
2025-02-20 20:46:59.145924936  a=rtpmap:63 red/48000/2
2025-02-20 20:46:59.145925736  a=fmtp:63 111/111
2025-02-20 20:46:59.145926436  a=rtpmap:9 G722/8000
2025-02-20 20:46:59.145927236  a=rtpmap:0 PCMU/8000
2025-02-20 20:46:59.145927936  a=rtpmap:8 PCMA/8000
2025-02-20 20:46:59.145928736  a=rtpmap:13 CN/8000
2025-02-20 20:46:59.145929536  a=rtpmap:110 telephone-event/48000
2025-02-20 20:46:59.145930336  a=rtpmap:126 telephone-event/8000
2025-02-20 20:46:59.145931036  
2025-02-20 20:46:59.145965939  20:46:59.145 TRC [streams] check cons=0 media=video, sendonly, VP8, VP9, H264, AV1
2025-02-20 20:46:59.145967939  20:46:59.145 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:46:59.145969239  20:46:59.145 TRC [streams] match cons=0 <= prod=0
2025-02-20 20:46:59.146132349  20:46:59.146 TRC [streams] check cons=0 media=audio, sendonly, OPUS/48000/2, G722/8000, PCMU/8000, PCMA/8000, L16, PCML
2025-02-20 20:46:59.146134949  20:46:59.146 TRC [streams] check cons=0 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:46:59.146136550  20:46:59.146 TRC [streams] check cons=0 prod=0 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:46:59.146138050  20:46:59.146 TRC [streams] check cons=0 prod=0 media=audio, sendonly, PCMU/8000
2025-02-20 20:46:59.146164051  20:46:59.146 DBG [exec] run cmd="/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio -c:v libx264 -g 50 -profile:v high -level:v 4.1 -preset:v superfast -tune:v zerolatency -pix_fmt:v yuv420p -c:a aac -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc" url="exec:/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio -c:v libx264 -g 50 -profile:v high -level:v 4.1 -preset:v superfast -tune:v zerolatency -pix_fmt:v yuv420p -c:a aac -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc"
2025-02-20 20:46:59.152223240  20:46:59.152 TRC [rtsp] server request:
2025-02-20 20:46:59.152227440  OPTIONS rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio RTSP/1.0
2025-02-20 20:46:59.152228640  Cseq: 1
2025-02-20 20:46:59.152229840  User-Agent: go2rtc/ffmpeg
2025-02-20 20:46:59.152230840  
2025-02-20 20:46:59.152231940  
2025-02-20 20:46:59.152233140  20:46:59.152 TRC [rtsp] server response:
2025-02-20 20:46:59.152234140  RTSP/1.0 200 OK
2025-02-20 20:46:59.152235040  Cseq: 1
2025-02-20 20:46:59.152236240  Public: OPTIONS, SETUP, TEARDOWN, DESCRIBE, PLAY, PAUSE, ANNOUNCE, RECORD
2025-02-20 20:46:59.152237141  
2025-02-20 20:46:59.152238041  
2025-02-20 20:46:59.152457855  20:46:59.152 TRC [rtsp] server request:
2025-02-20 20:46:59.152459955  DESCRIBE rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio RTSP/1.0
2025-02-20 20:46:59.152460955  Accept: application/sdp
2025-02-20 20:46:59.152461755  Cseq: 2
2025-02-20 20:46:59.152462555  User-Agent: go2rtc/ffmpeg
2025-02-20 20:46:59.152463355  
2025-02-20 20:46:59.152464155  
2025-02-20 20:46:59.152465055  20:46:59.152 DBG [rtsp] new consumer stream=Doorbell_HQ
2025-02-20 20:46:59.152465955  20:46:59.152 TRC [streams] check cons=1 media=video, sendonly, ANY
2025-02-20 20:46:59.152487957  20:46:59.152 TRC [streams] check cons=1 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:46:59.152489357  20:46:59.152 TRC [streams] match cons=1 <= prod=0
2025-02-20 20:46:59.152536360  20:46:59.152 TRC [streams] check cons=1 media=audio, sendonly, ANY
2025-02-20 20:46:59.152545660  20:46:59.152 TRC [streams] check cons=1 prod=0 media=video, recvonly, H.264 High 5.1
2025-02-20 20:46:59.152598164  20:46:59.152 TRC [streams] check cons=1 prod=0 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:46:59.152620265  20:46:59.152 TRC [streams] match cons=1 <= prod=0
2025-02-20 20:46:59.152643667  20:46:59.152 TRC [rtsp] server response:
2025-02-20 20:46:59.152645567  RTSP/1.0 200 OK
2025-02-20 20:46:59.152646667  Content-Type: application/sdp
2025-02-20 20:46:59.152647767  Cseq: 2
2025-02-20 20:46:59.152648867  Content-Length: 431
2025-02-20 20:46:59.152649867  
2025-02-20 20:46:59.152650767  v=0
2025-02-20 20:46:59.152651867  o=- 1 1 IN IP4 0.0.0.0
2025-02-20 20:46:59.152653067  s=go2rtc/1.9.2
2025-02-20 20:46:59.152654067  c=IN IP4 0.0.0.0
2025-02-20 20:46:59.152655067  t=0 0
2025-02-20 20:46:59.152656167  m=video 0 RTP/AVP 96
2025-02-20 20:46:59.152657467  a=rtpmap:96 H264/90000
2025-02-20 20:46:59.152659068  a=fmtp:96 packetization-mode=1;profile-level-id=640033;sprop-parameter-sets=Z2QAM6wVFKAoAPGQ,aO48sA==
2025-02-20 20:46:59.152660268  a=control:trackID=0
2025-02-20 20:46:59.152661368  m=audio 0 RTP/AVP 97
2025-02-20 20:46:59.152662568  a=rtpmap:97 MPEG4-GENERIC/16000
2025-02-20 20:46:59.152664168  a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1408
2025-02-20 20:46:59.152665368  a=control:trackID=1
2025-02-20 20:46:59.152666368  
2025-02-20 20:46:59.152927285  20:46:59.152 TRC [rtsp] server request:
2025-02-20 20:46:59.152929085  SETUP rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio/trackID=0 RTSP/1.0
2025-02-20 20:46:59.152930185  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:46:59.152930985  Cseq: 3
2025-02-20 20:46:59.152931885  User-Agent: go2rtc/ffmpeg
2025-02-20 20:46:59.152932685  
2025-02-20 20:46:59.152933485  
2025-02-20 20:46:59.152934285  20:46:59.152 TRC [rtsp] server response:
2025-02-20 20:46:59.152935085  RTSP/1.0 200 OK
2025-02-20 20:46:59.152935885  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:46:59.152936585  Cseq: 3
2025-02-20 20:46:59.152937485  Session: 90760922;timeout=60
2025-02-20 20:46:59.152938185  
2025-02-20 20:46:59.152938886  
2025-02-20 20:46:59.153121897  20:46:59.153 TRC [rtsp] server request:
2025-02-20 20:46:59.153124097  SETUP rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio/trackID=1 RTSP/1.0
2025-02-20 20:46:59.153125397  User-Agent: go2rtc/ffmpeg
2025-02-20 20:46:59.153126598  Session: 90760922
2025-02-20 20:46:59.153127798  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:46:59.153128998  Cseq: 4
2025-02-20 20:46:59.153129998  
2025-02-20 20:46:59.153130898  
2025-02-20 20:46:59.153156299  20:46:59.153 TRC [rtsp] server response:
2025-02-20 20:46:59.153157800  RTSP/1.0 200 OK
2025-02-20 20:46:59.153158600  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:46:59.153159400  Cseq: 4
2025-02-20 20:46:59.153160200  Session: 12374333;timeout=60
2025-02-20 20:46:59.153161000  
2025-02-20 20:46:59.153161700  
2025-02-20 20:46:59.153305809  20:46:59.153 TRC [rtsp] server request:
2025-02-20 20:46:59.153307209  PLAY rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio RTSP/1.0
2025-02-20 20:46:59.153308009  Range: npt=0.000-
2025-02-20 20:46:59.153308809  Cseq: 5
2025-02-20 20:46:59.153309609  User-Agent: go2rtc/ffmpeg
2025-02-20 20:46:59.153310409  Session: 90760922
2025-02-20 20:46:59.153311109  
2025-02-20 20:46:59.153311809  
2025-02-20 20:46:59.153327910  20:46:59.153 TRC [rtsp] server response:
2025-02-20 20:46:59.153329311  RTSP/1.0 200 OK
2025-02-20 20:46:59.153330111  Cseq: 5
2025-02-20 20:46:59.153330811  Session: 12374333
2025-02-20 20:46:59.153331611  
2025-02-20 20:46:59.153332311  
2025-02-20 20:46:59.187430096  20:46:59.187 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:59.187464098  20:46:59.187 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:59.187508601  20:46:59.187 TRC [webrtc] remote candidate="candidate:2874894597 1 udp 2122131711 2601:600:8f80:36c0:a120:3c43:95ad:4afd 61474 typ host generation 0 ufrag zA/I network-id 4"
2025-02-20 20:46:59.187567805  20:46:59.187 TRC [webrtc] remote candidate="candidate:487743507 1 udp 2122197247 2601:600:8f80:36c0::5815 61473 typ host generation 0 ufrag zA/I network-id 3"
2025-02-20 20:46:59.203597132  20:46:59.203 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:59.203626934  20:46:59.203 TRC [webrtc] remote candidate="candidate:3029741924 1 udp 1685855999 73.53.38.187 61471 typ srflx raddr 10.0.0.20 rport 61471 generation 0 ufrag zA/I network-id 1"
2025-02-20 20:46:59.268966522  20:46:59.268 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:59.269020526  20:46:59.268 TRC [webrtc] remote candidate="candidate:3151766563 1 tcp 1518083839 10.0.0.20 9 typ host tcptype active generation 0 ufrag zA/I network-id 1"
2025-02-20 20:46:59.270444417  20:46:59.270 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:59.270449117  20:46:59.270 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:59.270474619  20:46:59.270 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:59.270476519  20:46:59.270 TRC [api] ws msg type=webrtc/candidate
2025-02-20 20:46:59.270593326  20:46:59.270 TRC [webrtc] remote candidate=
2025-02-20 20:46:59.270596827  20:46:59.270 TRC [webrtc] remote candidate="candidate:1675461259 1 tcp 1518217471 2601:600:8f80:36c0::5815 9 typ host tcptype active generation 0 ufrag zA/I network-id 3"
2025-02-20 20:46:59.270598827  20:46:59.270 TRC [webrtc] remote candidate="candidate:3583282077 1 tcp 1518151935 2601:600:8f80:36c0:a120:3c43:95ad:4afd 9 typ host tcptype active generation 0 ufrag zA/I network-id 4"
2025-02-20 20:46:59.270600727  20:46:59.270 TRC [webrtc] remote candidate="candidate:1215496805 1 tcp 1518283007 2601:600:8f80:36c0:dd08:54ac:6501:b45a 9 typ host tcptype active generation 0 ufrag zA/I network-id 2"
2025-02-20 20:47:00.811980319  Input #0, rtsp, from 'rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio':
2025-02-20 20:47:00.811983419    Metadata:
2025-02-20 20:47:00.811984419      title           : go2rtc/1.9.2
2025-02-20 20:47:00.811985419    Duration: N/A, start: 0.000000, bitrate: N/A
2025-02-20 20:47:00.811986519    Stream #0:0: Video: h264 (High), yuv420p(progressive), 2560x1920, 20 fps, 25 tbr, 90k tbn
2025-02-20 20:47:00.811987419    Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
2025-02-20 20:47:00.813236099  Stream mapping:
2025-02-20 20:47:00.813239000    Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
2025-02-20 20:47:00.813239900    Stream #0:1 -> #0:1 (aac (native) -> aac (native))
2025-02-20 20:47:00.813623824  Press [q] to stop, [?] for help
2025-02-20 20:47:01.498981551  [libx264 @ 0x563575b86400] frame MB size (160x120) > level limit (8192)
2025-02-20 20:47:01.498984751  [libx264 @ 0x563575b86400] MB rate (480000) > level limit (245760)
2025-02-20 20:47:01.499486484  [libx264 @ 0x563575b86400] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
2025-02-20 20:47:01.502023646  [libx264 @ 0x563575b86400] profile High, level 4.1, 4:2:0, 8-bit
2025-02-20 20:47:01.502775294  [libx264 @ 0x563575b86400] 264 - core 164 - H.264/MPEG-4 AVC codec - Copyleft 2003-2024 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:0:0 analyse=0x3:0x3 me=dia subme=1 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=6 lookahead_threads=6 sliced_threads=1 slices=6 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=1 keyint=50 keyint_min=5 scenecut=40 intra_refresh=0 rc=crf mbtree=0 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
2025-02-20 20:47:01.503056512  20:47:01.502 TRC [rtsp] server request:
2025-02-20 20:47:01.503058512  OPTIONS rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc RTSP/1.0
2025-02-20 20:47:01.503059513  Cseq: 1
2025-02-20 20:47:01.503060313  User-Agent: ffmpeg/go2rtc
2025-02-20 20:47:01.503061113  
2025-02-20 20:47:01.503061813  
2025-02-20 20:47:01.503062713  20:47:01.503 TRC [rtsp] server response:
2025-02-20 20:47:01.503063413  RTSP/1.0 200 OK
2025-02-20 20:47:01.503064313  Public: OPTIONS, SETUP, TEARDOWN, DESCRIBE, PLAY, PAUSE, ANNOUNCE, RECORD
2025-02-20 20:47:01.503065013  Cseq: 1
2025-02-20 20:47:01.503065813  
2025-02-20 20:47:01.503066513  
2025-02-20 20:47:01.543924632  20:47:01.543 TRC [rtsp] server request:
2025-02-20 20:47:01.543928332  ANNOUNCE rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc RTSP/1.0
2025-02-20 20:47:01.543929532  Content-Length: 489
2025-02-20 20:47:01.543930732  Content-Type: application/sdp
2025-02-20 20:47:01.543931832  Cseq: 2
2025-02-20 20:47:01.543932932  User-Agent: ffmpeg/go2rtc
2025-02-20 20:47:01.543933832  
2025-02-20 20:47:01.543934832  v=0
2025-02-20 20:47:01.543935932  o=- 0 0 IN IP4 127.0.0.1
2025-02-20 20:47:01.543936932  s=go2rtc/1.9.2
2025-02-20 20:47:01.543938133  c=IN IP4 127.0.0.1
2025-02-20 20:47:01.543939233  t=0 0
2025-02-20 20:47:01.543940433  a=tool:libavformat 61.1.100
2025-02-20 20:47:01.543941533  m=video 0 RTP/AVP 96
2025-02-20 20:47:01.543942733  a=rtpmap:96 H264/90000
2025-02-20 20:47:01.543944233  a=fmtp:96 packetization-mode=1; sprop-parameter-sets=Z2QAKay0AUAHjQgAAAMACAAAAwGUeMGV,aO8Pyw==; profile-level-id=640029
2025-02-20 20:47:01.543945333  a=control:streamid=0
2025-02-20 20:47:01.543946033  m=audio 0 RTP/AVP 97
2025-02-20 20:47:01.543946833  b=AS:69
2025-02-20 20:47:01.543947633  a=rtpmap:97 MPEG4-GENERIC/16000/1
2025-02-20 20:47:01.543964034  a=fmtp:97 profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3; config=140856E500
2025-02-20 20:47:01.543965434  a=control:streamid=1
2025-02-20 20:47:01.543966134  
2025-02-20 20:47:01.543995636  20:47:01.543 TRC [rtsp] server response:
2025-02-20 20:47:01.543996936  RTSP/1.0 200 OK
2025-02-20 20:47:01.543997636  Cseq: 2
2025-02-20 20:47:01.543998336  
2025-02-20 20:47:01.543999136  
2025-02-20 20:47:01.544166447  20:47:01.544 TRC [rtsp] server request:
2025-02-20 20:47:01.544168947  SETUP rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc/streamid=0 RTSP/1.0
2025-02-20 20:47:01.544170247  Transport: RTP/AVP/TCP;unicast;interleaved=0-1;mode=record
2025-02-20 20:47:01.544171247  Cseq: 3
2025-02-20 20:47:01.544172348  User-Agent: ffmpeg/go2rtc
2025-02-20 20:47:01.544173348  
2025-02-20 20:47:01.544174248  
2025-02-20 20:47:01.544200049  20:47:01.544 TRC [rtsp] server response:
2025-02-20 20:47:01.544201649  RTSP/1.0 200 OK
2025-02-20 20:47:01.544202750  Transport: RTP/AVP/TCP;unicast;interleaved=0-1
2025-02-20 20:47:01.544203650  Cseq: 3
2025-02-20 20:47:01.544204750  Session: 39200283;timeout=60
2025-02-20 20:47:01.544205650  
2025-02-20 20:47:01.544206550  
2025-02-20 20:47:01.544502969  20:47:01.544 TRC [rtsp] server request:
2025-02-20 20:47:01.544504869  SETUP rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc/streamid=1 RTSP/1.0
2025-02-20 20:47:01.544505969  Transport: RTP/AVP/TCP;unicast;interleaved=2-3;mode=record
2025-02-20 20:47:01.544506869  Cseq: 4
2025-02-20 20:47:01.544507969  User-Agent: ffmpeg/go2rtc
2025-02-20 20:47:01.544508869  Session: 39200283
2025-02-20 20:47:01.544509769  
2025-02-20 20:47:01.544510769  
2025-02-20 20:47:01.544535371  20:47:01.544 TRC [rtsp] server response:
2025-02-20 20:47:01.544537071  RTSP/1.0 200 OK
2025-02-20 20:47:01.544538171  Transport: RTP/AVP/TCP;unicast;interleaved=2-3
2025-02-20 20:47:01.544539171  Cseq: 4
2025-02-20 20:47:01.544540271  Session: 73644555;timeout=60
2025-02-20 20:47:01.544541271  
2025-02-20 20:47:01.544542171  
2025-02-20 20:47:01.544841590  20:47:01.544 TRC [rtsp] server request:
2025-02-20 20:47:01.544843391  RECORD rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc RTSP/1.0
2025-02-20 20:47:01.544844291  Session: 39200283
2025-02-20 20:47:01.544845191  Range: npt=0.000-
2025-02-20 20:47:01.544845891  Cseq: 5
2025-02-20 20:47:01.544846791  User-Agent: ffmpeg/go2rtc
2025-02-20 20:47:01.544847491  
2025-02-20 20:47:01.544848191  
2025-02-20 20:47:01.544848991  20:47:01.544 TRC [rtsp] server response:
2025-02-20 20:47:01.544849791  RTSP/1.0 200 OK
2025-02-20 20:47:01.544850591  Cseq: 5
2025-02-20 20:47:01.544851291  Session: 73644555
2025-02-20 20:47:01.544851991  
2025-02-20 20:47:01.544852691  
2025-02-20 20:47:01.544910995  20:47:01.544 DBG [exec] run launch=2.398717942s
2025-02-20 20:47:01.544935396  20:47:01.544 TRC [streams] check cons=0 prod=1 media=video, recvonly, H.264 High 4.1
2025-02-20 20:47:01.544936897  20:47:01.544 TRC [streams] check cons=0 prod=1 media=audio, recvonly, MPEG4-GENERIC/16000
2025-02-20 20:47:01.544937897  20:47:01.544 DBG [streams] stop producer url=ffmpeg:Doorbell_HQ#video=h264#audio=aac#hardware
2025-02-20 20:47:01.545065105  Output #0, rtsp, to 'rtsp://127.0.0.1:8554/6360919490278e14d1280e952321dddc':
2025-02-20 20:47:01.545067205    Metadata:
2025-02-20 20:47:01.545068705      title           : go2rtc/1.9.2
2025-02-20 20:47:01.545069805      encoder         : Lavf61.1.100
2025-02-20 20:47:01.545071305    Stream #0:0: Video: h264, yuv420p(progressive), 2560x1920, q=2-31, 25 fps, 90k tbn
2025-02-20 20:47:01.545072405        Metadata:
2025-02-20 20:47:01.545073605          encoder         : Lavc61.3.100 libx264
2025-02-20 20:47:01.545106907        Side data:
2025-02-20 20:47:01.545108708          cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
2025-02-20 20:47:01.545110108    Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp, 69 kb/s
2025-02-20 20:47:01.545111208        Metadata:
2025-02-20 20:47:01.545112308          encoder         : Lavc61.3.100 aac
2025-02-20 20:47:01.548177704  20:47:01.548 TRC [webrtc] answer
2025-02-20 20:47:01.548181205  v=0
2025-02-20 20:47:01.548182605  o=- 429305923453776078 1740113221 IN IP4 0.0.0.0
2025-02-20 20:47:01.548183605  s=-
2025-02-20 20:47:01.548184605  t=0 0
2025-02-20 20:47:01.548185705  a=msid-semantic:WMS*
2025-02-20 20:47:01.548187105  a=fingerprint:sha-256 25:44:40:5A:E6:88:B1:37:03:DA:02:AF:CE:27:D1:84:A0:3D:A8:C1:CA:CF:99:D9:AD:9C:0E:C0:EA:57:94:26
2025-02-20 20:47:01.548188205  a=extmap-allow-mixed
2025-02-20 20:47:01.548189205  a=group:BUNDLE 0 1
2025-02-20 20:47:01.548190305  m=video 9 UDP/TLS/RTP/SAVPF 103 109 119
2025-02-20 20:47:01.548191305  c=IN IP4 0.0.0.0
2025-02-20 20:47:01.548192305  a=setup:active
2025-02-20 20:47:01.548193305  a=mid:0
2025-02-20 20:47:01.548194605  a=ice-ufrag:DCjiWMMGqsVOsLSM
2025-02-20 20:47:01.548195805  a=ice-pwd:DzmoSSSybrMIkbMMennxcdJyWzfGFYJp
2025-02-20 20:47:01.548196906  a=rtcp-mux
2025-02-20 20:47:01.548198006  a=rtcp-rsize
2025-02-20 20:47:01.548199206  a=rtpmap:103 H264/90000
2025-02-20 20:47:01.548200606  a=fmtp:103 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f
2025-02-20 20:47:01.548201806  a=rtcp-fb:103 goog-remb 
2025-02-20 20:47:01.548203106  a=rtcp-fb:103 transport-cc 
2025-02-20 20:47:01.548204306  a=rtcp-fb:103 ccm fir
2025-02-20 20:47:01.548205306  a=rtcp-fb:103 nack 
2025-02-20 20:47:01.548206406  a=rtcp-fb:103 nack pli
2025-02-20 20:47:01.548207506  a=rtpmap:109 H264/90000
2025-02-20 20:47:01.548208906  a=fmtp:109 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f
2025-02-20 20:47:01.548210006  a=rtcp-fb:109 goog-remb 
2025-02-20 20:47:01.548211106  a=rtcp-fb:109 transport-cc 
2025-02-20 20:47:01.548212307  a=rtcp-fb:109 ccm fir
2025-02-20 20:47:01.548213407  a=rtcp-fb:109 nack 
2025-02-20 20:47:01.548214407  a=rtcp-fb:109 nack pli
2025-02-20 20:47:01.548215407  a=rtpmap:119 H264/90000
2025-02-20 20:47:01.548216607  a=fmtp:119 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=64001f
2025-02-20 20:47:01.548217707  a=rtcp-fb:119 goog-remb 
2025-02-20 20:47:01.548218807  a=rtcp-fb:119 transport-cc 
2025-02-20 20:47:01.548219907  a=rtcp-fb:119 ccm fir
2025-02-20 20:47:01.548220807  a=rtcp-fb:119 nack 
2025-02-20 20:47:01.548221707  a=rtcp-fb:119 nack pli
2025-02-20 20:47:01.548222907  a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
2025-02-20 20:47:01.548224007  a=ssrc:597023455 cname:go2rtc
2025-02-20 20:47:01.548225107  a=ssrc:597023455 msid:go2rtc go2rtc-video
2025-02-20 20:47:01.548226207  a=ssrc:597023455 mslabel:go2rtc
2025-02-20 20:47:01.548227307  a=ssrc:597023455 label:go2rtc-video
2025-02-20 20:47:01.548228408  a=msid:go2rtc go2rtc-video
2025-02-20 20:47:01.548229408  a=sendonly
2025-02-20 20:47:01.548230608  m=audio 9 UDP/TLS/RTP/SAVPF 111 0 8
2025-02-20 20:47:01.548231708  c=IN IP4 0.0.0.0
2025-02-20 20:47:01.548232708  a=setup:active
2025-02-20 20:47:01.548233708  a=mid:1
2025-02-20 20:47:01.548234808  a=ice-ufrag:DCjiWMMGqsVOsLSM
2025-02-20 20:47:01.548236008  a=ice-pwd:DzmoSSSybrMIkbMMennxcdJyWzfGFYJp
2025-02-20 20:47:01.548237008  a=rtcp-mux
2025-02-20 20:47:01.548238108  a=rtcp-rsize
2025-02-20 20:47:01.548239208  a=rtpmap:111 opus/48000/2
2025-02-20 20:47:01.548240308  a=fmtp:111 minptime=10;useinbandfec=1
2025-02-20 20:47:01.548241308  a=rtcp-fb:111 transport-cc 
2025-02-20 20:47:01.548242408  a=rtpmap:0 PCMU/8000
2025-02-20 20:47:01.548243408  a=rtpmap:8 PCMA/8000
2025-02-20 20:47:01.548244609  a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
2025-02-20 20:47:01.548245709  a=ssrc:404482640 cname:go2rtc
2025-02-20 20:47:01.548246909  a=ssrc:404482640 msid:go2rtc go2rtc-audio
2025-02-20 20:47:01.548247909  a=ssrc:404482640 mslabel:go2rtc
2025-02-20 20:47:01.548249109  a=ssrc:404482640 label:go2rtc-audio
2025-02-20 20:47:01.548250209  a=msid:go2rtc go2rtc-audio
2025-02-20 20:47:01.548251209  a=inactive
2025-02-20 20:47:01.548252109  
2025-02-20 20:47:01.548293712  20:47:01.548 TRC [webrtc] config candidate="candidate:1949237229 1 tcp 1671430142 73.53.38.187 8555 typ host tcptype passive"
2025-02-20 20:47:01.548299712  20:47:01.548 TRC [webrtc] local  candidate="candidate:2878742611 1 udp 2130706431 127.0.0.1 8555 typ host"
2025-02-20 20:47:01.548406519  20:47:01.548 TRC [webrtc] config candidate="candidate:3386740237 1 udp 2130706429 73.53.38.187 8555 typ host"
2025-02-20 20:47:01.548754341  20:47:01.548 TRC [webrtc] local  candidate="candidate:2516015194 1 udp 2130706431 172.18.0.2 8555 typ host"
2025-02-20 20:47:01.549147166  20:47:01.549 TRC [webrtc] local  candidate="candidate:671361466 1 tcp 1671430143 172.18.0.2 8555 typ host tcptype passive"
2025-02-20 20:47:01.572981494  20:47:01.572 TRC [webrtc] local  candidate="candidate:4035653322 1 udp 1694498815 73.53.38.187 52058 typ srflx raddr 0.0.0.0 rport 45884"
2025-02-20 20:47:01.578319336  [vost#0:0/libx264 @ 0x563575b85f00] Error submitting a packet to the muxer: Broken pipe
2025-02-20 20:47:01.578323336      Last message repeated 1 times
2025-02-20 20:47:01.578324737  [out#0/rtsp @ 0x563575b89480] Error muxing a packet
2025-02-20 20:47:01.578326337  [out#0/rtsp @ 0x563575b89480] Task finished with error code: -32 (Broken pipe)
2025-02-20 20:47:01.578327737  [out#0/rtsp @ 0x563575b89480] Terminating thread with return code -32 (Broken pipe)
2025-02-20 20:47:02.286973356  [out#0/rtsp @ 0x563575b89480] Error writing trailer: Broken pipe
2025-02-20 20:47:02.286978056  [out#0/rtsp @ 0x563575b89480] video:653KiB audio:3KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: unknown
2025-02-20 20:47:02.286979857  frame=    1 fps=0.7 q=15.0 Lsize=N/A time=00:00:00.04 bitrate=N/A dup=56 drop=0 speed=0.0271x    
2025-02-20 20:47:02.287655400  [libx264 @ 0x563575b86400] frame I:2     Avg QP:14.12  size:1102670
2025-02-20 20:47:02.287658800  [libx264 @ 0x563575b86400] frame P:57    Avg QP:12.39  size: 17500
2025-02-20 20:47:02.287660300  [libx264 @ 0x563575b86400] mb I  I16..4:  5.3% 21.1% 73.6%
2025-02-20 20:47:02.287661800  [libx264 @ 0x563575b86400] mb P  I16..4:  0.0%  0.0%  0.0%  P16..4: 16.2%  0.0%  0.0%  0.0%  0.0%    skip:83.8%
2025-02-20 20:47:02.287663100  [libx264 @ 0x563575b86400] 8x8 transform intra:21.1% inter:28.0%
2025-02-20 20:47:02.287664600  [libx264 @ 0x563575b86400] coded y,uvDC,uvAC intra: 95.8% 82.0% 50.1% inter: 5.3% 6.2% 0.3%
2025-02-20 20:47:02.287665801  [libx264 @ 0x563575b86400] i16 v,h,dc,p: 31%  5% 45% 19%
2025-02-20 20:47:02.287667301  [libx264 @ 0x563575b86400] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 14% 14% 22%  8%  7%  7%  9%  8% 11%
2025-02-20 20:47:02.287668701  [libx264 @ 0x563575b86400] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 18% 14%  8%  7%  8%  9%  8% 11%
2025-02-20 20:47:02.287669801  [libx264 @ 0x563575b86400] i8c dc,h,v,p: 44% 19% 23% 14%
2025-02-20 20:47:02.287671001  [libx264 @ 0x563575b86400] Weighted P-Frames: Y:0.0% UV:0.0%
2025-02-20 20:47:02.287672001  [libx264 @ 0x563575b86400] kb/s:10857.14
2025-02-20 20:47:02.288525956  [aac @ 0x563575b29940] Qavg: 64840.688
2025-02-20 20:47:02.288811274  20:47:02.288 TRC [rtsp] server request:
2025-02-20 20:47:02.288813374  TEARDOWN rtsp://127.0.0.1:8554/Doorbell_HQ?video&audio RTSP/1.0
2025-02-20 20:47:02.288814374  Cseq: 6
2025-02-20 20:47:02.288815274  User-Agent: go2rtc/ffmpeg
2025-02-20 20:47:02.288816074  Session: 90760922
2025-02-20 20:47:02.288816874  
2025-02-20 20:47:02.288817674  
2025-02-20 20:47:02.288860177  20:47:02.288 DBG [rtsp] handle error="read tcp 127.0.0.1:8554->127.0.0.1:46854: read: connection reset by peer"
2025-02-20 20:47:02.288864377  Conversion failed!
2025-02-20 20:47:02.288895679  20:47:02.288 TRC [streams] skip stop none producer
2025-02-20 20:47:02.288915881  20:47:02.288 DBG [rtsp] disconnect stream=Doorbell_HQ
2025-02-20 20:47:09.807701025  20:47:09.807 TRC [streams] skip stop none producer
2025-02-20 20:47:18.457107216  20:47:18.457 TRC [api] GET /api/streams 127.0.0.1:55512
2025-02-20 20:47:27.941434533  20:47:27.941 TRC [rtsp] client request:
2025-02-20 20:47:27.941437933  OPTIONS rtsp://20.0.0.12/h264Preview_01_main/ RTSP/1.0
2025-02-20 20:47:27.941439633  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="ea88c75f6385ef1ef5abd3ddb3196e96", uri="rtsp://20.0.0.12/h264Preview_01_main/", response="b1d8249a232d39bc5d65cd1306afc898"
2025-02-20 20:47:27.941440733  Session: 5AA3150D
2025-02-20 20:47:27.941441833  CSeq: 7
2025-02-20 20:47:27.941442833  
2025-02-20 20:47:27.941443733  
2025-02-20 20:47:27.949866293  20:47:27.949 TRC [rtsp] client response:
2025-02-20 20:47:27.949870193  RTSP/1.0 200 OK
2025-02-20 20:47:27.949871693  Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER
2025-02-20 20:47:27.949872693  Cseq: 7
2025-02-20 20:47:27.949873793  Date: Fri, Feb 21 2025 04:48:07 GMT
2025-02-20 20:47:27.949874793  
2025-02-20 20:47:27.949875693  
2025-02-20 20:47:27.964262907  20:47:27.964 TRC [rtsp] server request:
2025-02-20 20:47:27.964265708  OPTIONS rtsp://127.0.0.1:8554/Doorbell RTSP/1.0
2025-02-20 20:47:27.964266608  Cseq: 9
2025-02-20 20:47:27.964267608  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:47:27.964268408  Session: 95181526
2025-02-20 20:47:27.964269208  
2025-02-20 20:47:27.964269908  
2025-02-20 20:47:27.964270808  20:47:27.964 TRC [rtsp] server response:
2025-02-20 20:47:27.964271608  RTSP/1.0 200 OK
2025-02-20 20:47:27.964272308  Cseq: 9
2025-02-20 20:47:27.964273108  Session: 73764245
2025-02-20 20:47:27.964273808  
2025-02-20 20:47:27.964274508  
2025-02-20 20:47:27.966924221  20:47:27.966 TRC [rtsp] client request:
2025-02-20 20:47:27.966927021  OPTIONS rtsp://20.0.0.12/h264Preview_01_sub/ RTSP/1.0
2025-02-20 20:47:27.966928321  CSeq: 7
2025-02-20 20:47:27.966930121  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="35c2d087f0d76fa98f49df5b16fa04dd", uri="rtsp://20.0.0.12/h264Preview_01_sub/", response="27217096a7c29335dceeb448a087eb25"
2025-02-20 20:47:27.966931121  Session: 020304FF
2025-02-20 20:47:27.966932121  
2025-02-20 20:47:27.966933121  
2025-02-20 20:47:27.970139958  20:47:27.970 TRC [rtsp] client response:
2025-02-20 20:47:27.970142258  RTSP/1.0 200 OK
2025-02-20 20:47:27.970143258  Date: Fri, Feb 21 2025 04:48:07 GMT
2025-02-20 20:47:27.970144358  Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER
2025-02-20 20:47:27.970145158  Cseq: 7
2025-02-20 20:47:27.970146058  
2025-02-20 20:47:27.970146859  
2025-02-20 20:47:27.986120140  20:47:27.986 TRC [rtsp] client request:
2025-02-20 20:47:27.986125040  OPTIONS rtsp://20.0.0.13/h264Preview_01_main/ RTSP/1.0
2025-02-20 20:47:27.986126340  CSeq: 7
2025-02-20 20:47:27.986128241  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="0a5e60232de7b9686332c97647d15b34", uri="rtsp://20.0.0.13/h264Preview_01_main/", response="e0d691be8196ba9cc6268d6a6116179b"
2025-02-20 20:47:27.986129441  Session: 7C44CA46
2025-02-20 20:47:27.986130541  
2025-02-20 20:47:27.986131541  
2025-02-20 20:47:27.989777996  20:47:27.989 TRC [rtsp] client request:
2025-02-20 20:47:27.989780296  OPTIONS rtsp://20.0.0.11/Preview_01_sub/ RTSP/1.0
2025-02-20 20:47:27.989781496  CSeq: 7
2025-02-20 20:47:27.989783397  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="9eb04597a83c901ad5fa9a11819f40c8", uri="rtsp://20.0.0.11/Preview_01_sub/", response="34cb02d56945271c058278c2eb27e04f"
2025-02-20 20:47:27.989784497  Session: 54EE215C
2025-02-20 20:47:27.989785497  
2025-02-20 20:47:27.989786397  
2025-02-20 20:47:27.997014405  20:47:27.996 TRC [rtsp] client response:
2025-02-20 20:47:27.997017705  RTSP/1.0 200 OK
2025-02-20 20:47:27.997018905  Cseq: 7
2025-02-20 20:47:27.997020205  Date: Fri, Feb 21 2025 04:47:36 GMT
2025-02-20 20:47:27.997021805  Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER
2025-02-20 20:47:27.997022906  
2025-02-20 20:47:27.997024006  
2025-02-20 20:47:27.998338762  20:47:27.998 TRC [rtsp] client response:
2025-02-20 20:47:27.998341962  RTSP/1.0 200 OK
2025-02-20 20:47:27.998343162  Cseq: 7
2025-02-20 20:47:27.998344362  Date: Fri, Feb 21 2025 04:48:03 GMT
2025-02-20 20:47:27.998345562  Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER
2025-02-20 20:47:27.998346462  
2025-02-20 20:47:27.998347462  
2025-02-20 20:47:27.999200498  20:47:27.999 TRC [rtsp] client request:
2025-02-20 20:47:27.999203699  OPTIONS rtsp://20.0.0.13/h264Preview_01_sub/ RTSP/1.0
2025-02-20 20:47:27.999204999  Session: 152C2A99
2025-02-20 20:47:27.999206199  CSeq: 7
2025-02-20 20:47:27.999207999  Authorization: Digest username="admin", realm="LIVE555 Streaming Media", nonce="6dfd17ef72cb7acc59dfa2f1420b5005", uri="rtsp://20.0.0.13/h264Preview_01_sub/", response="fdaf0032da14858e45c90e0b7a111cb9"
2025-02-20 20:47:27.999209099  
2025-02-20 20:47:27.999210299  
2025-02-20 20:47:27.999455109  20:47:27.999 TRC [rtsp] server request:
2025-02-20 20:47:27.999457509  OPTIONS rtsp://127.0.0.1:8554/Camera_2 RTSP/1.0
2025-02-20 20:47:27.999458810  Session: 33283102
2025-02-20 20:47:27.999459910  Cseq: 9
2025-02-20 20:47:27.999461110  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:47:27.999462110  
2025-02-20 20:47:27.999463210  
2025-02-20 20:47:27.999470910  20:47:27.999 TRC [rtsp] server response:
2025-02-20 20:47:27.999472110  RTSP/1.0 200 OK
2025-02-20 20:47:27.999473110  Cseq: 9
2025-02-20 20:47:27.999474110  Session: 98993398
2025-02-20 20:47:27.999475110  
2025-02-20 20:47:27.999476110  
2025-02-20 20:47:28.002865555  20:47:28.002 TRC [rtsp] client response:
2025-02-20 20:47:28.002868155  RTSP/1.0 200 OK
2025-02-20 20:47:28.002868955  Cseq: 7
2025-02-20 20:47:28.002869855  Date: Fri, Feb 21 2025 04:48:03 GMT
2025-02-20 20:47:28.002870855  Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER
2025-02-20 20:47:28.002871655  
2025-02-20 20:47:28.002872355  
2025-02-20 20:47:28.008755206  20:47:28.008 TRC [rtsp] client request:
2025-02-20 20:47:28.008759306  OPTIONS rtsp://20.0.0.11/Preview_01_main/ RTSP/1.0
2025-02-20 20:47:28.008760406  CSeq: 7
2025-02-20 20:47:28.008762307  Authorization: Digest username="admin", realm="BC Streaming Media", nonce="8ece0c60d5bf3f457c70f9c351646112", uri="rtsp://20.0.0.11/Preview_01_main/", response="f8d8d7a6176e176f6a32e2a3c46b5d4e"
2025-02-20 20:47:28.008763307  Session: 956751BE
2025-02-20 20:47:28.008764207  
2025-02-20 20:47:28.008765107  
2025-02-20 20:47:28.009110821  20:47:28.009 TRC [rtsp] server request:
2025-02-20 20:47:28.009113522  OPTIONS rtsp://127.0.0.1:8554/Doorbell_HQ RTSP/1.0
2025-02-20 20:47:28.009114622  Cseq: 9
2025-02-20 20:47:28.009115922  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:47:28.009117222  Session: 43610264
2025-02-20 20:47:28.009118122  
2025-02-20 20:47:28.009118922  
2025-02-20 20:47:28.009145723  20:47:28.009 TRC [rtsp] server response:
2025-02-20 20:47:28.009147323  RTSP/1.0 200 OK
2025-02-20 20:47:28.009148223  Cseq: 9
2025-02-20 20:47:28.009149023  Session: 46012619
2025-02-20 20:47:28.009149723  
2025-02-20 20:47:28.009150523  
2025-02-20 20:47:28.010746691  20:47:28.010 TRC [rtsp] client response:
2025-02-20 20:47:28.010748691  RTSP/1.0 200 OK
2025-02-20 20:47:28.010749491  Cseq: 7
2025-02-20 20:47:28.010750391  Date: Fri, Feb 21 2025 04:47:36 GMT
2025-02-20 20:47:28.010751491  Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER
2025-02-20 20:47:28.010752291  
2025-02-20 20:47:28.010752992  
2025-02-20 20:47:28.029715101  20:47:28.029 TRC [rtsp] server request:
2025-02-20 20:47:28.029718201  OPTIONS rtsp://127.0.0.1:8554/Camera_1 RTSP/1.0
2025-02-20 20:47:28.029719201  Cseq: 9
2025-02-20 20:47:28.029720101  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:47:28.029720901  Session: 33013928
2025-02-20 20:47:28.029721601  
2025-02-20 20:47:28.029722301  
2025-02-20 20:47:28.029753202  20:47:28.029 TRC [rtsp] server response:
2025-02-20 20:47:28.029754602  RTSP/1.0 200 OK
2025-02-20 20:47:28.029755303  Cseq: 9
2025-02-20 20:47:28.029756103  Session: 20190724
2025-02-20 20:47:28.029756803  
2025-02-20 20:47:28.029757503  
2025-02-20 20:47:28.084033519  20:47:28.083 TRC [rtsp] server request:
2025-02-20 20:47:28.084056420  OPTIONS rtsp://127.0.0.1:8554/Camera_2_HQ RTSP/1.0
2025-02-20 20:47:28.084057720  Cseq: 9
2025-02-20 20:47:28.084058720  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:47:28.084059520  Session: 96198475
2025-02-20 20:47:28.084060320  
2025-02-20 20:47:28.084061020  
2025-02-20 20:47:28.084061920  20:47:28.083 TRC [rtsp] server response:
2025-02-20 20:47:28.084062620  RTSP/1.0 200 OK
2025-02-20 20:47:28.084063420  Session: 72757849
2025-02-20 20:47:28.084064020  Cseq: 9
2025-02-20 20:47:28.084064820  
2025-02-20 20:47:28.084065520  
2025-02-20 20:47:28.143466956  20:47:28.143 TRC [rtsp] server request:
2025-02-20 20:47:28.143470156  OPTIONS rtsp://127.0.0.1:8554/Camera_1_HQ RTSP/1.0
2025-02-20 20:47:28.143471056  Cseq: 9
2025-02-20 20:47:28.143472056  User-Agent: FFmpeg Frigate/0.15.0-cea210d
2025-02-20 20:47:28.143472956  Session: 82606941
2025-02-20 20:47:28.143473756  
2025-02-20 20:47:28.143474456  
2025-02-20 20:47:28.143475356  20:47:28.143 TRC [rtsp] server response:
2025-02-20 20:47:28.143476156  RTSP/1.0 200 OK
2025-02-20 20:47:28.143476856  Cseq: 9
2025-02-20 20:47:28.143477656  Session: 74377020
2025-02-20 20:47:28.143478356  
2025-02-20 20:47:28.143479156  

Jebarson avatar Feb 21 '25 04:02 Jebarson

Lots of questions.

  • You're doing transcoding for some reason ffmpeg:Doorbell_HQ#video=h264#audio=aac#hardware. Although your stream already is in those formats.
  • And such sound is completely unsupported in WebRTC.
  • Your logs show the local IP of your browser. I don't know your network configuration, and whether go2rtc can connect to that IP.
  • There is no local IP of go2rtc itself in the logs. Therefore, the browser can't connect to go2rtc for sure.

AlexxIT avatar Feb 21 '25 08:02 AlexxIT