Skip to content

sikang99/cctv-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

cctv-info

CCTV, RTSP, RPi 3/4

History

History (Korean)

Information

Stackoverflow

Open Source

Open Source (Golang)

Open Source (Raspberry Pi)

Commands

tcpflow port 8554

npm install git://github.com/Streamedian/html5_rtsp_player.git

cd gst-rtsp-server/examples
./test-launch --gst-debug=3 "( rpicamsrc bitrate=8000000 awb-mode=tungsten preview=false ! \
    video/x-h264, width=640, height=480, framerate=30/1 ! h264parse ! rtph264pay name=pay0 pt=96 )"
./test-launch "( rpicamsrc preview=false bitrate=2000000 keyframe-interval=15 ! \
    video/x-h264, framerate=15/1 ! h264parse ! rtph264pay name=pay0 pt=96 )"

raspivid -n -w 1280 -h 720 -b 4500000 -fps 30 -vf -hf -t 0 -o - | \
    cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:9000/}' :demux=h264
raspivid -n -t 0 -fps 30 -w 800 -h 600 -o - | nc -u 192.168.248.128 1900
raspivid -t 9999999 -w 960 -h 540 -fps 25 -b 500000 -o - | \
    ffmpeg -i - -vcodec copy -an -metadata title="Streaming from raspberry pi" -f flv rtmp://192.168.0.1/live/web

gst-launch-1.0 videotestsrc ! v4l2sink device=/dev/video4
gst-launch-1.0 v4l2src device=/dev/video4 ! autovideosink
gst-launch-1.0 -v tcpserversrc port=5000 \
    ! gdpdepay ! rtph264depay ! decodebin \
    ! v4l2sink device=/dev/video4
gst-launch-1.0 -v videotestsrc \
    ! x264enc ! rtph264pay ! gdppay \
    ! tcpserversink port=5000

About

CCTV RTSP Information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published