deepch / RTSPtoWSMP4f

RTSP Stream to WebBrowser MSE over WebSocket based MP4f segments
240 stars 64 forks source link

461 Unsupported Transport #56

Open LedcomSA opened 1 year ago

LedcomSA commented 1 year ago

Hi, I have an issue with my encoder device (https://avonic.com/fr/produit/rec200/) who provide rtsp stream :

[GIN-debug] Listening and serving HTTP on :8083 2022/11/03 14:26:34 LIVE1 Stream Try Connect 2022/11/03 14:26:34 Server Start Awaiting Signal 2022/11/03 14:26:35 Camera send statusRTSP/1.0 461 Unsupported Transport 2022/11/03 14:26:36 LIVE1 Stream Try Connect 2022/11/03 14:26:37 Camera send statusRTSP/1.0 461 Unsupported Transport 2022/11/03 14:26:38 LIVE1 Stream Try Connect 2022/11/03 14:26:39 Camera send statusRTSP/1.0 461 Unsupported Transport But the stream work with vlc ... any Id how can I fix that ?

Thanks in advance

LedcomSA commented 1 year ago

2022/11/03 15:18:08 LIVE1 Stream Try Connect 2022/11/03 15:18:08 [OPTIONS rtsp://192.168.1.100:8554/live RTSP/1.0 CSeq: 1 User-Agent: Lavf58.76.100

] 2022/11/03 15:18:08 [RTSP/1.0 200 OK CSeq: 1 Date: Thu, Nov 03 2022 22:18:08 GMT Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER

] 2022/11/03 15:18:08 [DESCRIBE rtsp://192.168.1.100:8554/live RTSP/1.0 CSeq: 2 Accept: application/sdp User-Agent: Lavf58.76.100

] 2022/11/03 15:18:08 [RTSP/1.0 200 OK CSeq: 2 Date: Thu, Nov 03 2022 22:18:08 GMT Content-Base: rtsp://192.168.1.100:8554/live/ Content-Type: application/sdp Content-Length: 448

v=0 o=- 1667513878290267 1 IN IP4 192.168.1.100 s=Session streamed by "testOnDemandRTSPServer" i=live t=0 0 a=tool:LIVE555 Streaming Media v2019.11.22 a=type:broadcast a=control:* a=range:npt=0- a=x-qt-text-nam:Session streamed by "testOnDemandRTSPServer" a=x-qt-text-inf:live m=video 0 RTP/AVP 96 c=IN IP4 0.0.0.0 b=AS:2000 a=rtpmap:96 H264/90000 a=control:track1 m=audio 0 RTP/AVP 14 c=IN IP4 0.0.0.0 b=AS:96 a=control:track2 ] 2022/11/03 15:18:08 [SETUP rtsp://192.168.1.100:8554/live/track1 RTSP/1.0 CSeq: 3 Transport: RTP/AVP/TCP;unicast;interleaved=0-1 User-Agent: Lavf58.76.100

] 2022/11/03 15:18:09 Camera send statusRTSP/1.0 461 Unsupported Transport