-
Notifications
You must be signed in to change notification settings - Fork 45
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
using tcp instead of udp rtsp stream #28
Comments
Hello! Can't help your for now. Maybe someone from community will help to add such a functionality. New version - is new troubles :) |
Hi ! the core problem is not in rtsp camera, it's a network one : when cameras streams in UDP, the packets are too big and they will fall into a network traffic black hole (certainly caused by VPN and/or ISP or something else I didn't find yet). Whatever I do, I can't get them send smaller packets for now. The workaround I found with VLC, is to be in [TCP mode] (like in the wiki) but RTSP_camera doesn't "follow" VLC's setting and keeps getting the stream in UDP Anyway, thanks for this project, the software is already very nice as it is (easy to use, fast, use existing standards...). |
Exactly the same problem for me. The program simply ignores the recommended setting "RTP over RTSP (TCP)", no matter what I do, and simply gets stuck after the first frame even on the local network... |
I'm sorry, hearing that. |
Hi !
just discovered this nice project, very clean interface
I have one problem with fw cameras that are beyond a vpn and I can't figure out for now how to force them to send udp packet smaller the 1300 but it works with TCP and vlc works also with the setting you suggest here https://github.com/grigory-lobkov/rtsp-camera-view/wiki/VLC-is-showing-ghosts-on-RTSP-processing
I sniffed the network and when I use RTSP camera view, it uses UDP whatever I configure VLC to use udp or tcp.
Is it possible for your software to use the settings of VLC ?
Another question, is it possible to use the last version of VLC ?
thanks for this great project
david
The text was updated successfully, but these errors were encountered: