-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
error in 0.12.1 version.. rtsp source ERR: sdp: invalid syntax `o= #121
Comments
Hello, this can be fixed in a very short time, but you have to provide a network dump (so i can see the full SDP), by doing this:
|
Ok thanks for fast response, there is the result. |
Hello, thanks for posting the dump, this SDP is now fully supported in master and will be supported in the next release. |
Ok thanks a lot.!! @aler9 |
added in v0.12.2 |
This issue is being locked automatically because it has been closed for more than 6 months. |
source RTSP is TCP protocol, i test using VLC viewer working fine. before this version i test using 0.10 version, and this is the error from 0.10 version.
2020/11/12 03:11:06 [0/0/0] rtsp-simple-server v0.10.0
2020/11/12 03:11:06 [0/0/0] [UDP/RTP server] opened on :8000
2020/11/12 03:11:06 [0/0/0] [UDP/RTCP server] opened on :8001
2020/11/12 03:11:06 [0/0/0] [TCP server] opened on :8554
2020/11/12 03:11:06 [0/0/0] [path cam2] rtsp source started
2020/11/12 03:11:06 [0/0/0] [path cam2] connecting to rtsp source
2020/11/12 03:11:07 [0/0/0] [path cam2] rtsp source ERR: sdp: invalid numeric value
P
2020/11/12 03:11:12 [0/0/0] [path cam2] connecting to rtsp source
2020/11/12 03:11:12 [0/0/0] [path cam2] rtsp source ERR: sdp: invalid numeric value
P
in new version i test again, and still have error, with different code. this is :
root@server1:~/rtsp-simple-proxy# ./rtsp-simple-server
2020/11/12 03:11:19 [0/0/0] rtsp-simple-server v0.12.1
2020/11/12 03:11:19 [0/0/0] [UDP/RTP server] opened on :8000
2020/11/12 03:11:19 [0/0/0] [UDP/RTCP server] opened on :8001
2020/11/12 03:11:19 [0/0/0] [TCP server] opened on :8554
2020/11/12 03:11:19 [0/0/0] [path cam2] rtsp source started
2020/11/12 03:11:19 [0/0/0] [path cam2] connecting to rtsp source
2020/11/12 03:11:19 [0/0/0] [path cam2] rtsp source ERR: sdp: invalid syntax
o=[RTSP 16381619791249025353 16381619791249085483 IN IP4]
(o=RTSP 16381619791249025353 16381619791249085483 IN IP4 )Thanks for hard work.!
The text was updated successfully, but these errors were encountered: