gstreamer with RTSP - stereoboy/Study GitHub Wiki

References

(For References) VLC player로 RTSP Streaming Server 구성 및 출력하기

(For References) ffmpeg rtsp with non-gst-rtsp-server

GStreamer github

Official Tutorials

[GStreamer] RTSP Server(gst-rtsp-server) 구축 with FFmpeg Player

$ ./gst-rtsp-server/examples/test_video 
  • client
$ ffplay rtsp://192.168.0.224:8554/test

Python gst-python gst-rtsp-server

HOW to DEBUG

$ GST_DEBUG=0 ./test-launch --gst-debug=0 "v4l2src device=/dev/video0 ! videoconvert ! queue ! x264enc ! video/x-h264,alignment=au,stream-format=byte-stream,profile=main ! h264parse ! mpegtsmux name=muxer ! tsparse ! rtpmp2tpay name=pay0 pt=96 "