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

TPLink Camera RTSP Proxy Error #1267

Closed
1 of 13 tasks
uioch opened this issue Dec 2, 2022 · 3 comments
Closed
1 of 13 tasks

TPLink Camera RTSP Proxy Error #1267

uioch opened this issue Dec 2, 2022 · 3 comments
Labels
bug Something isn't working rtsp

Comments

@uioch
Copy link

uioch commented Dec 2, 2022

TPLink camera like TL-IPC44AN RTSP Proxy Failed.

Which version are you using?

v0.20.2

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

configuration:

s53:
source: rtsp://admin:@192.168.1.5:554/stream1
sourceOnDemand: no

but rtsp://localhost:8554/p1 can't be opened

Describe how to replicate the issue

  1. start the server
  2. publish with the configuration
  3. open rtsp://localhost:8554 with vlc

Did you attach the server logs?

yes

2022/12/01 20:11:13 DEB [path s53] [rtsp source] s->c RTSP/1.0 200 OK
CSeq: 2
Content-Base: rtsp://192.168.1.5:554/stream1/
Content-Length: 486
Content-Type: application/sdp
Date: Wed, Jan 05 2022 07:22:43 GMT

v=0
o=- 14665860 31787219 1 IN IP4 192.168.1.5
s=Session streamed by "TP-LINK RTSP Server"
t=0 0
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:4096
a=range:npt=0-
a=control:track1
a=rtpmap:96 H264/90000

m=audio 0 RTP/AVP 8
a=rtpmap:8 PCMA/8000
a=control:track2
m=audio 0 RTP/AVP 8
a=rtpmap:8 PCMA/8000
a=control:track2
m=application/TP-LINK 0 RTP/AVP smart/1/90000
a=rtpmap:95 TP-LINK/90000
a=control:track3

2022/12/01 20:11:13 INF [path s53] [rtsp source] ERR: unable to parse track 3: s
trconv.ParseInt: parsing "smart/1/90000": invalid syntax

Did you attach a network dump?

no

@aler9
Copy link
Member

aler9 commented Jan 22, 2023

Thanks for reporting the issue, it is being fixed with bluenviron/gortsplib#174

aler9 added a commit to bluenviron/gortsplib that referenced this issue Jan 22, 2023
@aler9
Copy link
Member

aler9 commented Jan 26, 2023

added in v0.21.2

@aler9 aler9 closed this as completed Jan 26, 2023
@github-actions
Copy link
Contributor

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 Jul 31, 2023
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
Development

No branches or pull requests

2 participants