Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERR: sdp: invalid syntax `o=- 1 1 IN IPV4 10.10.10.10 #2128

Closed
1 of 13 tasks
curlydoggy opened this issue Jul 31, 2023 · 13 comments · Fixed by bluenviron/gortsplib#341
Closed
1 of 13 tasks

ERR: sdp: invalid syntax `o=- 1 1 IN IPV4 10.10.10.10 #2128

curlydoggy opened this issue Jul 31, 2023 · 13 comments · Fixed by bluenviron/gortsplib#341
Labels
bug Something isn't working rtsp

Comments

@curlydoggy
Copy link

curlydoggy commented Jul 31, 2023

Which version are you using?

v0.23.8

Which operating system are you using?

  • Linux amd64 standard
  • Linux amd64 Docker
  • Linux arm64 standard
  • Linux arm64 Docker
  • Linux arm7 standard
  • Linux arm7 Docker
  • Linux arm6 standard
  • Linux arm6 Docker
  • Windows amd64 standard
  • Windows amd64 Docker (WSL backend)
  • macOS amd64 standard
  • macOS amd64 Docker
  • Other (please describe)

Describe the issue

Each camera information is received from the video streaming server and RTSP images are transmitted. I'm using the video by requesting an RTSP video from the streaming server.

This is part of the YML file that is currently set.

image

Where 10.10.10.10 is the IP of the streaming server, where the URL parameter is changed to load the videos.

Mediamtx has the following error. I also attach the log that came out after changing the log level to debug.


2023/07/31 13:59:18 INF MediaMTX v0.23.8
2023/07/31 13:59:18 DEB [path test1] created
2023/07/31 13:59:18 DEB [path test2] created
2023/07/31 13:59:18 DEB [path test3] created
2023/07/31 13:59:18 DEB path manager created
2023/07/31 13:59:18 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP)
2023/07/31 13:59:18 INF [RTMP] listener opened on :1935
2023/07/31 13:59:18 INF [HLS] listener opened on :8888
2023/07/31 13:59:18 INF [WebRTC] listener opened on :8889 (HTTP)
2023/07/31 13:59:20 DEB [HLS] [conn 192.168.10.52:52745] GET /test1/index.m3u8
2023/07/31 13:59:20 DEB [HLS] [conn 192.168.10.52:52745] [c->s] GET /test1/index.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/07/31 13:59:20 INF [HLS] [muxer test1] created (requested by 192.168.10.52)
2023/07/31 13:59:20 INF [path test1] [rtsp source] started
2023/07/31 13:59:20 DEB [path test1] [rtsp source] connecting
2023/07/31 13:59:20 DEB [path test1] [rtsp source] c->s OPTIONS rtsp://10.10.10.10:5556/vurix/1413/0 RTSP/1.0
CSeq: 1
User-Agent: gortsplib

2023/07/31 13:59:20 DEB [HLS] [conn 192.168.10.52:52747] GET /test2/index.m3u8
2023/07/31 13:59:20 DEB [HLS] [conn 192.168.10.52:52747] [c->s] GET /test2/index.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/07/31 13:59:20 INF [HLS] [muxer test2] created (requested by 192.168.10.52)
2023/07/31 13:59:20 INF [path test2] [rtsp source] started
2023/07/31 13:59:20 DEB [path test2] [rtsp source] connecting
2023/07/31 13:59:20 DEB [path test2] [rtsp source] c->s OPTIONS rtsp://10.10.10.10:5556/vurix/1414/0 RTSP/1.0
CSeq: 1
User-Agent: gortsplib

2023/07/31 13:59:20 DEB [HLS] [conn 192.168.10.52:52749] GET /test3/index.m3u8
2023/07/31 13:59:20 DEB [HLS] [conn 192.168.10.52:52749] [c->s] GET /test3/index.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/07/31 13:59:20 INF [HLS] [muxer test3] created (requested by 192.168.10.52)
2023/07/31 13:59:20 INF [path test3] [rtsp source] started
2023/07/31 13:59:20 DEB [path test3] [rtsp source] connecting
2023/07/31 13:59:20 DEB [path test3] [rtsp source] c->s OPTIONS rtsp://10.10.10.10:5556/vurix/1415/0 RTSP/1.0
CSeq: 1
User-Agent: gortsplib

2023/07/31 13:59:20 DEB [path test2] [rtsp source] s->c RTSP/1.0 200 OK
CSeq: 1
Public: DESCRIBE, SETUP, TEARDOWN, PLAY

2023/07/31 13:59:20 DEB [path test2] [rtsp source] c->s DESCRIBE rtsp://10.10.10.10:5556/vurix/1414/0 RTSP/1.0
Accept: application/sdp
CSeq: 2
User-Agent: gortsplib

2023/07/31 13:59:20 DEB [path test1] [rtsp source] s->c RTSP/1.0 200 OK
CSeq: 1
Public: DESCRIBE, SETUP, TEARDOWN, PLAY

2023/07/31 13:59:20 DEB [path test1] [rtsp source] c->s DESCRIBE rtsp://10.10.10.10:5556/vurix/1413/0 RTSP/1.0
Accept: application/sdp
CSeq: 2
User-Agent: gortsplib

2023/07/31 13:59:20 DEB [path test3] [rtsp source] s->c RTSP/1.0 200 OK
CSeq: 1
Public: DESCRIBE, SETUP, TEARDOWN, PLAY

2023/07/31 13:59:20 DEB [path test3] [rtsp source] c->s DESCRIBE rtsp://10.10.10.10:5556/vurix/1415/0 RTSP/1.0
Accept: application/sdp
CSeq: 2
User-Agent: gortsplib

2023/07/31 13:59:20 DEB [path test1] [rtsp source] s->c RTSP/1.0 200 OK
CSeq: 2
Content-Base: rtsp://10.10.10.10:5556/vurix/1413/0
Content-Length: 380
Content-Type: application/sdp

v=0
o=- 1 1 IN IPV4 10.10.10.10
s=Media Presentation
c=IN IPV4 0.0.0.0
t=0 0
a=control:*
a=range:npt=now-
m=video 0 RTP/AVP 96
a=control:rtsp://10.10.10.10:5556/vurix/1413/0/video
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=64001F;sprop-parameter-sets=Z2QAKKwbGoB4AiflwFuAgICgAAB9AAATiB0MAEr4AAL68F3lxoYAJXwAAX14LvLhQA==,aO48MA==
a=recvonly

2023/07/31 13:59:20 INF [path test1] [rtsp source] ERR: sdp: invalid syntax o=- 1 1 IN IPV4 10.10.10.10
2023/07/31 13:59:20 DEB [path test2] [rtsp source] s->c RTSP/1.0 200 OK
CSeq: 2
Content-Base: rtsp://10.10.10.10:5556/vurix/1414/0
Content-Length: 380
Content-Type: application/sdp

v=0
o=- 1 1 IN IPV4 10.10.10.10
s=Media Presentation
c=IN IPV4 0.0.0.0
t=0 0
a=control:*
a=range:npt=now-
m=video 0 RTP/AVP 96
a=control:rtsp://10.10.10.10:5556/vurix/1414/0/video
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=64001F;sprop-parameter-sets=Z2QAKKwbGoB4AiflwFuAgICgAAB9AAATiB0MAEr4AAL68F3lxoYAJXwAAX14LvLhQA==,aO48MA==
a=recvonly

2023/07/31 13:59:20 INF [path test2] [rtsp source] ERR: sdp: invalid syntax o=- 1 1 IN IPV4 10.10.10.10
2023/07/31 13:59:20 DEB [path test3] [rtsp source] s->c RTSP/1.0 200 OK
CSeq: 2
Content-Base: rtsp://10.10.10.10:5556/vurix/1415/0
Content-Length: 380
Content-Type: application/sdp

v=0
o=- 1 1 IN IPV4 10.10.10.10
s=Media Presentation
c=IN IPV4 0.0.0.0
t=0 0
a=control:*
a=range:npt=now-
m=video 0 RTP/AVP 96
a=control:rtsp://10.10.10.10:5556/vurix/1415/0/video
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=64001F;sprop-parameter-sets=Z2QAKKwbGoB4AiflwFuAgICgAAB9AAATiB0MAEr4AAL68F3lxoYAJXwAAX14LvLhQA==,aO48MA==
a=recvonly

2023/07/31 13:59:20 INF [path test3] [rtsp source] ERR: sdp: invalid syntax o=- 1 1 IN IPV4 10.10.10.10


Currently, the video is coming out normally through VLC PLAYER. What should I do to solve this problem?

Describe how to replicate the issue

  1. start the server
  2. publish with ...
  3. read with ...

Did you attach the server logs?

yes / no

Did you attach a network dump?

yes / no

@aler9
Copy link
Member

aler9 commented Aug 1, 2023

Thanks for reporting the issue, this is fixed by bluenviron/gortsplib#341

@curlydoggy
Copy link
Author

curlydoggy commented Aug 1, 2023

@aler9
And I have another question. There are three IPs currently being applied, but we will change the parameters later and use them more.

May I know if only for the address of rtsp:///10.10.10.10:5556/vurix/1413/0 ~ 1415/0 has a bug fix applied or all ip range like rtsp://10.10.10.10:5556/vurix/[any number]/0?

@curlydoggy
Copy link
Author

curlydoggy commented Aug 1, 2023

Lastly, if the bug has been fixed for all cases, such as rtsp://10.10.10.10:5556/vurix/[any number]/0, may I ask when the Windows standalone binary file release with the error fixed will be distributed?

@aler9
Copy link
Member

aler9 commented Aug 1, 2023

If you have an urgency my advice is to build the server from source, by following instructions here:

https://github.com/bluenviron/mediamtx#compile-from-source

Before running go build ., also launch:

go get github.com/bluenviron/gortsplib/v3@main

this updates gortsplib in order to include the fix.

@aler9
Copy link
Member

aler9 commented Aug 1, 2023

That's one of the advantages of open source, that is that you don't have to wait anyone in order to get fixes, features or binaries, as long as you're willing to perform some additional steps by yourself.

@curlydoggy
Copy link
Author

curlydoggy commented Aug 2, 2023

@aler9
I understand how to build the source. However, after applying the modified gortsplib and building, I get the build error as below, can I know what the problem is?

image

@aler9
Copy link
Member

aler9 commented Aug 2, 2023

i've updated the library, now you can compile without any issue.

@curlydoggy
Copy link
Author

@aler9
The compilation worked fine. Thank you. However, it has been confirmed that the video comes out well after running the newly compiled mediamtx, but it seems that the video continues to be disconnected with the message below. May I know what the problem is?

INF [HLS] [muxer test2] destroyed (muxer error: unable to extract DTS: DTS is not monotonically increasing, was 18.695555555s, now is 18.695555555s)

--WHOLE LOG--
2023/08/02 19:09:23 INF [HLS] [muxer test2] created (requested by 192.168.10.52)
2023/08/02 19:09:23 INF [HLS] [muxer test2] is converting into HLS, 1 track (H264)
2023/08/02 19:09:26 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 854 bytes)
2023/08/02 19:09:26 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/gap.mp4
2023/08/02 19:09:26 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/gap.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:26 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 404 Not Found
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Server: mediamtx

2023/08/02 19:09:27 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:27 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:27 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 1005 bytes)
2023/08/02 19:09:27 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/gap.mp4
2023/08/02 19:09:27 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/gap.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:27 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 404 Not Found
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Server: mediamtx

2023/08/02 19:09:28 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:28 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:28 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 1188 bytes)
2023/08/02 19:09:28 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/gap.mp4
2023/08/02 19:09:28 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/gap.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:28 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 404 Not Found
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Server: mediamtx

2023/08/02 19:09:29 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:29 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:29 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 1342 bytes)
2023/08/02 19:09:29 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/gap.mp4
2023/08/02 19:09:29 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/gap.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:29 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 404 Not Found
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Server: mediamtx

2023/08/02 19:09:30 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:30 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:30 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 1184 bytes)
2023/08/02 19:09:30 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/seg7.mp4
2023/08/02 19:09:30 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/seg7.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:30 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: video/mp4
Server: mediamtx

(body of 522276 bytes)
2023/08/02 19:09:30 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/gap.mp4
2023/08/02 19:09:30 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/gap.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:30 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 404 Not Found
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Server: mediamtx

2023/08/02 19:09:31 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:31 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:31 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 1338 bytes)
2023/08/02 19:09:31 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/gap.mp4
2023/08/02 19:09:31 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/gap.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:31 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 404 Not Found
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Server: mediamtx

2023/08/02 19:09:32 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:32 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:32 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 1179 bytes)
2023/08/02 19:09:32 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/gap.mp4
2023/08/02 19:09:32 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/gap.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:32 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 404 Not Found
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Server: mediamtx

2023/08/02 19:09:33 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:33 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:33 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 1333 bytes)
2023/08/02 19:09:33 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/gap.mp4
2023/08/02 19:09:33 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/gap.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:33 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 404 Not Found
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Server: mediamtx

2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 1232 bytes)
2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/seg8.mp4
2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/seg8.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: video/mp4
Server: mediamtx

(body of 528280 bytes)
2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/seg9.mp4
2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/seg9.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: video/mp4
Server: mediamtx

(body of 550708 bytes)
2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/seg10.mp4
2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/seg10.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: video/mp4
Server: mediamtx

(body of 492702 bytes)
2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/seg11.mp4
2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/seg11.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:34 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: video/mp4
Server: mediamtx

(body of 534963 bytes)
2023/08/02 19:09:36 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:36 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:36 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 1161 bytes)
2023/08/02 19:09:36 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/seg12.mp4
2023/08/02 19:09:36 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/seg12.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:36 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: video/mp4
Server: mediamtx

(body of 513937 bytes)
2023/08/02 19:09:38 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:38 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:38 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 1214 bytes)
2023/08/02 19:09:38 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/seg13.mp4
2023/08/02 19:09:38 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/seg13.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:38 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: video/mp4
Server: mediamtx

(body of 503360 bytes)
2023/08/02 19:09:40 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:40 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:40 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 1215 bytes)
2023/08/02 19:09:40 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/seg14.mp4
2023/08/02 19:09:40 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/seg14.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:40 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: video/mp4
Server: mediamtx

(body of 512070 bytes)
2023/08/02 19:09:42 INF [HLS] [muxer test2] destroyed (muxer error: unable to extract DTS: DTS is not monotonically increasing, was 18.695555555s, now is 18.695555555s)
2023/08/02 19:09:42 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:42 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:42 INF [HLS] [muxer test2] created (requested by 192.168.10.52)
2023/08/02 19:09:42 INF [HLS] [muxer test2] is converting into HLS, 1 track (H264)
2023/08/02 19:09:46 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 899 bytes)
2023/08/02 19:09:48 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:48 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:48 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 1280 bytes)
2023/08/02 19:09:50 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:50 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:50 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 1276 bytes)
2023/08/02 19:09:52 DEB [HLS] [conn 192.168.10.52:53552] GET /test2/stream.m3u8
2023/08/02 19:09:52 DEB [HLS] [conn 192.168.10.52:53552] [c->s] GET /test2/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:09:52 DEB [HLS] [conn 192.168.10.52:53552] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 1270 bytes)

@curlydoggy
Copy link
Author

The other video cannot be checked at all, and only the MUXER ERROR log is checked continuously.

--WHOLE LOG--
2023/08/02 19:12:29 INF MediaMTX v0.0.0
2023/08/02 19:12:29 DEB [path test2] created
2023/08/02 19:12:29 DEB [path test3] created
2023/08/02 19:12:29 DEB [path test1] created
2023/08/02 19:12:29 DEB path manager created
2023/08/02 19:12:29 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP)
2023/08/02 19:12:29 INF [RTMP] listener opened on :1935
2023/08/02 19:12:29 INF [HLS] listener opened on :8888
2023/08/02 19:12:29 INF [WebRTC] listener opened on :8889 (HTTP)
2023/08/02 19:12:29 INF [SRT] listener opened on :8890 (UDP)
2023/08/02 19:12:36 DEB [HLS] [conn 192.168.10.52:53564] GET /test1/index.m3u8
2023/08/02 19:12:36 DEB [HLS] [conn 192.168.10.52:53564] [c->s] GET /test1/index.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:12:36 INF [HLS] [muxer test1] created (requested by 192.168.10.52)
2023/08/02 19:12:36 INF [path test1] [rtsp source] started
2023/08/02 19:12:36 DEB [path test1] [rtsp source] connecting
2023/08/02 19:12:36 DEB [path test1] [rtsp source] c->s OPTIONS rtsp://10.10.10.10:5556/vurix/973/0 RTSP/1.0
CSeq: 1
User-Agent: gortsplib

2023/08/02 19:12:36 DEB [path test1] [rtsp source] s->c RTSP/1.0 200 OK
CSeq: 1
Public: DESCRIBE, SETUP, TEARDOWN, PLAY

2023/08/02 19:12:36 DEB [path test1] [rtsp source] c->s DESCRIBE rtsp://10.10.10.10:5556/vurix/973/0 RTSP/1.0
Accept: application/sdp
CSeq: 2
User-Agent: gortsplib

2023/08/02 19:12:36 DEB [path test1] [rtsp source] s->c RTSP/1.0 200 OK
CSeq: 2
Content-Base: rtsp://10.10.10.10:5556/vurix/973/0
Content-Length: 335
Content-Type: application/sdp

v=0
o=- 1 1 IN IPV4 10.10.10.10
s=Media Presentation
c=IN IPV4 0.0.0.0
t=0 0
a=control:*
a=range:npt=now-
m=video 0 RTP/AVP 96
a=control:rtsp://10.10.10.10:5556/vurix/973/0/video
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=64001F;sprop-parameter-sets=Z00AKp2oHgCJ+WbgICAgQA==,aO48gA==
a=recvonly

2023/08/02 19:12:36 DEB [path test1] [rtsp source] c->s SETUP rtsp://10.10.10.10:5556/vurix/973/0/video RTSP/1.0
CSeq: 3
Transport: RTP/AVP/TCP;unicast;interleaved=0-1;mode=play
User-Agent: gortsplib

2023/08/02 19:12:36 DEB [path test1] [rtsp source] s->c RTSP/1.0 200 OK
CSeq: 3
Session: FF6FA571;timeout=60
Transport: RTP/AVP/TCP;unicast;destination=172.5.21.151;source=10.10.10.10;interleaved=0-1

2023/08/02 19:12:36 INF [path test1] [rtsp source] ready: 1 track (H264)
2023/08/02 19:12:36 DEB [path test1] [rtsp source] c->s PLAY rtsp://10.10.10.10:5556/vurix/973/0 RTSP/1.0
CSeq: 4
Range: npt=0-
Session: FF6FA571
User-Agent: gortsplib

2023/08/02 19:12:36 INF [HLS] [muxer test1] is converting into HLS, 1 track (H264)
2023/08/02 19:12:36 DEB [path test1] [rtsp source] s->c RTSP/1.0 200 OK
CSeq: 4
RTP-Info: url=video;seq=0;rtptime=0
Range: npt=now-
Session: FF6FA571

2023/08/02 19:12:36 DEB [HLS] [conn 192.168.10.52:53564] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 158 bytes)
2023/08/02 19:12:36 INF [HLS] [muxer test1] destroyed (muxer error: unable to extract DTS: DTS is not monotonically increasing, was 133.333µs, now is 133.333µs)
2023/08/02 19:12:36 DEB [HLS] [conn 192.168.10.52:53564] GET /test1/stream.m3u8
2023/08/02 19:12:36 DEB [HLS] [conn 192.168.10.52:53564] [c->s] GET /test1/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:12:36 INF [HLS] [muxer test1] created (requested by 192.168.10.52)
2023/08/02 19:12:36 INF [HLS] [muxer test1] is converting into HLS, 1 track (H264)
2023/08/02 19:12:40 DEB [HLS] [conn 192.168.10.52:53564] [s->c] HTTP/1.1 500 Internal Server Error
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Server: mediamtx

2023/08/02 19:12:40 INF [HLS] [muxer test1] destroyed (muxer error: unable to extract DTS: DTS is not monotonically increasing, was 3.503966667s, now is 3.503966667s)
2023/08/02 19:12:45 DEB [HLS] [conn 192.168.10.52:53564] GET /test1/stream.m3u8
2023/08/02 19:12:45 DEB [HLS] [conn 192.168.10.52:53564] [c->s] GET /test1/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:12:45 INF [HLS] [muxer test1] created (requested by 192.168.10.52)
2023/08/02 19:12:45 INF [HLS] [muxer test1] is converting into HLS, 1 track (H264)
2023/08/02 19:12:48 DEB [HLS] [conn 192.168.10.52:53564] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/vnd.apple.mpegurl
Server: mediamtx

(body of 944 bytes)
2023/08/02 19:12:58 INF [HLS] [muxer test1] destroyed (muxer error: unable to extract DTS: DTS is not monotonically increasing, was 8.949866667s, now is 8.949866667s)
2023/08/02 19:12:58 DEB [HLS] [conn 192.168.10.52:53564] GET /test1/init.mp4
2023/08/02 19:12:58 DEB [HLS] [conn 192.168.10.52:53566] GET /test1/gap.mp4
2023/08/02 19:12:58 DEB [HLS] [conn 192.168.10.52:53566] [c->s] GET /test1/gap.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:12:58 DEB [HLS] [conn 192.168.10.52:53564] [c->s] GET /test1/init.mp4 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:12:58 INF [HLS] [muxer test1] created (requested by 192.168.10.52)
2023/08/02 19:12:58 INF [HLS] [muxer test1] is converting into HLS, 1 track (H264)
2023/08/02 19:12:58 DEB [HLS] [conn 192.168.10.52:53566] [s->c] HTTP/1.1 404 Not Found
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Server: mediamtx

2023/08/02 19:12:59 DEB [HLS] [conn 192.168.10.52:53564] [s->c] HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: video/mp4
Server: mediamtx

(body of 674 bytes)
2023/08/02 19:12:59 INF [HLS] [muxer test1] destroyed (muxer error: unable to extract DTS: DTS is not monotonically increasing, was 1.0697s, now is 1.0697s)
2023/08/02 19:13:00 DEB [HLS] [conn 192.168.10.52:53566] GET /test1/stream.m3u8
2023/08/02 19:13:00 DEB [HLS] [conn 192.168.10.52:53566] [c->s] GET /test1/stream.m3u8 HTTP/1.1
Host: 192.168.10.52:8888
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Origin: null
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

2023/08/02 19:13:00 INF [HLS] [muxer test1] created (requested by 192.168.10.52)
2023/08/02 19:13:00 INF [HLS] [muxer test1] is converting into HLS, 1 track (H264)

@aler9
Copy link
Member

aler9 commented Aug 2, 2023

That's issue #1002, provide a sample video in mp4 or MPEG-TS format in that other thread.

@curlydoggy
Copy link
Author

@aler9
Can I play a network stream through VLC PLAYER and post a video sample using VLC's recording function?

@aler9
Copy link
Member

aler9 commented Aug 2, 2023

Use the other thread as instructed to.

I don't know if VLC is suitable since the video doesn't have to be converted, the best way consists in using FFmpeg with the -c copy flag.

Copy link
Contributor

github-actions bot commented Feb 4, 2024

This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.

@github-actions github-actions bot locked and limited conversation to collaborators Feb 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working rtsp
Projects
None yet
2 participants