-
Notifications
You must be signed in to change notification settings - Fork 5
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
RTSP Problem :( #50
Comments
@MathisLec what version of VLC are you running ? it works for me:
The ONVIF implementation on these devices is known to be 'flawed' and/or incompatible with many devices/applications (VLC for MacOS has been reported as having issues in the past). You can try a phone app for RTSP/ONVIF or even just a different VLC version and/or different machine. If it worked with RTSP player the device is working (however it can). The 102 channel is lower resolution but should work as well (faster for preview). Both channels should be in color unless the night-vision is enabled on the device (i.e. dark room). |
I just tried VLC for mac 2.2.5.1 and it worked fine (and has the --rtsp-tcp option too) -- the only thing is: I don't have any device on 4.0.x firmware (I have only 2.7.x, 2.9.x, 2.10.x and 7.6.32), so the RTSP implementation may be different. |
Hello there! I just root my cam which is
With onvif_enable activated.
I have access to the telnet server where I can get netstat:
which is great! (8554 port listening)
DISCLAIMER: The
--rtsp-tcp
option in vlc don't exist for mevlc: unknown option or missing mandatory argument `--rtsp-tcp'
But when I try to get the rtsp stream in vlc
(
vlc rtsp://admin:[email protected]:8554/Streaming/Channels/101
)I get an error, not very explicit, so I tried to look at the packages with wireshark:

Where 192.168.1.50 is my PC and 192.168.1.193 is my camera.
The error is not that clear.
Maybe I have the wrong URL, so I saw this post to get the URLs but when I start the tool, I get those errors:
So I don't really know what to do, when I copy paste this error on google, it is not really relevant for me...
Any idea on your side?
EDIT: I just tried on RTSP Player and it worked! (but very slowly and in black and white, any optimization to do?) I don't really know why it is not working with vlc... and ipconvif don't works yet.
The text was updated successfully, but these errors were encountered: