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

tp-link ip cam errors #982

Closed
2 of 13 tasks
trytrytogo opened this issue Jun 9, 2022 · 3 comments
Closed
2 of 13 tasks

tp-link ip cam errors #982

trytrytogo opened this issue Jun 9, 2022 · 3 comments

Comments

@trytrytogo
Copy link

trytrytogo commented Jun 9, 2022

Which version are you using?

v0.19.1

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

i use rtsp-simple-server to proxy my tp-link cam rtsp url.

i can not ues rtsp-simple-server proxy url to open my ipcam rtsp wirh vlc.

Describe how to replicate the issue

  1. add a paths in rtsp-simple-server.yml,like this
    mypath:
    source: rtsp://admin:admin@123@222.222.222.222:5100/stream2
    sourceProtocol: tcp
  2. start server
  3. it's run
    [root@test ~]# systemctl status rtsp-simple-server
    ● rtsp-simple-server.service
    Loaded: loaded (/etc/systemd/system/rtsp-simple-server.service; enabled; vendor preset: disabled)
    Active: active (running) since Thu 2022-06-09 13:18:12 CST; 5min ago
    Main PID: 1057513 (rtsp-simple-ser)
    Tasks: 9 (limit: 11082)
    Memory: 10.6M
    CGroup: /system.slice/rtsp-simple-server.service
    └─1057513 /usr/local/bin/rtsp-simple-server /usr/local/etc/rtsp-simple-server.yml

Jun 09 13:23:57 test rtsp-simple-server[1057513]: a=control:track1
Jun 09 13:23:57 test rtsp-simple-server[1057513]: a=rtpmap:96 H264/90000
Jun 09 13:23:57 test rtsp-simple-server[1057513]: a=fmtp:96 packetization-mode=1; profile-level-id=4D401E; sprop-parameter-sets=Z01AHqaAoD2myAAAAwAIAAADAPQg,aO48gA==
Jun 09 13:23:57 test rtsp-simple-server[1057513]: m=audio 0 RTP/AVP 8
Jun 09 13:23:57 test rtsp-simple-server[1057513]: a=rtpmap:8 PCMA/8000
Jun 09 13:23:57 test rtsp-simple-server[1057513]: a=control:track2
Jun 09 13:23:57 test rtsp-simple-server[1057513]: m=application/tp-link 0 RTP/AVP smart/0/25000
Jun 09 13:23:57 test rtsp-simple-server[1057513]: a=rtpmap:95 tp-link/25000
Jun 09 13:23:57 test rtsp-simple-server[1057513]: a=control:track3
Jun 09 13:23:57 test rtsp-simple-server[1057513]: 2022/06/09 13:23:57 INF [path mypath] [rtsp source] ERR: sdp: invalid value application/tp-link (m=application/tp-link 0 RTP/AVP smart/0/2

Did you attach the server logs?

[root@test ~]# systemctl status rtsp-simple-server
● rtsp-simple-server.service
Loaded: loaded (/etc/systemd/system/rtsp-simple-server.service; enabled; vendor preset: disabled)
Active: active (running) since Thu 2022-06-09 13:18:12 CST; 5min ago
Main PID: 1057513 (rtsp-simple-ser)
Tasks: 9 (limit: 11082)
Memory: 10.6M
CGroup: /system.slice/rtsp-simple-server.service
└─1057513 /usr/local/bin/rtsp-simple-server /usr/local/etc/rtsp-simple-server.yml

Jun 09 13:23:57 test rtsp-simple-server[1057513]: a=control:track1
Jun 09 13:23:57 test rtsp-simple-server[1057513]: a=rtpmap:96 H264/90000
Jun 09 13:23:57 test rtsp-simple-server[1057513]: a=fmtp:96 packetization-mode=1; profile-level-id=4D401E; sprop-parameter-sets=Z01AHqaAoD2mXXXXXXXIAAADAPQg,aO48gA==
Jun 09 13:23:57 test rtsp-simple-server[1057513]: m=audio 0 RTP/AVP 8
Jun 09 13:23:57 test rtsp-simple-server[1057513]: a=rtpmap:8 PCMA/8000
Jun 09 13:23:57 test rtsp-simple-server[1057513]: a=control:track2
Jun 09 13:23:57 test rtsp-simple-server[1057513]: m=application/tp-link 0 RTP/AVP smart/0/25000
Jun 09 13:23:57 test rtsp-simple-server[1057513]: a=rtpmap:95 tp-link/25000
Jun 09 13:23:57 test rtsp-simple-server[1057513]: a=control:track3
Jun 09 13:23:57 test rtsp-simple-server[1057513]: 2022/06/09 13:23:57 INF [path mypath] [rtsp source] ERR: sdp: invalid value application/tp-link (m=application/tp-link 0 RTP/AVP smart/0/2

Did you attach a network dump?

no

@trytrytogo
Copy link
Author

it's network problems.

@trytrytogo
Copy link
Author

#990

@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 Dec 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant