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

461 Unsupported Transport #56

Open
LedcomSA opened this issue Nov 3, 2022 · 1 comment
Open

461 Unsupported Transport #56

LedcomSA opened this issue Nov 3, 2022 · 1 comment

Comments

@LedcomSA
Copy link

LedcomSA commented Nov 3, 2022

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
Copy link
Author

LedcomSA commented Nov 4, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant