Skip to content

mjpeg stream error #546

Description

@Shtirlitsus

Hello! I have esp32-cam based camera with rtsp stream. it use https://github.com/rjsachse/ESP32-RTSPServer.git
vlc can pay video from it? but RTSPtoWeb can not. Here is debug:

[GIN-debug] Listening and serving HTTP on :8083
2025/11/06 19:53:07 [OPTIONS rtsp://10.10.10.100:554/ RTSP/1.0
CSeq: 1
User-Agent: Lavf58.76.100

]
2025/11/06 19:53:07 [OPTIONS rtsp://10.10.10.100:554/ RTSP/1.0
CSeq: 2
Authorization: Basic ***********************
User-Agent: Lavf58.76.100

]
2025/11/06 19:53:07 [RTSP/1.0 200 OK
CSeq: 2
Date: Thu, 06 Nov 2025 16:53:07 GMT
Public: OPTIONS, DESCRIBE, SETUP, PLAY, PAUSE, TEARDOWN

]
2025/11/06 19:53:07 [DESCRIBE rtsp://10.10.10.100:554/ RTSP/1.0
CSeq: 3
Accept: application/sdp
User-Agent: Lavf58.76.100
Authorization: Basic ***********************

]
2025/11/06 19:53:07 [RTSP/1.0 200 OK
CSeq: 3
Date: Thu, 06 Nov 2025 16:53:07 GMT
Content-Base: rtsp://10.10.10.100:554/
Content-Type: application/sdp
Content-Length: 190

v=0
o=- 1006724295 1 IN IP4 10.10.10.100
s=
c=IN IP4 0.0.0.0
t=0 0
a=control:*
m=video 0 RTP/AVP 26
a=control:video
m=text 0 RTP/AVP 98
a=rtpmap:98 t140/1000
a=control:subtitles
]
2025/11/06 19:53:07 [SETUP rtsp://10.10.10.100:554/video RTSP/1.0
CSeq: 4
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
User-Agent: Lavf58.76.100
Authorization: Basic ***********************

]
2025/11/06 19:53:07 [RTSP/1.0 200 OK
CSeq: 4
Date: Thu, 06 Nov 2025 16:53:07 GMT
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
Session: 1006724295

]
2025/11/06 19:53:07 [SDP Video Codec Type Not Supported ]
2025/11/06 19:53:07 [PLAY rtsp://10.10.10.100:554/ RTSP/1.0
CSeq: 5
User-Agent: Lavf58.76.100
Authorization: Basic ***********************
Session: 1006724295

]
2025/11/06 19:53:07 [RTSP/1.0 200 OK
CSeq: 5
Date: Thu, 06 Nov 2025 16:53:07 GMT
Range: npt=0.000-
Session: 1006724295
RTP-Info: url=rtsp://127.0.0.1:554/

]
2025/11/06 19:53:07 [drop packet 139]
2025/11/06 19:53:07 [drop packet 42057]
2025/11/06 19:53:08 [drop packet 140]
2025/11/06 19:53:08 [drop packet 42157]
2025/11/06 19:53:09 [drop packet 141]
2025/11/06 19:53:09 [drop packet 42414]
2025/11/06 19:53:10 [drop packet 142]
2025/11/06 19:53:10 [drop packet 42705]
2025/11/06 19:53:11 [drop packet 143]
2025/11/06 19:53:11 [drop packet 42987]
2025/11/06 19:53:14 [drop packet 144]
2025/11/06 19:53:14 [drop packet 43258]
2025/11/06 19:53:15 [drop packet 145]
2025/11/06 19:53:15 [drop packet 43577]
2025/11/06 19:53:16 [drop packet 146]
2025/11/06 19:53:16 [drop packet 43867]
2025/11/06 19:53:17 [drop packet 147]
2025/11/06 19:53:17 [drop packet 44173]
2025/11/06 19:53:18 [drop packet 148]
2025/11/06 19:53:18 [drop packet 44485]
2025/11/06 19:53:19 [drop packet 149]
2025/11/06 19:53:19 [drop packet 44796]
2025/11/06 19:53:20 [drop packet 150]
2025/11/06 19:53:20 [drop packet 45066]
2025/11/06 19:53:21 [drop packet 151]
2025/11/06 19:53:21 [drop packet 45383]
2025/11/06 19:53:22 [drop packet 152]
2025/11/06 19:53:22 [drop packet 45669]
2025/11/06 19:53:23 [drop packet 153]
2025/11/06 19:53:23 [drop packet 45928]
2025/11/06 19:53:24 [drop packet 154]
2025/11/06 19:53:24 [drop packet 46225]
2025/11/06 19:53:25 [drop packet 155]
2025/11/06 19:53:25 [drop packet 46538]
2025/11/06 19:53:26 [TEARDOWN rtsp://10.10.10.100:554/ RTSP/1.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions