Posts

Showing posts from July, 2025
Image
Connect camera to Ethernet connector (RJ45). Camera GK7205V300+IMX335 IP Camera Module Board 6MP 3072*2048 P2P ICsee XMEYE Human Face Detect Radiator Low illumination Onvif H.265 https://www.aliexpress.com Cable: Signal name     J1 connector     T1 pin TX+ 3 23 TX- 4 22 RX+ 5 20 RX- 6 19
Audio/Video over RTP With GStreamer (Linux) Encoding: gst-launch-1.0 videotestsrc ! videoconvert ! \ x264enc ! rtph264pay config-interval=1 pt=96 ! \ udpsink host=127.0.0.1 port=5000 Decoding: gst-launch-1.0 -v udpsrc port=5000 \ caps='application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, payload=(int)96' ! \ rtph264depay ! avdec_h264 ! videoconvert ! \ clockoverlay valignment=bottom ! \ autovideosink fps-update-interval=1000 sync=false