You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I admit to not knowing WTH I am doing, I started playing with the APIs listed at https://bluenviron.github.io/mediamtx/ in hopes of cobbling together a way to monitor the server and such.
Once I entered that URL, my web browser immediately gave me a ERR_CONNECTION_RESET message and all my streams stopped and had to reconnect.
I have a bunch of different test streams at the moment. Some WebRTC pushed from OBS local and external, and a local security cam I am pulling RTSP streams from.
And then right after I get the "configuration loaded from" like the server just started.
I do have MediaMTX running on a Windows 2016 server, as a service under LocalSystem. The service automatically restarts. So that might be why it immediately starts again. I have not tried running it manually to see if it will just exit.
Server logs
2024/12/12 13:39:44 INF reloading configuration (file changed)
2024/12/12 13:39:44 INF [WebRTC] listener is closing
2024/12/12 13:39:44 INF [path LiveApp/Stream1] [recorder] recording stopped
2024/12/12 13:39:44 INF [WebRTC] [session 8a5ee767] closed: terminated
2024/12/12 13:39:44 INF [path LiveApp/Stream2] [recorder] recording stopped
2024/12/12 13:39:44 INF [WebRTC] [session fbfba7f2] closed: terminated
2024/12/12 13:39:44 INF [WebRTC] [session 0ebabde5] closed: terminated
2024/12/12 13:39:44 INF [WebRTC] [session d24e2bf5] closed: terminated
2024/12/12 13:39:44 INF [WebRTC] [session be5d6037] closed: terminated
2024/12/12 13:39:44 INF [RTMP] listener is closing
2024/12/12 13:39:44 INF [RTSP] listener is closing
2024/12/12 13:39:44 INF [path LiveApp/Stream4] [RTSP source] stopped: path is closing
2024/12/12 13:39:44 DEB [path Stream7] created
2024/12/12 13:39:44 DEB [path LiveApp/Stream2] created
2024/12/12 13:39:44 DEB [path LiveApp/Stream3] created
2024/12/12 13:39:44 DEB [path LiveApp/Stream1] created
2024/12/12 13:39:44 DEB [path LiveApp/Stream4] created
2024/12/12 13:39:44 INF [path LiveApp/Stream4] [RTSP source] started
2024/12/12 13:39:44 DEB [path LiveApp/Stream5] created
2024/12/12 13:39:44 DEB [path LiveApp/Stream4] [RTSP source] connecting
2024/12/12 13:39:44 DEB [path LiveApp/Stream6] created
2024/12/12 13:39:44 DEB path manager created
2024/12/12 13:39:44 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP)
2024/12/12 13:39:44 INF [RTMP] listener opened on :1935
2024/12/12 13:39:44 INF [WebRTC] listener opened on :8889 (HTTP), :8189 (ICE/UDP)
2024/12/12 13:39:44 INF [API] listener opened on :9997
2024/12/12 13:39:44 DEB [path LiveApp/Stream4] [RTSP source] [c->s] OPTIONS rtsp://192.168.x.y/Streaming/channels/1 RTSP/1.0
CSeq: 1
User-Agent: gortsplib
2024/12/12 13:39:44 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 1
Date: Thu, Dec 12 2024 13:39:43 GMT
Public: OPTIONS, DESCRIBE, PLAY, PAUSE, SETUP, TEARDOWN, SET_PARAMETER, GET_PARAMETER
2024/12/12 13:39:46 INF MediaMTX v1.10.0
2024/12/12 13:39:46 INF configuration loaded from D:\MediaMTX\mediamtx.yml
2024/12/12 13:39:46 DEB [path LiveApp/Stream6] created
2024/12/12 13:39:46 DEB [path Stream7] created
2024/12/12 13:39:46 DEB [path LiveApp/Stream2] created
2024/12/12 13:39:46 DEB [path LiveApp/Stream3] created
2024/12/12 13:39:46 DEB [path LiveApp/Stream1] created
2024/12/12 13:39:46 DEB [path LiveApp/Stream4] created
2024/12/12 13:39:46 DEB [path LiveApp/Stream5] created
2024/12/12 13:39:46 DEB path manager created
2024/12/12 13:39:46 INF [path LiveApp/Stream4] [RTSP source] started
2024/12/12 13:39:46 DEB [path LiveApp/Stream4] [RTSP source] connecting
2024/12/12 13:39:46 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP)
2024/12/12 13:39:46 INF [RTMP] listener opened on :1935
2024/12/12 13:39:46 DEB [path LiveApp/Stream4] [RTSP source] [c->s] OPTIONS rtsp://192.168.x.y/Streaming/channels/1 RTSP/1.0
CSeq: 1
User-Agent: gortsplib
2024/12/12 13:39:46 INF [WebRTC] listener opened on :8889 (HTTP), :8189 (ICE/UDP)
2024/12/12 13:39:46 INF [API] listener opened on :9997
2024/12/12 13:39:46 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 1
Date: Thu, Dec 12 2024 13:39:45 GMT
Public: OPTIONS, DESCRIBE, PLAY, PAUSE, SETUP, TEARDOWN, SET_PARAMETER, GET_PARAMETER
2024/12/12 13:39:49 INF MediaMTX v1.10.0
2024/12/12 13:39:49 INF configuration loaded from D:\MediaMTX\mediamtx.yml
2024/12/12 13:39:49 DEB [path LiveApp/Stream4] created
2024/12/12 13:39:49 DEB [path LiveApp/Stream5] created
2024/12/12 13:39:49 DEB [path LiveApp/Stream6] created
2024/12/12 13:39:49 DEB [path Stream7] created
2024/12/12 13:39:49 INF [path LiveApp/Stream4] [RTSP source] started
2024/12/12 13:39:49 DEB [path LiveApp/Stream2] created
2024/12/12 13:39:49 DEB [path LiveApp/Stream4] [RTSP source] connecting
2024/12/12 13:39:49 DEB [path LiveApp/Stream3] created
2024/12/12 13:39:49 DEB [path LiveApp/Stream1] created
2024/12/12 13:39:49 DEB path manager created
2024/12/12 13:39:49 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP)
2024/12/12 13:39:49 INF [RTMP] listener opened on :1935
2024/12/12 13:39:49 INF [WebRTC] listener opened on :8889 (HTTP), :8189 (ICE/UDP)
2024/12/12 13:39:49 INF [API] listener opened on :9997
2024/12/12 13:39:49 DEB [path LiveApp/Stream4] [RTSP source] [c->s] OPTIONS rtsp://192.168.x.y/Streaming/channels/1 RTSP/1.0
CSeq: 1
User-Agent: gortsplib
2024/12/12 13:39:50 DEB [WebRTC] [conn 76.114.c.d:49327] [c->s] POST /LiveApp/Stream1/whip HTTP/1.1
Host: stream.myservername.net:8889
Accept: /
Content-Length: 1089
Content-Type: application/sdp
User-Agent: Mozilla/5.0 (OBS-Studio/31.0.0; Windows x86_64; en-US)
2024/12/12 13:39:52 INF MediaMTX v1.10.0
2024/12/12 13:39:52 INF configuration loaded from D:\MediaMTX\mediamtx.yml
2024/12/12 13:39:52 DEB [path LiveApp/Stream5] created
2024/12/12 13:39:52 DEB [path LiveApp/Stream6] created
2024/12/12 13:39:52 DEB [path Stream7] created
2024/12/12 13:39:52 DEB [path LiveApp/Stream2] created
2024/12/12 13:39:52 DEB [path LiveApp/Stream3] created
2024/12/12 13:39:52 DEB [path LiveApp/Stream1] created
2024/12/12 13:39:52 DEB [path LiveApp/Stream4] created
2024/12/12 13:39:52 DEB path manager created
2024/12/12 13:39:52 INF [path LiveApp/Stream4] [RTSP source] started
2024/12/12 13:39:52 DEB [path LiveApp/Stream4] [RTSP source] connecting
2024/12/12 13:39:52 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP)
2024/12/12 13:39:52 INF [RTMP] listener opened on :1935
2024/12/12 13:39:52 DEB [path LiveApp/Stream4] [RTSP source] [c->s] OPTIONS rtsp://192.168.x.y/Streaming/channels/1 RTSP/1.0
CSeq: 1
User-Agent: gortsplib
2024/12/12 13:39:52 INF [WebRTC] listener opened on :8889 (HTTP), :8189 (ICE/UDP)
2024/12/12 13:39:52 INF [API] listener opened on :9997
2024/12/12 13:39:52 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 1
Date: Thu, Dec 12 2024 13:39:51 GMT
Public: OPTIONS, DESCRIBE, PLAY, PAUSE, SETUP, TEARDOWN, SET_PARAMETER, GET_PARAMETER
Which version are you using?
1.10.0
Which operating system are you using?
Windows amd64 standard
Describe how to replicate the issue
While I admit to not knowing WTH I am doing, I started playing with the APIs listed at https://bluenviron.github.io/mediamtx/ in hopes of cobbling together a way to monitor the server and such.
Going through the list of APIs that just give me a simple list first was fine. Until I got to "http://localhost:9997/v3/recordings/list"
Once I entered that URL, my web browser immediately gave me a ERR_CONNECTION_RESET message and all my streams stopped and had to reconnect.
I have a bunch of different test streams at the moment. Some WebRTC pushed from OBS local and external, and a local security cam I am pulling RTSP streams from.
If you look at the log right at 13:39:46, you will see the request go to http://localhost:997/v3/recordings/list
And then right after I get the "configuration loaded from" like the server just started.
I do have MediaMTX running on a Windows 2016 server, as a service under LocalSystem. The service automatically restarts. So that might be why it immediately starts again. I have not tried running it manually to see if it will just exit.
Server logs
2024/12/12 13:39:44 INF reloading configuration (file changed)
2024/12/12 13:39:44 INF [WebRTC] listener is closing
2024/12/12 13:39:44 INF [path LiveApp/Stream1] [recorder] recording stopped
2024/12/12 13:39:44 INF [WebRTC] [session 8a5ee767] closed: terminated
2024/12/12 13:39:44 INF [path LiveApp/Stream2] [recorder] recording stopped
2024/12/12 13:39:44 INF [WebRTC] [session fbfba7f2] closed: terminated
2024/12/12 13:39:44 INF [WebRTC] [session 0ebabde5] closed: terminated
2024/12/12 13:39:44 INF [WebRTC] [session d24e2bf5] closed: terminated
2024/12/12 13:39:44 INF [WebRTC] [session be5d6037] closed: terminated
2024/12/12 13:39:44 INF [RTMP] listener is closing
2024/12/12 13:39:44 INF [RTSP] listener is closing
2024/12/12 13:39:44 INF [path LiveApp/Stream4] [RTSP source] stopped: path is closing
2024/12/12 13:39:44 DEB [path Stream7] created
2024/12/12 13:39:44 DEB [path LiveApp/Stream2] created
2024/12/12 13:39:44 DEB [path LiveApp/Stream3] created
2024/12/12 13:39:44 DEB [path LiveApp/Stream1] created
2024/12/12 13:39:44 DEB [path LiveApp/Stream4] created
2024/12/12 13:39:44 INF [path LiveApp/Stream4] [RTSP source] started
2024/12/12 13:39:44 DEB [path LiveApp/Stream5] created
2024/12/12 13:39:44 DEB [path LiveApp/Stream4] [RTSP source] connecting
2024/12/12 13:39:44 DEB [path LiveApp/Stream6] created
2024/12/12 13:39:44 DEB path manager created
2024/12/12 13:39:44 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP)
2024/12/12 13:39:44 INF [RTMP] listener opened on :1935
2024/12/12 13:39:44 INF [WebRTC] listener opened on :8889 (HTTP), :8189 (ICE/UDP)
2024/12/12 13:39:44 INF [API] listener opened on :9997
2024/12/12 13:39:44 DEB [path LiveApp/Stream4] [RTSP source] [c->s] OPTIONS rtsp://192.168.x.y/Streaming/channels/1 RTSP/1.0
CSeq: 1
User-Agent: gortsplib
2024/12/12 13:39:44 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 1
Date: Thu, Dec 12 2024 13:39:43 GMT
Public: OPTIONS, DESCRIBE, PLAY, PAUSE, SETUP, TEARDOWN, SET_PARAMETER, GET_PARAMETER
2024/12/12 13:39:44 DEB [path LiveApp/Stream4] [RTSP source] [c->s] DESCRIBE rtsp://192.168.x.y/Streaming/channels/1 RTSP/1.0
Accept: application/sdp
CSeq: 2
User-Agent: gortsplib
2024/12/12 13:39:44 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 2
Content-Base: rtsp://192.168.x.y/Streaming/channels/1/
Content-Length: 569
Content-Type: application/sdp
v=0
o=- 1734010783465207 1734010783465207 IN IP6 ::
s=Media Presentation
e=NONE
b=AS:5050
t=0 0
a=control:rtsp://192.168.x.y/Streaming/channels/1/
m=video 0 RTP/AVP 96
c=IN IP6 ::
b=AS:5000
a=recvonly
a=x-dimensions:1280,720
a=control:rtsp://192.168.x.y/Streaming/channels/1/trackID=1
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=420029; packetization-mode=1; sprop-parameter-sets=Z00AH5WoFAFuhAAAF3AABX5AEA==,aO48gA==
a=Media_header:MEDIAINFO=494D4B48010100000400010000000000000000000000000000000000000000000000000000000000;
a=appversion:1.0
2024/12/12 13:39:44 DEB [path LiveApp/Stream4] [RTSP source] [c->s] SETUP rtsp://192.168.x.y/Streaming/channels/1/trackID=1 RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=65108-65109
User-Agent: gortsplib
2024/12/12 13:39:44 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 3
Date: Thu, Dec 12 2024 13:39:43 GMT
Session: 1145318861;timeout=60
Transport: RTP/AVP;unicast;client_port=65108-65109;server_port=8252-8253;ssrc=4380868b;mode="play"
2024/12/12 13:39:44 INF [path LiveApp/Stream4] [RTSP source] ready: 1 track (H264)
2024/12/12 13:39:44 DEB [path LiveApp/Stream4] [RTSP source] [c->s] PLAY rtsp://192.168.x.y/Streaming/channels/1/ RTSP/1.0
CSeq: 4
Range: npt=0-
Session: 1145318861
User-Agent: gortsplib
2024/12/12 13:39:44 DEB [WebRTC] [conn 192.168.a.b:57168] [c->s] DELETE /LiveApp/Stream8/whip/ae221d71-4abf-48c2-8db1-70d6a13b049f HTTP/1.1
Host: stream.myservername.net:8889
Accept: /
User-Agent: Mozilla/5.0 (OBS-Studio/31.0.0; Windows x86_64; en-US)
2024/12/12 13:39:44 DEB [WebRTC] [conn 192.168.a.b:57168] [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 29 bytes)
2024/12/12 13:39:44 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 4
Date: Thu, Dec 12 2024 13:39:43 GMT
RTP-Info: url=rtsp://192.168.x.y/Streaming/channels/1/trackID=1;seq=9560;rtptime=1413907352
Session: 1145318861
2024/12/12 13:39:44 DEB [WebRTC] [conn 76.114.c.d:49321] [c->s] DELETE /LiveApp/Stream1/whip/0bb4ad32-1af5-4af2-ac08-3b037162e340 HTTP/1.1
Host: stream.myservername.net:8889
Accept: /
User-Agent: Mozilla/5.0 (OBS-Studio/31.0.0; Windows x86_64; en-US)
2024/12/12 13:39:44 DEB [WebRTC] [conn 76.114.c.d:49321] [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 29 bytes)
2024/12/12 13:39:44 DEB [WebRTC] [conn 35.150.e.f:9474] [c->s] DELETE /LiveApp/Stream2/whip/13c23e9e-5843-46e4-8cb3-eaed7a2e254f HTTP/1.1
Host: stream.myservername.net:8889
Accept: /
User-Agent: Mozilla/5.0 (OBS-Studio/31.0.0; Windows x86_64; en-US)
2024/12/12 13:39:44 DEB [WebRTC] [conn 35.150.e.f:9474] [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 29 bytes)
2024/12/12 13:39:46 DEB [API] [conn [::1]:54441] [c->s] GET /v3/recordings/list HTTP/1.1
Host: localhost:9997
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
Accept-Encoding: gzip, deflate, br, zstd
Accept-Language: en-US,en;q=0.9
Cache-Control: max-age=0
Connection: keep-alive
Sec-Ch-Ua: "Microsoft Edge";v="131", "Chromium";v="131", "Not_A Brand";v="24"
Sec-Ch-Ua-Mobile: ?0
Sec-Ch-Ua-Platform: "Windows"
Sec-Fetch-Dest: document
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: none
Sec-Fetch-User: ?1
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
2024/12/12 13:39:46 INF MediaMTX v1.10.0
2024/12/12 13:39:46 INF configuration loaded from D:\MediaMTX\mediamtx.yml
2024/12/12 13:39:46 DEB [path LiveApp/Stream6] created
2024/12/12 13:39:46 DEB [path Stream7] created
2024/12/12 13:39:46 DEB [path LiveApp/Stream2] created
2024/12/12 13:39:46 DEB [path LiveApp/Stream3] created
2024/12/12 13:39:46 DEB [path LiveApp/Stream1] created
2024/12/12 13:39:46 DEB [path LiveApp/Stream4] created
2024/12/12 13:39:46 DEB [path LiveApp/Stream5] created
2024/12/12 13:39:46 DEB path manager created
2024/12/12 13:39:46 INF [path LiveApp/Stream4] [RTSP source] started
2024/12/12 13:39:46 DEB [path LiveApp/Stream4] [RTSP source] connecting
2024/12/12 13:39:46 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP)
2024/12/12 13:39:46 INF [RTMP] listener opened on :1935
2024/12/12 13:39:46 DEB [path LiveApp/Stream4] [RTSP source] [c->s] OPTIONS rtsp://192.168.x.y/Streaming/channels/1 RTSP/1.0
CSeq: 1
User-Agent: gortsplib
2024/12/12 13:39:46 INF [WebRTC] listener opened on :8889 (HTTP), :8189 (ICE/UDP)
2024/12/12 13:39:46 INF [API] listener opened on :9997
2024/12/12 13:39:46 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 1
Date: Thu, Dec 12 2024 13:39:45 GMT
Public: OPTIONS, DESCRIBE, PLAY, PAUSE, SETUP, TEARDOWN, SET_PARAMETER, GET_PARAMETER
2024/12/12 13:39:46 DEB [path LiveApp/Stream4] [RTSP source] [c->s] DESCRIBE rtsp://192.168.x.y/Streaming/channels/1 RTSP/1.0
Accept: application/sdp
CSeq: 2
User-Agent: gortsplib
2024/12/12 13:39:46 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 2
Content-Base: rtsp://192.168.x.y/Streaming/channels/1/
Content-Length: 569
Content-Type: application/sdp
v=0
o=- 1734010785458833 1734010785458833 IN IP6 ::
s=Media Presentation
e=NONE
b=AS:5050
t=0 0
a=control:rtsp://192.168.x.y/Streaming/channels/1/
m=video 0 RTP/AVP 96
c=IN IP6 ::
b=AS:5000
a=recvonly
a=x-dimensions:1280,720
a=control:rtsp://192.168.x.y/Streaming/channels/1/trackID=1
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=420029; packetization-mode=1; sprop-parameter-sets=Z00AH5WoFAFuhAAAF3AABX5AEA==,aO48gA==
a=Media_header:MEDIAINFO=494D4B48010100000400010000000000000000000000000000000000000000000000000000000000;
a=appversion:1.0
2024/12/12 13:39:46 DEB [path LiveApp/Stream4] [RTSP source] [c->s] SETUP rtsp://192.168.x.y/Streaming/channels/1/trackID=1 RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=29956-29957
User-Agent: gortsplib
2024/12/12 13:39:46 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 3
Date: Thu, Dec 12 2024 13:39:45 GMT
Session: 354200236;timeout=60
Transport: RTP/AVP;unicast;client_port=29956-29957;server_port=8254-8255;ssrc=387a7e8f;mode="play"
2024/12/12 13:39:46 INF [path LiveApp/Stream4] [RTSP source] ready: 1 track (H264)
2024/12/12 13:39:46 DEB [path LiveApp/Stream4] [RTSP source] [c->s] PLAY rtsp://192.168.x.y/Streaming/channels/1/ RTSP/1.0
CSeq: 4
Range: npt=0-
Session: 354200236
User-Agent: gortsplib
2024/12/12 13:39:46 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 4
Date: Thu, Dec 12 2024 13:39:45 GMT
RTP-Info: url=rtsp://192.168.x.y/Streaming/channels/1/trackID=1;seq=9566;rtptime=1414087712
Session: 354200236
2024/12/12 13:39:46 DEB [WebRTC] [conn 35.150.e.f:9475] [c->s] POST /LiveApp/Stream2/whip HTTP/1.1
Host: stream.myservername.net:8889
Accept: /
Content-Length: 1090
Content-Type: application/sdp
User-Agent: Mozilla/5.0 (OBS-Studio/31.0.0; Windows x86_64; en-US)
v=0
o=rtc 1050899693 0 IN IP4 127.0.0.1
s=-
t=0 0
a=group:BUNDLE 0 1
a=group:LS 0 1
a=msid-semantic:WMS *
a=setup:actpass
a=ice-ufrag:gnKR
a=ice-pwd:CIzIv0/Gi0mJSCtGmNcFIf
a=ice-options:ice2,trickle
a=fingerprint:sha-256 DA:B7:5E:AF:39:AD:89:F9:9C:B0:ED:F8:ED:35:7E:A5:AD:6F:77:6E:8A:D2:0F:C3:6C:08:85:26:8A:5B:C8:48
m=audio 9 UDP/TLS/RTP/SAVPF 111
c=IN IP4 0.0.0.0
a=mid:0
a=sendonly
a=ssrc:3438304645 cname:rQcWaxPvcgYTistQ
a=ssrc:3438304645 msid:fAB8s1VfJrRwiz2r fAB8s1VfJrRwiz2r-audio
a=msid:fAB8s1VfJrRwiz2r fAB8s1VfJrRwiz2r-audio
a=rtcp-mux
a=rtpmap:111 opus/48000/2
a=fmtp:111 minptime=10;maxaveragebitrate=96000;stereo=1;sprop-stereo=1;useinbandfec=1
m=video 9 UDP/TLS/RTP/SAVPF 96
c=IN IP4 0.0.0.0
a=mid:1
a=sendonly
a=ssrc:3438304646 cname:rQcWaxPvcgYTistQ
a=ssrc:3438304646 msid:fAB8s1VfJrRwiz2r fAB8s1VfJrRwiz2r-video
a=msid:fAB8s1VfJrRwiz2r fAB8s1VfJrRwiz2r-video
a=rtcp-mux
a=rtpmap:96 H264/90000
a=rtcp-fb:96 nack
a=rtcp-fb:96 nack pli
a=rtcp-fb:96 goog-remb
a=fmtp:96 profile-level-id=42e01f;packetization-mode=1;level-asymmetry-allowed=1
2024/12/12 13:39:46 INF [WebRTC] [session d9a98794] created by 35.150.e.f:9475
2024/12/12 13:39:46 DEB [WebRTC] [session d9a98794] peer connection state: connecting
2024/12/12 13:39:46 DEB [WebRTC] [conn 35.150.e.f:9475] [s->c] HTTP/1.1 201 Created
Accept-Patch: application/trickle-ice-sdpfrag
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: ETag, ID, Accept-Patch, Link, Location
Content-Type: application/sdp
Etag: *
Id: d9a98794-a0e0-4f72-aa89-fe18de2c5252
Location: /LiveApp/Stream2/whip/d58e89f2-5197-4072-afb2-f27db0617245
Server: mediamtx
(body of 1335 bytes)
2024/12/12 13:39:46 DEB [WebRTC] [conn 192.168.a.b:57171] [c->s] POST /LiveApp/Stream8/whip HTTP/1.1
Host: stream.myservername.net:8889
Accept: /
Content-Length: 1090
Content-Type: application/sdp
User-Agent: Mozilla/5.0 (OBS-Studio/31.0.0; Windows x86_64; en-US)
v=0
o=rtc 3987169185 0 IN IP4 127.0.0.1
s=-
t=0 0
a=group:BUNDLE 0 1
a=group:LS 0 1
a=msid-semantic:WMS *
a=setup:actpass
a=ice-ufrag:6x8L
a=ice-pwd:PS0rlFmCnLUlIQme6HvDaN
a=ice-options:ice2,trickle
a=fingerprint:sha-256 6B:71:69:8F:C5:C6:17:B8:34:45:20:76:2B:E6:5F:02:97:E2:71:8F:62:13:AB:12:8D:E5:F9:F9:BA:8A:93:4F
m=audio 9 UDP/TLS/RTP/SAVPF 111
c=IN IP4 0.0.0.0
a=mid:0
a=sendonly
a=ssrc:3948342768 cname:rQcWaxPvcgYTistQ
a=ssrc:3948342768 msid:fAB8s1VfJrRwiz2r fAB8s1VfJrRwiz2r-audio
a=msid:fAB8s1VfJrRwiz2r fAB8s1VfJrRwiz2r-audio
a=rtcp-mux
a=rtpmap:111 opus/48000/2
a=fmtp:111 minptime=10;maxaveragebitrate=96000;stereo=1;sprop-stereo=1;useinbandfec=1
m=video 9 UDP/TLS/RTP/SAVPF 96
c=IN IP4 0.0.0.0
a=mid:1
a=sendonly
a=ssrc:3948342769 cname:rQcWaxPvcgYTistQ
a=ssrc:3948342769 msid:fAB8s1VfJrRwiz2r fAB8s1VfJrRwiz2r-video
a=msid:fAB8s1VfJrRwiz2r fAB8s1VfJrRwiz2r-video
a=rtcp-mux
a=rtpmap:96 H264/90000
a=rtcp-fb:96 nack
a=rtcp-fb:96 nack pli
a=rtcp-fb:96 goog-remb
a=fmtp:96 profile-level-id=42e01f;packetization-mode=1;level-asymmetry-allowed=1
2024/12/12 13:39:46 INF [WebRTC] [session 603bec5d] created by 192.168.a.b:57171
2024/12/12 13:39:46 DEB [path LiveApp/Stream8] created
2024/12/12 13:39:46 DEB [WebRTC] [session 603bec5d] peer connection state: connecting
2024/12/12 13:39:46 DEB [WebRTC] [conn 192.168.a.b:57171] [s->c] HTTP/1.1 201 Created
Accept-Patch: application/trickle-ice-sdpfrag
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: ETag, ID, Accept-Patch, Link, Location
Content-Type: application/sdp
Etag: *
Id: 603bec5d-f870-433c-ad9d-327944245349
Location: /LiveApp/Stream8/whip/b76b6279-43cc-46f3-a88c-5fe1a167bee8
Server: mediamtx
(body of 1335 bytes)
2024/12/12 13:39:46 DEB [WebRTC] [session 603bec5d] peer connection state: connected
2024/12/12 13:39:46 INF [WebRTC] [session 603bec5d] peer connection established, local candidate: host/udp/10.10.f.g/8189, remote candidate: prflx/udp/192.168.a.b/49383
2024/12/12 13:39:46 INF [WebRTC] [session 603bec5d] is publishing to path 'LiveApp/Stream8', 2 tracks (Opus, H264)
2024/12/12 13:39:47 DEB [API] [conn [::1]:54446] [c->s] GET /v3/recordings/list HTTP/1.1
Host: localhost:9997
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
Accept-Encoding: gzip, deflate, br, zstd
Accept-Language: en-US,en;q=0.9
Cache-Control: max-age=0
Connection: keep-alive
Sec-Ch-Ua: "Microsoft Edge";v="131", "Chromium";v="131", "Not_A Brand";v="24"
Sec-Ch-Ua-Mobile: ?0
Sec-Ch-Ua-Platform: "Windows"
Sec-Fetch-Dest: document
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: none
Sec-Fetch-User: ?1
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
2024/12/12 13:39:49 INF MediaMTX v1.10.0
2024/12/12 13:39:49 INF configuration loaded from D:\MediaMTX\mediamtx.yml
2024/12/12 13:39:49 DEB [path LiveApp/Stream4] created
2024/12/12 13:39:49 DEB [path LiveApp/Stream5] created
2024/12/12 13:39:49 DEB [path LiveApp/Stream6] created
2024/12/12 13:39:49 DEB [path Stream7] created
2024/12/12 13:39:49 INF [path LiveApp/Stream4] [RTSP source] started
2024/12/12 13:39:49 DEB [path LiveApp/Stream2] created
2024/12/12 13:39:49 DEB [path LiveApp/Stream4] [RTSP source] connecting
2024/12/12 13:39:49 DEB [path LiveApp/Stream3] created
2024/12/12 13:39:49 DEB [path LiveApp/Stream1] created
2024/12/12 13:39:49 DEB path manager created
2024/12/12 13:39:49 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP)
2024/12/12 13:39:49 INF [RTMP] listener opened on :1935
2024/12/12 13:39:49 INF [WebRTC] listener opened on :8889 (HTTP), :8189 (ICE/UDP)
2024/12/12 13:39:49 INF [API] listener opened on :9997
2024/12/12 13:39:49 DEB [path LiveApp/Stream4] [RTSP source] [c->s] OPTIONS rtsp://192.168.x.y/Streaming/channels/1 RTSP/1.0
CSeq: 1
User-Agent: gortsplib
2024/12/12 13:39:50 DEB [WebRTC] [conn 76.114.c.d:49327] [c->s] POST /LiveApp/Stream1/whip HTTP/1.1
Host: stream.myservername.net:8889
Accept: /
Content-Length: 1089
Content-Type: application/sdp
User-Agent: Mozilla/5.0 (OBS-Studio/31.0.0; Windows x86_64; en-US)
v=0
o=rtc 405787651 0 IN IP4 127.0.0.1
s=-
t=0 0
a=group:BUNDLE 0 1
a=group:LS 0 1
a=msid-semantic:WMS *
a=setup:actpass
a=ice-ufrag:yHhl
a=ice-pwd:9UjFqwYkirI9BRD3oTgcVL
a=ice-options:ice2,trickle
a=fingerprint:sha-256 47:B2:FD:A6:25:54:D0:37:BF:39:01:48:38:C5:45:5E:D7:2B:56:DF:A2:7F:A3:88:6A:64:85:F6:35:EA:E7:E0
m=audio 9 UDP/TLS/RTP/SAVPF 111
c=IN IP4 0.0.0.0
a=mid:0
a=sendonly
a=ssrc:2268765495 cname:rQcWaxPvcgYTistQ
a=ssrc:2268765495 msid:fAB8s1VfJrRwiz2r fAB8s1VfJrRwiz2r-audio
a=msid:fAB8s1VfJrRwiz2r fAB8s1VfJrRwiz2r-audio
a=rtcp-mux
a=rtpmap:111 opus/48000/2
a=fmtp:111 minptime=10;maxaveragebitrate=96000;stereo=1;sprop-stereo=1;useinbandfec=1
m=video 9 UDP/TLS/RTP/SAVPF 96
c=IN IP4 0.0.0.0
a=mid:1
a=sendonly
a=ssrc:2268765496 cname:rQcWaxPvcgYTistQ
a=ssrc:2268765496 msid:fAB8s1VfJrRwiz2r fAB8s1VfJrRwiz2r-video
a=msid:fAB8s1VfJrRwiz2r fAB8s1VfJrRwiz2r-video
a=rtcp-mux
a=rtpmap:96 H264/90000
a=rtcp-fb:96 nack
a=rtcp-fb:96 nack pli
a=rtcp-fb:96 goog-remb
a=fmtp:96 profile-level-id=42e01f;packetization-mode=1;level-asymmetry-allowed=1
2024/12/12 13:39:50 INF [WebRTC] [session 9f007f42] created by 76.114.c.d:49327
2024/12/12 13:39:50 DEB [WebRTC] [session 9f007f42] peer connection state: connecting
2024/12/12 13:39:50 DEB [WebRTC] [conn 76.114.c.d:49327] [s->c] HTTP/1.1 201 Created
Accept-Patch: application/trickle-ice-sdpfrag
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: ETag, ID, Accept-Patch, Link, Location
Content-Type: application/sdp
Etag: *
Id: 9f007f42-606e-46b0-96b1-a56f0a8bfcac
Location: /LiveApp/Stream1/whip/b2a1e641-b565-48f9-b283-9a6e1ab60b41
Server: mediamtx
(body of 1335 bytes)
2024/12/12 13:39:50 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 1
Date: Thu, Dec 12 2024 13:39:49 GMT
Public: OPTIONS, DESCRIBE, PLAY, PAUSE, SETUP, TEARDOWN, SET_PARAMETER, GET_PARAMETER
2024/12/12 13:39:50 DEB [path LiveApp/Stream4] [RTSP source] [c->s] DESCRIBE rtsp://192.168.x.y/Streaming/channels/1 RTSP/1.0
Accept: application/sdp
CSeq: 2
User-Agent: gortsplib
2024/12/12 13:39:50 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 2
Content-Base: rtsp://192.168.x.y/Streaming/channels/1/
Content-Length: 569
Content-Type: application/sdp
v=0
o=- 1734010789485373 1734010789485373 IN IP6 ::
s=Media Presentation
e=NONE
b=AS:5050
t=0 0
a=control:rtsp://192.168.x.y/Streaming/channels/1/
m=video 0 RTP/AVP 96
c=IN IP6 ::
b=AS:5000
a=recvonly
a=x-dimensions:1280,720
a=control:rtsp://192.168.x.y/Streaming/channels/1/trackID=1
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=420029; packetization-mode=1; sprop-parameter-sets=Z00AH5WoFAFuhAAAF3AABX5AEA==,aO48gA==
a=Media_header:MEDIAINFO=494D4B48010100000400010000000000000000000000000000000000000000000000000000000000;
a=appversion:1.0
2024/12/12 13:39:50 DEB [path LiveApp/Stream4] [RTSP source] [c->s] SETUP rtsp://192.168.x.y/Streaming/channels/1/trackID=1 RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=61486-61487
User-Agent: gortsplib
2024/12/12 13:39:50 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 3
Date: Thu, Dec 12 2024 13:39:49 GMT
Session: 602846714;timeout=60
Transport: RTP/AVP;unicast;client_port=61486-61487;server_port=8256-8257;ssrc=0ec2fd65;mode="play"
2024/12/12 13:39:50 INF [path LiveApp/Stream4] [RTSP source] ready: 1 track (H264)
2024/12/12 13:39:50 DEB [path LiveApp/Stream4] [RTSP source] [c->s] PLAY rtsp://192.168.x.y/Streaming/channels/1/ RTSP/1.0
CSeq: 4
Range: npt=0-
Session: 602846714
User-Agent: gortsplib
2024/12/12 13:39:50 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 4
Date: Thu, Dec 12 2024 13:39:49 GMT
RTP-Info: url=rtsp://192.168.x.y/Streaming/channels/1/trackID=1;seq=9572;rtptime=1414448342
Session: 602846714
2024/12/12 13:39:50 DEB [WebRTC] [conn 35.150.e.f:9477] [c->s] DELETE /LiveApp/Stream8/whep/d1938ec8-bb94-4459-b4c7-06b09d745b69 HTTP/2.0
Host: stream.myservername.net:8889
Accept: /
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Origin: https://stream.myservername.net:8889
Priority: u=1, i
Referer: https://stream.myservername.net:8889/LiveApp/Stream8/
Sec-Ch-Ua: "Microsoft Edge";v="131", "Chromium";v="131", "Not_A Brand";v="24"
Sec-Ch-Ua-Mobile: ?0
Sec-Ch-Ua-Platform: "Windows"
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
2024/12/12 13:39:50 DEB [WebRTC] [conn 35.150.e.f:9477] [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 29 bytes)
2024/12/12 13:39:52 DEB [WebRTC] [session 9f007f42] peer connection state: connected
2024/12/12 13:39:52 INF [WebRTC] [session 9f007f42] peer connection established, local candidate: host/udp/10.10.f.g/8189, remote candidate: prflx/udp/76.114.c.d/53593
2024/12/12 13:39:52 INF [path LiveApp/Stream1] [recorder] recording 2 tracks (H264, Opus)
2024/12/12 13:39:52 INF [WebRTC] [session 9f007f42] is publishing to path 'LiveApp/Stream1', 2 tracks (H264, Opus)
2024/12/12 13:39:52 DEB [API] [conn [::1]:54451] [c->s] GET /v3/recordings/list HTTP/1.1
Host: localhost:9997
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
Accept-Encoding: gzip, deflate, br, zstd
Accept-Language: en-US,en;q=0.9
Cache-Control: max-age=0
Connection: keep-alive
Sec-Ch-Ua: "Microsoft Edge";v="131", "Chromium";v="131", "Not_A Brand";v="24"
Sec-Ch-Ua-Mobile: ?0
Sec-Ch-Ua-Platform: "Windows"
Sec-Fetch-Dest: document
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: none
Sec-Fetch-User: ?1
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
2024/12/12 13:39:52 INF MediaMTX v1.10.0
2024/12/12 13:39:52 INF configuration loaded from D:\MediaMTX\mediamtx.yml
2024/12/12 13:39:52 DEB [path LiveApp/Stream5] created
2024/12/12 13:39:52 DEB [path LiveApp/Stream6] created
2024/12/12 13:39:52 DEB [path Stream7] created
2024/12/12 13:39:52 DEB [path LiveApp/Stream2] created
2024/12/12 13:39:52 DEB [path LiveApp/Stream3] created
2024/12/12 13:39:52 DEB [path LiveApp/Stream1] created
2024/12/12 13:39:52 DEB [path LiveApp/Stream4] created
2024/12/12 13:39:52 DEB path manager created
2024/12/12 13:39:52 INF [path LiveApp/Stream4] [RTSP source] started
2024/12/12 13:39:52 DEB [path LiveApp/Stream4] [RTSP source] connecting
2024/12/12 13:39:52 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP)
2024/12/12 13:39:52 INF [RTMP] listener opened on :1935
2024/12/12 13:39:52 DEB [path LiveApp/Stream4] [RTSP source] [c->s] OPTIONS rtsp://192.168.x.y/Streaming/channels/1 RTSP/1.0
CSeq: 1
User-Agent: gortsplib
2024/12/12 13:39:52 INF [WebRTC] listener opened on :8889 (HTTP), :8189 (ICE/UDP)
2024/12/12 13:39:52 INF [API] listener opened on :9997
2024/12/12 13:39:52 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 1
Date: Thu, Dec 12 2024 13:39:51 GMT
Public: OPTIONS, DESCRIBE, PLAY, PAUSE, SETUP, TEARDOWN, SET_PARAMETER, GET_PARAMETER
2024/12/12 13:39:52 DEB [path LiveApp/Stream4] [RTSP source] [c->s] DESCRIBE rtsp://192.168.x.y/Streaming/channels/1 RTSP/1.0
Accept: application/sdp
CSeq: 2
User-Agent: gortsplib
2024/12/12 13:39:52 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 2
Content-Base: rtsp://192.168.x.y/Streaming/channels/1/
Content-Length: 569
Content-Type: application/sdp
v=0
o=- 1734010791754214 1734010791754214 IN IP6 ::
s=Media Presentation
e=NONE
b=AS:5050
t=0 0
a=control:rtsp://192.168.x.y/Streaming/channels/1/
m=video 0 RTP/AVP 96
c=IN IP6 ::
b=AS:5000
a=recvonly
a=x-dimensions:1280,720
a=control:rtsp://192.168.x.y/Streaming/channels/1/trackID=1
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=420029; packetization-mode=1; sprop-parameter-sets=Z00AH5WoFAFuhAAAF3AABX5AEA==,aO48gA==
a=Media_header:MEDIAINFO=494D4B48010100000400010000000000000000000000000000000000000000000000000000000000;
a=appversion:1.0
2024/12/12 13:39:52 DEB [path LiveApp/Stream4] [RTSP source] [c->s] SETUP rtsp://192.168.x.y/Streaming/channels/1/trackID=1 RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=59486-59487
User-Agent: gortsplib
2024/12/12 13:39:52 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 3
Date: Thu, Dec 12 2024 13:39:51 GMT
Session: 583942357;timeout=60
Transport: RTP/AVP;unicast;client_port=59486-59487;server_port=8258-8259;ssrc=2881ba7a;mode="play"
2024/12/12 13:39:52 INF [path LiveApp/Stream4] [RTSP source] ready: 1 track (H264)
2024/12/12 13:39:52 DEB [path LiveApp/Stream4] [RTSP source] [c->s] PLAY rtsp://192.168.x.y/Streaming/channels/1/ RTSP/1.0
CSeq: 4
Range: npt=0-
Session: 583942357
User-Agent: gortsplib
2024/12/12 13:39:52 DEB [path LiveApp/Stream4] [RTSP source] [s->c] RTSP/1.0 200 OK
CSeq: 4
Date: Thu, Dec 12 2024 13:39:51 GMT
RTP-Info: url=rtsp://192.168.x.y/Streaming/channels/1/trackID=1;seq=9581;rtptime=1414655702
Session: 583942357
Network dump
No response
The text was updated successfully, but these errors were encountered: