tips:gstreamer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:gstreamer [2019/10/17 14:25] – [ocam camera] scipiotips:gstreamer [2023/11/16 11:42] (current) – [gstream jetson] sscipioni
Line 1: Line 1:
 +====== gstream jetson ======
 +
 +
 +
 +orin native
 +<code bash>
 +URL=rtsp://192.168.1.1:7447/IFnqNlmdfTQxDOWV
 +#URL=rtsp://192.168.2.35:7447/60e1a6425a20203019f719aa_1
 +gst-launch-1.0 rtspsrc location=$URL protocols=tcp latency=0 ! rtph264depay ! queue ! h264parse ! nvv4l2decoder ! nvvideoconvert ! autovideosink
 +</code>
 +
 +deepstream amd64
 +<code bash>
 +URL=rtsp://192.168.2.35:7447/60e1a6425a20203019f719aa_1
 +
 +</code>
 +
 +nvv4l2h264enc
 +<code>
 +gst-launch-1.0 videotestsrc is-live=1 ! nvvidconv ! nvv4l2h264enc ! h264parse ! matroskamux ! filesink location=/tmp/out.mkv
 +</code>
 +
 +
 ====== gstreamer ====== ====== gstreamer ======
  
  • tips/gstreamer.1571315159.txt.gz
  • Last modified: 2019/10/17 14:25
  • by scipio