You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
add a paths in rtsp-simple-server.yml,like this
mypath:
source: rtsp://admin:admin@123@222.222.222.222:5100/stream2
sourceProtocol: tcp
start server
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
The text was updated successfully, but these errors were encountered:
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.
Which version are you using?
v0.19.1
Which operating system are you using?
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
mypath:
source: rtsp://admin:admin@123@222.222.222.222:5100/stream2
sourceProtocol: tcp
[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/2Did 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/2Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: