Closed GimpMaster closed 4 hours ago
Some other info is that the ptz camera does not stream an audio channel.
Hello @GimpMaster, each of you cameras provide 2 tracks, a H265 video track:
a=control:rtsp://10.50.0.60/media2/video1/video
a=rtpmap:108 H265/90000
a=fmtp:108 sprop-sps=QgEBAWAAAAMAAAMAAAMAAAMAlqABQCAFoWNrkkya5ZwCAAADAAIAAAMAMhA=; sprop-pps=RAHgdrAmQA==
and a metadata track (which the server parses as generic):
m=application 0 RTP/AVP 107
c=IN IP4 10.50.0.60
a=control:rtsp://10.50.0.60/media2/video1/metadata
a=rtpmap:107 vnd.onvif.metadata/90000
Browsers can't read H265 tracks with WebRTC since decoding H265 is protected by patents that will expire in at least a decade.
The list of codecs that can be read with each protocol is available in the README.
By the way, the SDP you are using as reference is the list of codecs that your browser supports, not the list of codecs that your camera provides.
@aler9 - So you are saying I need to configure my webcam to publish H264 instead of H265? or do some transcodign in ffmpeg?
Thank you for help
I was able to answer my question. I switched the web camera to output H264 and now its working great. THank you again @aler9
Which version are you using?
1.9.3
Which operating system are you using?
Linux amd64 standard
Describe how to replicate the issue
Next open a browser to http://localhost:8889/ptzHigh
The website and network request shows The stream doesn't contain any supported codec.
Tested on Ubuntu Chrome, Ubuntu Microsoft Edge, Apple IOS
Server logs attached
Server logs
2024/11/14 14:41:09 INF MediaMTX v1.9.3 2024/11/14 14:41:09 INF configuration loaded from /home/jhintze/redsky/protech/mediamtx/mediamtx.yml 2024/11/14 14:41:09 DEB [path ptzHigh] created 2024/11/14 14:41:09 DEB [path ptzLow] created 2024/11/14 14:41:09 DEB [path ptzMid] created 2024/11/14 14:41:09 DEB path manager created 2024/11/14 14:41:09 INF [path ptzLow] [RTSP source] started 2024/11/14 14:41:09 INF [path ptzMid] [RTSP source] started 2024/11/14 14:41:09 INF [path ptzHigh] [RTSP source] started 2024/11/14 14:41:09 DEB [path ptzMid] [RTSP source] connecting 2024/11/14 14:41:09 DEB [path ptzLow] [RTSP source] connecting 2024/11/14 14:41:09 DEB [path ptzHigh] [RTSP source] connecting 2024/11/14 14:41:09 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP) 2024/11/14 14:41:09 INF [HLS] listener opened on :8888 2024/11/14 14:41:09 INF [WebRTC] listener opened on :8889 (HTTP), :8189 (ICE/UDP) 2024/11/14 14:41:09 INF [SRT] listener opened on :8890 (UDP) 2024/11/14 14:41:09 DEB [path ptzHigh] [RTSP source] [c->s] OPTIONS rtsp://10.50.0.60:554/media2/video1 RTSP/1.0 CSeq: 1 User-Agent: gortsplib
2024/11/14 14:41:09 DEB [path ptzMid] [RTSP source] [c->s] OPTIONS rtsp://10.50.0.60:554/media2/video2 RTSP/1.0 CSeq: 1 User-Agent: gortsplib
2024/11/14 14:41:09 DEB [path ptzLow] [RTSP source] [c->s] OPTIONS rtsp://10.50.0.60:554/media2/video3 RTSP/1.0 CSeq: 1 User-Agent: gortsplib
2024/11/14 14:41:09 DEB [path ptzMid] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 1 Public: OPTIONS,DESCRIBE,SETUP,PLAY,PAUSE,TEARDOWN,ANNOUNCE,SET_PARAMETER,GET_PARAMETER
2024/11/14 14:41:09 DEB [path ptzMid] [RTSP source] [c->s] DESCRIBE rtsp://10.50.0.60:554/media2/video2 RTSP/1.0 Accept: application/sdp CSeq: 2 User-Agent: gortsplib
2024/11/14 14:41:09 DEB [path ptzLow] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 1 Public: OPTIONS,DESCRIBE,SETUP,PLAY,PAUSE,TEARDOWN,ANNOUNCE,SET_PARAMETER,GET_PARAMETER
2024/11/14 14:41:09 DEB [path ptzLow] [RTSP source] [c->s] DESCRIBE rtsp://10.50.0.60:554/media2/video3 RTSP/1.0 Accept: application/sdp CSeq: 2 User-Agent: gortsplib
2024/11/14 14:41:09 DEB [path ptzHigh] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 1 Public: OPTIONS,DESCRIBE,SETUP,PLAY,PAUSE,TEARDOWN,ANNOUNCE,SET_PARAMETER,GET_PARAMETER
2024/11/14 14:41:09 DEB [path ptzHigh] [RTSP source] [c->s] DESCRIBE rtsp://10.50.0.60:554/media2/video1 RTSP/1.0 Accept: application/sdp CSeq: 2 User-Agent: gortsplib
2024/11/14 14:41:09 DEB [path ptzMid] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 2 Content-Base: rtsp://10.50.0.60:554/media2/video2 Content-Length: 485 Content-Type: application/sdp
v=0 o=- 1001 1 IN IP4 10.50.0.60 s=VCP IPC Realtime stream m=video 0 RTP/AVP 108 c=IN IP4 10.50.0.60 a=control:rtsp://10.50.0.60/media2/video2/video a=rtpmap:108 H265/90000 a=fmtp:108 sprop-sps=QgEBAWAAAAMAAAMAAAMAAAMAlqAFogCQWNrkkya5ZwCAAAADAIAAAAyE; sprop-pps=RAHgdrAmQA== a=recvonly m=application 0 RTP/AVP 107 c=IN IP4 10.50.0.60 a=control:rtsp://10.50.0.60/media2/video2/metadata a=rtpmap:107 vnd.onvif.metadata/90000 a=fmtp:107 DecoderTag=h3c-v3 RTCP=0 a=recvonly
2024/11/14 14:41:09 DEB [path ptzMid] [RTSP source] [c->s] SETUP rtsp://10.50.0.60:554/media2/video2/video RTSP/1.0 CSeq: 3 Transport: RTP/AVP;unicast;client_port=56836-56837 User-Agent: gortsplib
2024/11/14 14:41:09 DEB [path ptzLow] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 2 Content-Base: rtsp://10.50.0.60:554/media2/video3 Content-Length: 489 Content-Type: application/sdp
v=0 o=- 1001 1 IN IP4 10.50.0.60 s=VCP IPC Realtime stream m=video 0 RTP/AVP 108 c=IN IP4 10.50.0.60 a=control:rtsp://10.50.0.60/media2/video3/video a=rtpmap:108 H265/90000 a=fmtp:108 sprop-sps=QgEBAWAAAAMAAAMAAAMAAAMAlqALCASFja5JMmuWcAgAAAMACAAAAwDIQA==; sprop-pps=RAHgdrAmQA== a=recvonly m=application 0 RTP/AVP 107 c=IN IP4 10.50.0.60 a=control:rtsp://10.50.0.60/media2/video3/metadata a=rtpmap:107 vnd.onvif.metadata/90000 a=fmtp:107 DecoderTag=h3c-v3 RTCP=0 a=recvonly
2024/11/14 14:41:09 DEB [path ptzLow] [RTSP source] [c->s] SETUP rtsp://10.50.0.60:554/media2/video3/video RTSP/1.0 CSeq: 3 Transport: RTP/AVP;unicast;client_port=54388-54389 User-Agent: gortsplib
2024/11/14 14:41:09 DEB [path ptzHigh] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 2 Content-Base: rtsp://10.50.0.60:554/media2/video1 Content-Length: 489 Content-Type: application/sdp
v=0 o=- 1001 1 IN IP4 10.50.0.60 s=VCP IPC Realtime stream m=video 0 RTP/AVP 108 c=IN IP4 10.50.0.60 a=control:rtsp://10.50.0.60/media2/video1/video a=rtpmap:108 H265/90000 a=fmtp:108 sprop-sps=QgEBAWAAAAMAAAMAAAMAAAMAlqABQCAFoWNrkkya5ZwCAAADAAIAAAMAMhA=; sprop-pps=RAHgdrAmQA== a=recvonly m=application 0 RTP/AVP 107 c=IN IP4 10.50.0.60 a=control:rtsp://10.50.0.60/media2/video1/metadata a=rtpmap:107 vnd.onvif.metadata/90000 a=fmtp:107 DecoderTag=h3c-v3 RTCP=0 a=recvonly
2024/11/14 14:41:09 DEB [path ptzHigh] [RTSP source] [c->s] SETUP rtsp://10.50.0.60:554/media2/video1/video RTSP/1.0 CSeq: 3 Transport: RTP/AVP;unicast;client_port=33884-33885 User-Agent: gortsplib
2024/11/14 14:41:09 DEB [path ptzMid] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 3 Session: ecb1419145b14191b6b14191d941419;timeout=60 Transport: RTP/AVP/UDP;unicast;destination=10.50.4.75;client_port=56836-56837;server_port=10080-10081;ssrc=e61af28;mode="PLAY"
2024/11/14 14:41:09 DEB [path ptzLow] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 3 Session: c041baa56941baa59a41baa5f5b1baa;timeout=60 Transport: RTP/AVP/UDP;unicast;destination=10.50.4.75;client_port=54388-54389;server_port=10082-10083;ssrc=f7e3011;mode="PLAY"
2024/11/14 14:41:09 DEB [path ptzMid] [RTSP source] [c->s] SETUP rtsp://10.50.0.60:554/media2/video2/metadata RTSP/1.0 CSeq: 4 Session: ecb1419145b14191b6b14191d941419 Transport: RTP/AVP;unicast;client_port=23756-23757 User-Agent: gortsplib
2024/11/14 14:41:09 DEB [path ptzLow] [RTSP source] [c->s] SETUP rtsp://10.50.0.60:554/media2/video3/metadata RTSP/1.0 CSeq: 4 Session: c041baa56941baa59a41baa5f5b1baa Transport: RTP/AVP;unicast;client_port=22172-22173 User-Agent: gortsplib
2024/11/14 14:41:09 DEB [path ptzHigh] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 3 Session: 5864e2c5f164e2c50264e2c56d94e2c;timeout=60 Transport: RTP/AVP/UDP;unicast;destination=10.50.4.75;client_port=33884-33885;server_port=10084-10085;ssrc=66a5ec0;mode="PLAY"
2024/11/14 14:41:09 DEB [path ptzHigh] [RTSP source] [c->s] SETUP rtsp://10.50.0.60:554/media2/video1/metadata RTSP/1.0 CSeq: 4 Session: 5864e2c5f164e2c50264e2c56d94e2c Transport: RTP/AVP;unicast;client_port=60356-60357 User-Agent: gortsplib
2024/11/14 14:41:10 DEB [WebRTC] [conn [::1]:53914] [c->s] OPTIONS /ptzLow/whep HTTP/1.1 Host: localhost:8889 Accept: / Accept-Encoding: gzip, deflate, br, zstd Accept-Language: en-US,en;q=0.9 Connection: keep-alive Cookie: __stripe_mid=69e77433-8903-423a-a01b-337163c3413569142f Origin: http://localhost:8889 Referer: http://localhost:8889/ptzLow/ Sec-Ch-Ua: "Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99" Sec-Ch-Ua-Mobile: ?0 Sec-Ch-Ua-Platform: "Linux" Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: same-origin User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
2024/11/14 14:41:10 DEB [WebRTC] [conn [::1]:53914] [s->c] HTTP/1.1 204 No Content Access-Control-Allow-Credentials: true Access-Control-Allow-Headers: Authorization, Content-Type, If-Match Access-Control-Allow-Methods: OPTIONS, GET, POST, PATCH, DELETE Access-Control-Allow-Origin: * Access-Control-Expose-Headers: Link Server: mediamtx
2024/11/14 14:41:10 DEB [WebRTC] [conn [::1]:53914] [c->s] POST /ptzLow/whep HTTP/1.1 Host: localhost:8889 Accept: / Accept-Encoding: gzip, deflate, br, zstd Accept-Language: en-US,en;q=0.9 Connection: keep-alive Content-Length: 6248 Content-Type: application/sdp Cookie: __stripe_mid=69e77433-8903-423a-a01b-337163c3413569142f Origin: http://localhost:8889 Referer: http://localhost:8889/ptzLow/ Sec-Ch-Ua: "Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99" Sec-Ch-Ua-Mobile: ?0 Sec-Ch-Ua-Platform: "Linux" Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: same-origin User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
v=0 o=- 8934989843113831783 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE 0 1 a=extmap-allow-mixed a=msid-semantic: WMS m=video 9 UDP/TLS/RTP/SAVPF 96 97 102 103 104 105 106 107 108 109 127 125 39 40 45 46 98 99 100 101 112 113 114 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:De3t a=ice-pwd:j8cGj4SgrJL348UnbDbcE2qU a=ice-options:trickle a=fingerprint:sha-256 CB:7F:45:26:17:98:60:39:B8:62:25:C6:14:DA:D0:02:FD:D9:9C:33:35:15:47:48:4C:62:F3:4B:8E:A7:C6:AD a=setup:actpass a=mid:0 a=extmap:1 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:3 urn:3gpp:video-orientation a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space a=extmap:9 urn:ietf:params:rtp-hdrext:sdes:mid a=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id a=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id a=sendrecv a=msid:- 2ce460ff-cf98-41f6-890f-4f1876d9fbec a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:102 H264/90000 a=rtcp-fb:102 goog-remb a=rtcp-fb:102 transport-cc a=rtcp-fb:102 ccm fir a=rtcp-fb:102 nack a=rtcp-fb:102 nack pli a=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f a=rtpmap:103 rtx/90000 a=fmtp:103 apt=102 a=rtpmap:104 H264/90000 a=rtcp-fb:104 goog-remb a=rtcp-fb:104 transport-cc a=rtcp-fb:104 ccm fir a=rtcp-fb:104 nack a=rtcp-fb:104 nack pli a=fmtp:104 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f a=rtpmap:105 rtx/90000 a=fmtp:105 apt=104 a=rtpmap:106 H264/90000 a=rtcp-fb:106 goog-remb a=rtcp-fb:106 transport-cc a=rtcp-fb:106 ccm fir a=rtcp-fb:106 nack a=rtcp-fb:106 nack pli a=fmtp:106 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:107 rtx/90000 a=fmtp:107 apt=106 a=rtpmap:108 H264/90000 a=rtcp-fb:108 goog-remb a=rtcp-fb:108 transport-cc a=rtcp-fb:108 ccm fir a=rtcp-fb:108 nack a=rtcp-fb:108 nack pli a=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f a=rtpmap:109 rtx/90000 a=fmtp:109 apt=108 a=rtpmap:127 H264/90000 a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f a=rtpmap:125 rtx/90000 a=fmtp:125 apt=127 a=rtpmap:39 H264/90000 a=rtcp-fb:39 goog-remb a=rtcp-fb:39 transport-cc a=rtcp-fb:39 ccm fir a=rtcp-fb:39 nack a=rtcp-fb:39 nack pli a=fmtp:39 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f a=rtpmap:40 rtx/90000 a=fmtp:40 apt=39 a=rtpmap:45 AV1/90000 a=rtcp-fb:45 goog-remb a=rtcp-fb:45 transport-cc a=rtcp-fb:45 ccm fir a=rtcp-fb:45 nack a=rtcp-fb:45 nack pli a=fmtp:45 level-idx=5;profile=0;tier=0 a=rtpmap:46 rtx/90000 a=fmtp:46 apt=45 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=fmtp:98 profile-id=0 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:100 VP9/90000 a=rtcp-fb:100 goog-remb a=rtcp-fb:100 transport-cc a=rtcp-fb:100 ccm fir a=rtcp-fb:100 nack a=rtcp-fb:100 nack pli a=fmtp:100 profile-id=2 a=rtpmap:101 rtx/90000 a=fmtp:101 apt=100 a=rtpmap:112 red/90000 a=rtpmap:113 rtx/90000 a=fmtp:113 apt=112 a=rtpmap:114 ulpfec/90000 a=ssrc-group:FID 1462658189 2015054738 a=ssrc:1462658189 cname:oYBAHplEtfjwDZq8 a=ssrc:1462658189 msid:- 2ce460ff-cf98-41f6-890f-4f1876d9fbec a=ssrc:2015054738 cname:oYBAHplEtfjwDZq8 a=ssrc:2015054738 msid:- 2ce460ff-cf98-41f6-890f-4f1876d9fbec m=audio 9 UDP/TLS/RTP/SAVPF 111 63 9 0 8 13 110 126 96 97 98 99 100 101 102 103 104 105 106 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:De3t a=ice-pwd:j8cGj4SgrJL348UnbDbcE2qU a=ice-options:trickle a=fingerprint:sha-256 CB:7F:45:26:17:98:60:39:B8:62:25:C6:14:DA:D0:02:FD:D9:9C:33:35:15:47:48:4C:62:F3:4B:8E:A7:C6:AD a=setup:actpass a=mid:1 a=extmap:14 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:9 urn:ietf:params:rtp-hdrext:sdes:mid a=sendrecv a=msid:- b193ad81-57fc-4ae3-8656-fc8f235a6f81 a=rtcp-mux a=rtcp-rsize a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1;stereo=1;sprop-stereo=1 a=rtpmap:63 red/48000/2 a=fmtp:63 111/111 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:126 telephone-event/8000 a=ssrc:1478769256 cname:oYBAHplEtfjwDZq8 a=ssrc:1478769256 msid:- b193ad81-57fc-4ae3-8656-fc8f235a6f81 a=rtpmap:96 PCMU/8000/2 a=rtcp-fb:96 transport-cc a=rtpmap:97 PCMA/8000/2 a=rtcp-fb:97 transport-cc a=rtpmap:98 multiopus/48000/3 a=fmtp:98 channel_mapping=0,2,1;num_streams=2;coupled_streams=1 a=rtcp-fb:98 transport-cc a=rtpmap:99 multiopus/48000/4 a=fmtp:99 channel_mapping=0,1,2,3;num_streams=2;coupled_streams=2 a=rtcp-fb:99 transport-cc a=rtpmap:100 multiopus/48000/5 a=fmtp:100 channel_mapping=0,4,1,2,3;num_streams=3;coupled_streams=2 a=rtcp-fb:100 transport-cc a=rtpmap:101 multiopus/48000/6 a=fmtp:101 channel_mapping=0,4,1,2,3,5;num_streams=4;coupled_streams=2 a=rtcp-fb:101 transport-cc a=rtpmap:102 multiopus/48000/7 a=fmtp:102 channel_mapping=0,4,1,2,3,5,6;num_streams=4;coupled_streams=4 a=rtcp-fb:102 transport-cc a=rtpmap:103 multiopus/48000/8 a=fmtp:103 channel_mapping=0,6,1,4,5,2,3,7;num_streams=5;coupled_streams=4 a=rtcp-fb:103 transport-cc a=rtpmap:104 L16/8000/2 a=rtcp-fb:104 transport-cc a=rtpmap:105 L16/16000/2 a=rtcp-fb:105 transport-cc a=rtpmap:106 L16/48000/2 a=rtcp-fb:106 transport-cc
2024/11/14 14:41:10 INF [WebRTC] [session 322f4c0c] created by [::1]:53914 2024/11/14 14:41:10 INF [WebRTC] [session 322f4c0c] closed: no one is publishing to path 'ptzLow' 2024/11/14 14:41:10 DEB [WebRTC] [conn [::1]:53914] [s->c] HTTP/1.1 404 Not Found Access-Control-Allow-Credentials: true Access-Control-Allow-Origin: * Content-Type: application/json; charset=utf-8 Server: mediamtx
(body of 49 bytes) 2024/11/14 14:41:10 DEB [path ptzMid] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 4 Session: ecb1419145b14191b6b14191d941419;timeout=60 Transport: RTP/AVP/UDP;unicast;destination=10.50.4.75;client_port=23756-23757;server_port=10086-10087;ssrc=e9a563f;mode="PLAY"
2024/11/14 14:41:10 INF [path ptzMid] [RTSP source] ready: 2 tracks (H265, Generic) 2024/11/14 14:41:10 DEB [path ptzMid] [RTSP source] [c->s] PLAY rtsp://10.50.0.60:554/media2/video2 RTSP/1.0 CSeq: 5 Range: npt=0- Session: ecb1419145b14191b6b14191d941419 User-Agent: gortsplib
2024/11/14 14:41:10 DEB [path ptzHigh] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 4 Session: 5864e2c5f164e2c50264e2c56d94e2c;timeout=60 Transport: RTP/AVP/UDP;unicast;destination=10.50.4.75;client_port=60356-60357;server_port=10090-10091;ssrc=24f3a51;mode="PLAY"
2024/11/14 14:41:10 INF [path ptzHigh] [RTSP source] ready: 2 tracks (H265, Generic) 2024/11/14 14:41:10 DEB [path ptzHigh] [RTSP source] [c->s] PLAY rtsp://10.50.0.60:554/media2/video1 RTSP/1.0 CSeq: 5 Range: npt=0- Session: 5864e2c5f164e2c50264e2c56d94e2c User-Agent: gortsplib
2024/11/14 14:41:10 DEB [path ptzLow] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 4 Session: c041baa56941baa59a41baa5f5b1baa;timeout=60 Transport: RTP/AVP/UDP;unicast;destination=10.50.4.75;client_port=22172-22173;server_port=10088-10089;ssrc=7b593e6;mode="PLAY"
2024/11/14 14:41:10 INF [path ptzLow] [RTSP source] ready: 2 tracks (H265, Generic) 2024/11/14 14:41:10 DEB [path ptzLow] [RTSP source] [c->s] PLAY rtsp://10.50.0.60:554/media2/video3 RTSP/1.0 CSeq: 5 Range: npt=0- Session: c041baa56941baa59a41baa5f5b1baa User-Agent: gortsplib
2024/11/14 14:41:10 DEB [path ptzHigh] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 5 Range: npt=0- Session: 5864e2c5f164e2c50264e2c56d94e2c
2024/11/14 14:41:10 DEB [path ptzMid] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 5 Range: npt=0- Session: ecb1419145b14191b6b14191d941419
2024/11/14 14:41:10 DEB [path ptzLow] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 5 Range: npt=0- Session: c041baa56941baa59a41baa5f5b1baa
2024/11/14 14:41:12 DEB [WebRTC] [conn [::1]:53914] [c->s] OPTIONS /ptzLow/whep HTTP/1.1 Host: localhost:8889 Accept: / Accept-Encoding: gzip, deflate, br, zstd Accept-Language: en-US,en;q=0.9 Connection: keep-alive Cookie: __stripe_mid=69e77433-8903-423a-a01b-337163c3413569142f Origin: http://localhost:8889 Referer: http://localhost:8889/ptzLow/ Sec-Ch-Ua: "Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99" Sec-Ch-Ua-Mobile: ?0 Sec-Ch-Ua-Platform: "Linux" Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: same-origin User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
2024/11/14 14:41:12 DEB [WebRTC] [conn [::1]:53914] [s->c] HTTP/1.1 204 No Content Access-Control-Allow-Credentials: true Access-Control-Allow-Headers: Authorization, Content-Type, If-Match Access-Control-Allow-Methods: OPTIONS, GET, POST, PATCH, DELETE Access-Control-Allow-Origin: * Access-Control-Expose-Headers: Link Server: mediamtx
2024/11/14 14:41:12 DEB [WebRTC] [conn [::1]:53914] [c->s] POST /ptzLow/whep HTTP/1.1 Host: localhost:8889 Accept: / Accept-Encoding: gzip, deflate, br, zstd Accept-Language: en-US,en;q=0.9 Connection: keep-alive Content-Length: 6248 Content-Type: application/sdp Cookie: __stripe_mid=69e77433-8903-423a-a01b-337163c3413569142f Origin: http://localhost:8889 Referer: http://localhost:8889/ptzLow/ Sec-Ch-Ua: "Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99" Sec-Ch-Ua-Mobile: ?0 Sec-Ch-Ua-Platform: "Linux" Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: same-origin User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
v=0 o=- 2902809616042586520 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE 0 1 a=extmap-allow-mixed a=msid-semantic: WMS m=video 9 UDP/TLS/RTP/SAVPF 96 97 102 103 104 105 106 107 108 109 127 125 39 40 45 46 98 99 100 101 112 113 114 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:g1Ge a=ice-pwd:wT2kgUYTV1eb5SBw04mBWpPK a=ice-options:trickle a=fingerprint:sha-256 C1:E2:DA:DA:7A:EC:20:E2:F8:68:54:E8:04:DB:9D:CC:5E:1B:1D:7A:B3:CA:6E:BD:19:87:9A:A0:98:CE:0F:CA a=setup:actpass a=mid:0 a=extmap:1 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:3 urn:3gpp:video-orientation a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space a=extmap:9 urn:ietf:params:rtp-hdrext:sdes:mid a=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id a=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id a=sendrecv a=msid:- b226cbc8-6e2f-4995-a7b4-a1cd56c46af5 a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:102 H264/90000 a=rtcp-fb:102 goog-remb a=rtcp-fb:102 transport-cc a=rtcp-fb:102 ccm fir a=rtcp-fb:102 nack a=rtcp-fb:102 nack pli a=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f a=rtpmap:103 rtx/90000 a=fmtp:103 apt=102 a=rtpmap:104 H264/90000 a=rtcp-fb:104 goog-remb a=rtcp-fb:104 transport-cc a=rtcp-fb:104 ccm fir a=rtcp-fb:104 nack a=rtcp-fb:104 nack pli a=fmtp:104 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f a=rtpmap:105 rtx/90000 a=fmtp:105 apt=104 a=rtpmap:106 H264/90000 a=rtcp-fb:106 goog-remb a=rtcp-fb:106 transport-cc a=rtcp-fb:106 ccm fir a=rtcp-fb:106 nack a=rtcp-fb:106 nack pli a=fmtp:106 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:107 rtx/90000 a=fmtp:107 apt=106 a=rtpmap:108 H264/90000 a=rtcp-fb:108 goog-remb a=rtcp-fb:108 transport-cc a=rtcp-fb:108 ccm fir a=rtcp-fb:108 nack a=rtcp-fb:108 nack pli a=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f a=rtpmap:109 rtx/90000 a=fmtp:109 apt=108 a=rtpmap:127 H264/90000 a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f a=rtpmap:125 rtx/90000 a=fmtp:125 apt=127 a=rtpmap:39 H264/90000 a=rtcp-fb:39 goog-remb a=rtcp-fb:39 transport-cc a=rtcp-fb:39 ccm fir a=rtcp-fb:39 nack a=rtcp-fb:39 nack pli a=fmtp:39 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f a=rtpmap:40 rtx/90000 a=fmtp:40 apt=39 a=rtpmap:45 AV1/90000 a=rtcp-fb:45 goog-remb a=rtcp-fb:45 transport-cc a=rtcp-fb:45 ccm fir a=rtcp-fb:45 nack a=rtcp-fb:45 nack pli a=fmtp:45 level-idx=5;profile=0;tier=0 a=rtpmap:46 rtx/90000 a=fmtp:46 apt=45 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=fmtp:98 profile-id=0 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:100 VP9/90000 a=rtcp-fb:100 goog-remb a=rtcp-fb:100 transport-cc a=rtcp-fb:100 ccm fir a=rtcp-fb:100 nack a=rtcp-fb:100 nack pli a=fmtp:100 profile-id=2 a=rtpmap:101 rtx/90000 a=fmtp:101 apt=100 a=rtpmap:112 red/90000 a=rtpmap:113 rtx/90000 a=fmtp:113 apt=112 a=rtpmap:114 ulpfec/90000 a=ssrc-group:FID 1868299989 3945897097 a=ssrc:1868299989 cname:9cHnbmmSC0yusKHa a=ssrc:1868299989 msid:- b226cbc8-6e2f-4995-a7b4-a1cd56c46af5 a=ssrc:3945897097 cname:9cHnbmmSC0yusKHa a=ssrc:3945897097 msid:- b226cbc8-6e2f-4995-a7b4-a1cd56c46af5 m=audio 9 UDP/TLS/RTP/SAVPF 111 63 9 0 8 13 110 126 96 97 98 99 100 101 102 103 104 105 106 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:g1Ge a=ice-pwd:wT2kgUYTV1eb5SBw04mBWpPK a=ice-options:trickle a=fingerprint:sha-256 C1:E2:DA:DA:7A:EC:20:E2:F8:68:54:E8:04:DB:9D:CC:5E:1B:1D:7A:B3:CA:6E:BD:19:87:9A:A0:98:CE:0F:CA a=setup:actpass a=mid:1 a=extmap:14 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:9 urn:ietf:params:rtp-hdrext:sdes:mid a=sendrecv a=msid:- 19d90e90-6524-4873-b05d-829041245661 a=rtcp-mux a=rtcp-rsize a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1;stereo=1;sprop-stereo=1 a=rtpmap:63 red/48000/2 a=fmtp:63 111/111 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:126 telephone-event/8000 a=ssrc:2494336050 cname:9cHnbmmSC0yusKHa a=ssrc:2494336050 msid:- 19d90e90-6524-4873-b05d-829041245661 a=rtpmap:96 PCMU/8000/2 a=rtcp-fb:96 transport-cc a=rtpmap:97 PCMA/8000/2 a=rtcp-fb:97 transport-cc a=rtpmap:98 multiopus/48000/3 a=fmtp:98 channel_mapping=0,2,1;num_streams=2;coupled_streams=1 a=rtcp-fb:98 transport-cc a=rtpmap:99 multiopus/48000/4 a=fmtp:99 channel_mapping=0,1,2,3;num_streams=2;coupled_streams=2 a=rtcp-fb:99 transport-cc a=rtpmap:100 multiopus/48000/5 a=fmtp:100 channel_mapping=0,4,1,2,3;num_streams=3;coupled_streams=2 a=rtcp-fb:100 transport-cc a=rtpmap:101 multiopus/48000/6 a=fmtp:101 channel_mapping=0,4,1,2,3,5;num_streams=4;coupled_streams=2 a=rtcp-fb:101 transport-cc a=rtpmap:102 multiopus/48000/7 a=fmtp:102 channel_mapping=0,4,1,2,3,5,6;num_streams=4;coupled_streams=4 a=rtcp-fb:102 transport-cc a=rtpmap:103 multiopus/48000/8 a=fmtp:103 channel_mapping=0,6,1,4,5,2,3,7;num_streams=5;coupled_streams=4 a=rtcp-fb:103 transport-cc a=rtpmap:104 L16/8000/2 a=rtcp-fb:104 transport-cc a=rtpmap:105 L16/16000/2 a=rtcp-fb:105 transport-cc a=rtpmap:106 L16/48000/2 a=rtcp-fb:106 transport-cc
2024/11/14 14:41:12 INF [WebRTC] [session 7b241683] created by [::1]:53914 2024/11/14 14:41:12 DEB [WebRTC] [conn [::1]:53914] [s->c] HTTP/1.1 400 Bad Request Access-Control-Allow-Credentials: true Access-Control-Allow-Origin: * Content-Type: application/json; charset=utf-8 Server: mediamtx
(body of 123 bytes) 2024/11/14 14:41:12 INF [WebRTC] [session 7b241683] closed: the stream doesn't contain any supported codec, which are currently AV1, VP9, VP8, H264, Opus, G722, G711, LPCM 2024/11/14 14:41:14 DEB [WebRTC] [conn [::1]:53914] [c->s] OPTIONS /ptzLow/whep HTTP/1.1 Host: localhost:8889 Accept: / Accept-Encoding: gzip, deflate, br, zstd Accept-Language: en-US,en;q=0.9 Connection: keep-alive Cookie: __stripe_mid=69e77433-8903-423a-a01b-337163c3413569142f Origin: http://localhost:8889 Referer: http://localhost:8889/ptzLow/ Sec-Ch-Ua: "Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99" Sec-Ch-Ua-Mobile: ?0 Sec-Ch-Ua-Platform: "Linux" Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: same-origin User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
2024/11/14 14:41:14 DEB [WebRTC] [conn [::1]:53914] [s->c] HTTP/1.1 204 No Content Access-Control-Allow-Credentials: true Access-Control-Allow-Headers: Authorization, Content-Type, If-Match Access-Control-Allow-Methods: OPTIONS, GET, POST, PATCH, DELETE Access-Control-Allow-Origin: * Access-Control-Expose-Headers: Link Server: mediamtx
2024/11/14 14:41:14 DEB [WebRTC] [conn [::1]:53914] [c->s] POST /ptzLow/whep HTTP/1.1 Host: localhost:8889 Accept: / Accept-Encoding: gzip, deflate, br, zstd Accept-Language: en-US,en;q=0.9 Connection: keep-alive Content-Length: 6245 Content-Type: application/sdp Cookie: __stripe_mid=69e77433-8903-423a-a01b-337163c3413569142f Origin: http://localhost:8889 Referer: http://localhost:8889/ptzLow/ Sec-Ch-Ua: "Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99" Sec-Ch-Ua-Mobile: ?0 Sec-Ch-Ua-Platform: "Linux" Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: same-origin User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
v=0 o=- 8491300388472554540 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE 0 1 a=extmap-allow-mixed a=msid-semantic: WMS m=video 9 UDP/TLS/RTP/SAVPF 96 97 102 103 104 105 106 107 108 109 127 125 39 40 45 46 98 99 100 101 112 113 114 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:J1MJ a=ice-pwd:3ilEv2Vi+rURUGmzX1CaEqq/ a=ice-options:trickle a=fingerprint:sha-256 0C:96:04:6D:70:38:F5:F5:3A:DA:ED:47:19:51:88:13:96:BF:7D:A0:71:68:F6:11:B3:DD:CF:B5:05:CD:0B:1D a=setup:actpass a=mid:0 a=extmap:1 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:3 urn:3gpp:video-orientation a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space a=extmap:9 urn:ietf:params:rtp-hdrext:sdes:mid a=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id a=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id a=sendrecv a=msid:- 6fb92109-9506-4c1d-9a37-594b5cfe51ed a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:102 H264/90000 a=rtcp-fb:102 goog-remb a=rtcp-fb:102 transport-cc a=rtcp-fb:102 ccm fir a=rtcp-fb:102 nack a=rtcp-fb:102 nack pli a=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f a=rtpmap:103 rtx/90000 a=fmtp:103 apt=102 a=rtpmap:104 H264/90000 a=rtcp-fb:104 goog-remb a=rtcp-fb:104 transport-cc a=rtcp-fb:104 ccm fir a=rtcp-fb:104 nack a=rtcp-fb:104 nack pli a=fmtp:104 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f a=rtpmap:105 rtx/90000 a=fmtp:105 apt=104 a=rtpmap:106 H264/90000 a=rtcp-fb:106 goog-remb a=rtcp-fb:106 transport-cc a=rtcp-fb:106 ccm fir a=rtcp-fb:106 nack a=rtcp-fb:106 nack pli a=fmtp:106 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:107 rtx/90000 a=fmtp:107 apt=106 a=rtpmap:108 H264/90000 a=rtcp-fb:108 goog-remb a=rtcp-fb:108 transport-cc a=rtcp-fb:108 ccm fir a=rtcp-fb:108 nack a=rtcp-fb:108 nack pli a=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f a=rtpmap:109 rtx/90000 a=fmtp:109 apt=108 a=rtpmap:127 H264/90000 a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f a=rtpmap:125 rtx/90000 a=fmtp:125 apt=127 a=rtpmap:39 H264/90000 a=rtcp-fb:39 goog-remb a=rtcp-fb:39 transport-cc a=rtcp-fb:39 ccm fir a=rtcp-fb:39 nack a=rtcp-fb:39 nack pli a=fmtp:39 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f a=rtpmap:40 rtx/90000 a=fmtp:40 apt=39 a=rtpmap:45 AV1/90000 a=rtcp-fb:45 goog-remb a=rtcp-fb:45 transport-cc a=rtcp-fb:45 ccm fir a=rtcp-fb:45 nack a=rtcp-fb:45 nack pli a=fmtp:45 level-idx=5;profile=0;tier=0 a=rtpmap:46 rtx/90000 a=fmtp:46 apt=45 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=fmtp:98 profile-id=0 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:100 VP9/90000 a=rtcp-fb:100 goog-remb a=rtcp-fb:100 transport-cc a=rtcp-fb:100 ccm fir a=rtcp-fb:100 nack a=rtcp-fb:100 nack pli a=fmtp:100 profile-id=2 a=rtpmap:101 rtx/90000 a=fmtp:101 apt=100 a=rtpmap:112 red/90000 a=rtpmap:113 rtx/90000 a=fmtp:113 apt=112 a=rtpmap:114 ulpfec/90000 a=ssrc-group:FID 885562931 3348089513 a=ssrc:885562931 cname:gZyYXgDXVdJ9se0/ a=ssrc:885562931 msid:- 6fb92109-9506-4c1d-9a37-594b5cfe51ed a=ssrc:3348089513 cname:gZyYXgDXVdJ9se0/ a=ssrc:3348089513 msid:- 6fb92109-9506-4c1d-9a37-594b5cfe51ed m=audio 9 UDP/TLS/RTP/SAVPF 111 63 9 0 8 13 110 126 96 97 98 99 100 101 102 103 104 105 106 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:J1MJ a=ice-pwd:3ilEv2Vi+rURUGmzX1CaEqq/ a=ice-options:trickle a=fingerprint:sha-256 0C:96:04:6D:70:38:F5:F5:3A:DA:ED:47:19:51:88:13:96:BF:7D:A0:71:68:F6:11:B3:DD:CF:B5:05:CD:0B:1D a=setup:actpass a=mid:1 a=extmap:14 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:9 urn:ietf:params:rtp-hdrext:sdes:mid a=sendrecv a=msid:- 8c30eba9-ed84-4352-89a2-4638b2dde623 a=rtcp-mux a=rtcp-rsize a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1;stereo=1;sprop-stereo=1 a=rtpmap:63 red/48000/2 a=fmtp:63 111/111 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:126 telephone-event/8000 a=ssrc:3764265622 cname:gZyYXgDXVdJ9se0/ a=ssrc:3764265622 msid:- 8c30eba9-ed84-4352-89a2-4638b2dde623 a=rtpmap:96 PCMU/8000/2 a=rtcp-fb:96 transport-cc a=rtpmap:97 PCMA/8000/2 a=rtcp-fb:97 transport-cc a=rtpmap:98 multiopus/48000/3 a=fmtp:98 channel_mapping=0,2,1;num_streams=2;coupled_streams=1 a=rtcp-fb:98 transport-cc a=rtpmap:99 multiopus/48000/4 a=fmtp:99 channel_mapping=0,1,2,3;num_streams=2;coupled_streams=2 a=rtcp-fb:99 transport-cc a=rtpmap:100 multiopus/48000/5 a=fmtp:100 channel_mapping=0,4,1,2,3;num_streams=3;coupled_streams=2 a=rtcp-fb:100 transport-cc a=rtpmap:101 multiopus/48000/6 a=fmtp:101 channel_mapping=0,4,1,2,3,5;num_streams=4;coupled_streams=2 a=rtcp-fb:101 transport-cc a=rtpmap:102 multiopus/48000/7 a=fmtp:102 channel_mapping=0,4,1,2,3,5,6;num_streams=4;coupled_streams=4 a=rtcp-fb:102 transport-cc a=rtpmap:103 multiopus/48000/8 a=fmtp:103 channel_mapping=0,6,1,4,5,2,3,7;num_streams=5;coupled_streams=4 a=rtcp-fb:103 transport-cc a=rtpmap:104 L16/8000/2 a=rtcp-fb:104 transport-cc a=rtpmap:105 L16/16000/2 a=rtcp-fb:105 transport-cc a=rtpmap:106 L16/48000/2 a=rtcp-fb:106 transport-cc
2024/11/14 14:41:14 INF [WebRTC] [session 6e3b5ecb] created by [::1]:53914 2024/11/14 14:41:14 INF [WebRTC] [session 6e3b5ecb] closed: the stream doesn't contain any supported codec, which are currently AV1, VP9, VP8, H264, Opus, G722, G711, LPCM 2024/11/14 14:41:14 DEB [WebRTC] [conn [::1]:53914] [s->c] HTTP/1.1 400 Bad Request Access-Control-Allow-Credentials: true Access-Control-Allow-Origin: * Content-Type: application/json; charset=utf-8 Server: mediamtx
(body of 123 bytes) 2024/11/14 14:41:16 DEB [WebRTC] [conn [::1]:53914] [c->s] OPTIONS /ptzLow/whep HTTP/1.1 Host: localhost:8889 Accept: / Accept-Encoding: gzip, deflate, br, zstd Accept-Language: en-US,en;q=0.9 Connection: keep-alive Cookie: __stripe_mid=69e77433-8903-423a-a01b-337163c3413569142f Origin: http://localhost:8889 Referer: http://localhost:8889/ptzLow/ Sec-Ch-Ua: "Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99" Sec-Ch-Ua-Mobile: ?0 Sec-Ch-Ua-Platform: "Linux" Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: same-origin User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
2024/11/14 14:41:16 DEB [WebRTC] [conn [::1]:53914] [s->c] HTTP/1.1 204 No Content Access-Control-Allow-Credentials: true Access-Control-Allow-Headers: Authorization, Content-Type, If-Match Access-Control-Allow-Methods: OPTIONS, GET, POST, PATCH, DELETE Access-Control-Allow-Origin: * Access-Control-Expose-Headers: Link Server: mediamtx
2024/11/14 14:41:16 DEB [WebRTC] [conn [::1]:53914] [c->s] POST /ptzLow/whep HTTP/1.1 Host: localhost:8889 Accept: / Accept-Encoding: gzip, deflate, br, zstd Accept-Language: en-US,en;q=0.9 Connection: keep-alive Content-Length: 6247 Content-Type: application/sdp Cookie: __stripe_mid=69e77433-8903-423a-a01b-337163c3413569142f Origin: http://localhost:8889 Referer: http://localhost:8889/ptzLow/ Sec-Ch-Ua: "Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99" Sec-Ch-Ua-Mobile: ?0 Sec-Ch-Ua-Platform: "Linux" Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: same-origin User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
v=0 o=- 929036249799978382 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE 0 1 a=extmap-allow-mixed a=msid-semantic: WMS m=video 9 UDP/TLS/RTP/SAVPF 96 97 102 103 104 105 106 107 108 109 127 125 39 40 45 46 98 99 100 101 112 113 114 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:GlWc a=ice-pwd:+syeg27aH5rDWGE+kZNSBvZq a=ice-options:trickle a=fingerprint:sha-256 D3:2C:60:4C:4F:5B:7F:36:8E:B2:21:8F:72:C4:F0:7A:31:06:4A:D5:C7:51:7E:8E:1A:C3:0D:9F:DF:5B:1A:C8 a=setup:actpass a=mid:0 a=extmap:1 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:3 urn:3gpp:video-orientation a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space a=extmap:9 urn:ietf:params:rtp-hdrext:sdes:mid a=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id a=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id a=sendrecv a=msid:- 036978fb-d5ff-4488-9017-b04c655bee3f a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:102 H264/90000 a=rtcp-fb:102 goog-remb a=rtcp-fb:102 transport-cc a=rtcp-fb:102 ccm fir a=rtcp-fb:102 nack a=rtcp-fb:102 nack pli a=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f a=rtpmap:103 rtx/90000 a=fmtp:103 apt=102 a=rtpmap:104 H264/90000 a=rtcp-fb:104 goog-remb a=rtcp-fb:104 transport-cc a=rtcp-fb:104 ccm fir a=rtcp-fb:104 nack a=rtcp-fb:104 nack pli a=fmtp:104 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f a=rtpmap:105 rtx/90000 a=fmtp:105 apt=104 a=rtpmap:106 H264/90000 a=rtcp-fb:106 goog-remb a=rtcp-fb:106 transport-cc a=rtcp-fb:106 ccm fir a=rtcp-fb:106 nack a=rtcp-fb:106 nack pli a=fmtp:106 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:107 rtx/90000 a=fmtp:107 apt=106 a=rtpmap:108 H264/90000 a=rtcp-fb:108 goog-remb a=rtcp-fb:108 transport-cc a=rtcp-fb:108 ccm fir a=rtcp-fb:108 nack a=rtcp-fb:108 nack pli a=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f a=rtpmap:109 rtx/90000 a=fmtp:109 apt=108 a=rtpmap:127 H264/90000 a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f a=rtpmap:125 rtx/90000 a=fmtp:125 apt=127 a=rtpmap:39 H264/90000 a=rtcp-fb:39 goog-remb a=rtcp-fb:39 transport-cc a=rtcp-fb:39 ccm fir a=rtcp-fb:39 nack a=rtcp-fb:39 nack pli a=fmtp:39 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f a=rtpmap:40 rtx/90000 a=fmtp:40 apt=39 a=rtpmap:45 AV1/90000 a=rtcp-fb:45 goog-remb a=rtcp-fb:45 transport-cc a=rtcp-fb:45 ccm fir a=rtcp-fb:45 nack a=rtcp-fb:45 nack pli a=fmtp:45 level-idx=5;profile=0;tier=0 a=rtpmap:46 rtx/90000 a=fmtp:46 apt=45 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=fmtp:98 profile-id=0 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:100 VP9/90000 a=rtcp-fb:100 goog-remb a=rtcp-fb:100 transport-cc a=rtcp-fb:100 ccm fir a=rtcp-fb:100 nack a=rtcp-fb:100 nack pli a=fmtp:100 profile-id=2 a=rtpmap:101 rtx/90000 a=fmtp:101 apt=100 a=rtpmap:112 red/90000 a=rtpmap:113 rtx/90000 a=fmtp:113 apt=112 a=rtpmap:114 ulpfec/90000 a=ssrc-group:FID 2672218227 4054195001 a=ssrc:2672218227 cname:G79Ye0LSZdTtMm90 a=ssrc:2672218227 msid:- 036978fb-d5ff-4488-9017-b04c655bee3f a=ssrc:4054195001 cname:G79Ye0LSZdTtMm90 a=ssrc:4054195001 msid:- 036978fb-d5ff-4488-9017-b04c655bee3f m=audio 9 UDP/TLS/RTP/SAVPF 111 63 9 0 8 13 110 126 96 97 98 99 100 101 102 103 104 105 106 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:GlWc a=ice-pwd:+syeg27aH5rDWGE+kZNSBvZq a=ice-options:trickle a=fingerprint:sha-256 D3:2C:60:4C:4F:5B:7F:36:8E:B2:21:8F:72:C4:F0:7A:31:06:4A:D5:C7:51:7E:8E:1A:C3:0D:9F:DF:5B:1A:C8 a=setup:actpass a=mid:1 a=extmap:14 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:4 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:9 urn:ietf:params:rtp-hdrext:sdes:mid a=sendrecv a=msid:- 86293948-9ac9-4b0f-83e6-fe498ed6deed a=rtcp-mux a=rtcp-rsize a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1;stereo=1;sprop-stereo=1 a=rtpmap:63 red/48000/2 a=fmtp:63 111/111 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:126 telephone-event/8000 a=ssrc:3585027395 cname:G79Ye0LSZdTtMm90 a=ssrc:3585027395 msid:- 86293948-9ac9-4b0f-83e6-fe498ed6deed a=rtpmap:96 PCMU/8000/2 a=rtcp-fb:96 transport-cc a=rtpmap:97 PCMA/8000/2 a=rtcp-fb:97 transport-cc a=rtpmap:98 multiopus/48000/3 a=fmtp:98 channel_mapping=0,2,1;num_streams=2;coupled_streams=1 a=rtcp-fb:98 transport-cc a=rtpmap:99 multiopus/48000/4 a=fmtp:99 channel_mapping=0,1,2,3;num_streams=2;coupled_streams=2 a=rtcp-fb:99 transport-cc a=rtpmap:100 multiopus/48000/5 a=fmtp:100 channel_mapping=0,4,1,2,3;num_streams=3;coupled_streams=2 a=rtcp-fb:100 transport-cc a=rtpmap:101 multiopus/48000/6 a=fmtp:101 channel_mapping=0,4,1,2,3,5;num_streams=4;coupled_streams=2 a=rtcp-fb:101 transport-cc a=rtpmap:102 multiopus/48000/7 a=fmtp:102 channel_mapping=0,4,1,2,3,5,6;num_streams=4;coupled_streams=4 a=rtcp-fb:102 transport-cc a=rtpmap:103 multiopus/48000/8 a=fmtp:103 channel_mapping=0,6,1,4,5,2,3,7;num_streams=5;coupled_streams=4 a=rtcp-fb:103 transport-cc a=rtpmap:104 L16/8000/2 a=rtcp-fb:104 transport-cc a=rtpmap:105 L16/16000/2 a=rtcp-fb:105 transport-cc a=rtpmap:106 L16/48000/2 a=rtcp-fb:106 transport-cc
2024/11/14 14:41:16 INF [WebRTC] [session 03112761] created by [::1]:53914 2024/11/14 14:41:16 DEB [WebRTC] [conn [::1]:53914] [s->c] HTTP/1.1 400 Bad Request Access-Control-Allow-Credentials: true Access-Control-Allow-Origin: * Content-Type: application/json; charset=utf-8 Server: mediamtx
(body of 123 bytes) 2024/11/14 14:41:16 INF [WebRTC] [session 03112761] closed: the stream doesn't contain any supported codec, which are currently AV1, VP9, VP8, H264, Opus, G722, G711, LPCM ^C2024/11/14 14:41:18 INF shutting down gracefully 2024/11/14 14:41:18 INF [SRT] listener is closing 2024/11/14 14:41:18 INF [WebRTC] listener is closing 2024/11/14 14:41:18 INF [HLS] listener is closing 2024/11/14 14:41:18 INF [RTSP] listener is closing 2024/11/14 14:41:18 DEB path manager is shutting down 2024/11/14 14:41:18 INF [path ptzMid] [RTSP source] stopped: path is closing 2024/11/14 14:41:18 INF [path ptzHigh] [RTSP source] stopped: path is closing 2024/11/14 14:41:18 DEB [path ptzMid] [RTSP source] [c->s] TEARDOWN rtsp://10.50.0.60:554/media2/video2 RTSP/1.0 CSeq: 6 Session: ecb1419145b14191b6b14191d941419 User-Agent: gortsplib
2024/11/14 14:41:18 DEB [path ptzHigh] [RTSP source] [c->s] TEARDOWN rtsp://10.50.0.60:554/media2/video1 RTSP/1.0 CSeq: 6 Session: 5864e2c5f164e2c50264e2c56d94e2c User-Agent: gortsplib
2024/11/14 14:41:18 INF [path ptzLow] [RTSP source] stopped: path is closing 2024/11/14 14:41:18 DEB [path ptzLow] [RTSP source] [c->s] TEARDOWN rtsp://10.50.0.60:554/media2/video3 RTSP/1.0 CSeq: 6 Session: c041baa56941baa59a41baa5f5b1baa User-Agent: gortsplib
2024/11/14 14:41:18 DEB [path ptzHigh] destroyed: terminated 2024/11/14 14:41:18 DEB [path ptzMid] destroyed: terminated 2024/11/14 14:41:18 DEB [path ptzLow] destroyed: terminated 2024/11/14 14:41:18 INF waiting for running hooks
Network dump
No response