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 can active my usb camera but cannot active my ip camera on qgorudcontrol. how can do it?
I used this command but it cannot work.
my camera can work in VLC.
please, help me.
Hi everyone,
I can active my usb camera but cannot active my ip camera on qgorudcontrol. how can do it?
I used this command but it cannot work.
my camera can work in VLC.
please, help me.
gst-launch-1.0 rtspsrc location=rtsp://admin:admin@192.168.1.100:554 ! rtph264depay ! h264parse ! x264enc tune=zerolatency ! rtph264pay config-interval=1 pt=96 ! udpsink host=192.168.1.5 port=5600
gst-launch-1.0 rtspsrc location=rtsp://admin:admin@192.168.1.100:554 ! rtph264depay ! h264parse ! capsfilter caps=video/x-h264 ! x264enc tune=zerolatency ! rtph264pay config-interval=1 pt=96 ! udpsink host=192.168.1.5 port=5600
gst-launch-1.0 rtspsrc location=rtsp://admin:admin@192.168.1.100:554 ! rtph264depay ! h264parse ! video/x-h264 ! x264enc tune=zerolatency ! rtph264pay config-interval=1 pt=96 ! udpsink host=192.168.1.5 port=5600
gst-launch-1.0 rtspsrc location=rtsp://admin:admin@192.168.1.100:554 ! rtph264depay ! h264parse ! avdec_h264 ! x264enc tune=zerolatency ! rtph264pay config-interval=1 pt=96 ! udpsink host=192.168.1.5 port=5600
gst-launch-1.0 --gst-debug=rtspsrc:5 rtspsrc location=rtsp://admin:admin@192.168.1.100:554 ! rtph264depay ! h264parse ! avdec_h264 ! x264enc tune=zerolatency ! rtph264pay config-interval=1 pt=96 ! udpsink host=192.168.1.5 port=5600
The text was updated successfully, but these errors were encountered: