bluenviron / mediamtx

Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
MIT License
11.4k stars 1.45k forks source link

Invalid interleaved IDs, probably of trackID=0 #1761

Closed TeamKomet closed 1 year ago

TeamKomet commented 1 year ago

<## Which version are you using?

v0.22.2

Which operating system are you using?

Describe the issue

Streaming a MJPG Stream from a USB Camera with gestreamer to medimtx after conversion to h264. RTSP Client is Qognify VMS formerly CAYUGA VMS. Connection is made with TCP. Error code ist ERR : invalid interleaved IDs

Describe how to replicate the issue

Happens after every connection attempt with the above VMS. Connection is opened and closed every second with the described error message.

Works without problems with VLC, Tinycam etc.

Did you attach the server logs?

2023/05/04 08:55:26 INF [RTSP] [conn 10.4.149.26:58480] opened 2023/05/04 08:55:26 DEB [RTSP] [conn 10.4.149.26:58480] [c->s] OPTIONS rtsp://10.1.100.51:8554/mystream RTSP/1.0 Authorization: Basic Og== CSeq: 1 User-Agent: Java / Seetec

2023/05/04 08:55:26 DEB [RTSP] [conn 10.4.149.26:58480] [s->c] RTSP/1.0 200 OK CSeq: 1 Public: DESCRIBE, ANNOUNCE, SETUP, PLAY, RECORD, PAUSE, GET_PARAMETER, TEARDOWN Server: gortsplib

2023/05/04 08:55:26 DEB [RTSP] [conn 10.4.149.26:58480] [c->s] DESCRIBE rtsp://10.1.100.51:8554/mystream RTSP/1.0 Accept: application/sdp CSeq: 2 User-Agent: Java / Seetec

2023/05/04 08:55:26 DEB [RTSP] [conn 10.4.149.26:58480] [s->c] RTSP/1.0 200 OK CSeq: 2 Content-Base: rtsp://10.1.100.51:8554/mystream/ Content-Length: 271 Content-Type: application/sdp Server: gortsplib

v=0 o=- 0 0 IN IP4 127.0.0.1 s=Stream c=IN IP4 0.0.0.0 t=0 0 m=video 0 RTP/AVP 96 a=control:rtsp://10.1.100.51:8554/mystream/trackID=0 a=rtpmap:96 H264/90000 a=fmtp:96 packetization-mode=1; profile-level-id=424028; sprop-parameter-sets=Z0JAKKaAeAIn5UA=,aM44gA==

2023/05/04 08:55:26 DEB [RTSP] [conn 10.4.149.26:58480] [c->s] SETUP rtsp://10.1.100.51:8554/mystream/trackID=0 RTSP/1.0 CSeq: 3 Transport: RTP/AVP/TCP;unicast;interleaved=1-2 User-Agent: Java / Seetec

2023/05/04 08:55:26 INF [RTSP] [session 4d5a501a] created by 10.4.149.26:58480 2023/05/04 08:55:26 DEB [RTSP] [conn 10.4.149.26:58480] [s->c] RTSP/1.0 400 Bad Request CSeq: 3 Server: gortsplib

2023/05/04 08:55:26 INF [RTSP] [conn 10.4.149.26:58480] closed (invalid interleaved IDs) 2023/05/04 08:55:26 INF [RTSP] [session 4d5a501a] destroyed (not in use)

Did you attach a network dump?

no

github-actions[bot] commented 1 year ago

This issue is being automatically closed because it does not follow the issue template. Please reopen the issue and make sure to include all sections of the template.

github-actions[bot] commented 9 months ago

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.