Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:gstreamer [2019/10/17 14:25] – [ocam camera] scipio | tips:gstreamer [2023/11/16 11:42] (current) – [gstream jetson] sscipioni | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== gstream jetson ====== | ||
+ | |||
+ | |||
+ | |||
+ | orin native | ||
+ | <code bash> | ||
+ | URL=rtsp:// | ||
+ | # | ||
+ | gst-launch-1.0 rtspsrc location=$URL protocols=tcp latency=0 ! rtph264depay ! queue ! h264parse ! nvv4l2decoder ! nvvideoconvert ! autovideosink | ||
+ | </ | ||
+ | |||
+ | deepstream amd64 | ||
+ | <code bash> | ||
+ | URL=rtsp:// | ||
+ | |||
+ | </ | ||
+ | |||
+ | nvv4l2h264enc | ||
+ | < | ||
+ | gst-launch-1.0 videotestsrc is-live=1 ! nvvidconv ! nvv4l2h264enc ! h264parse ! matroskamux ! filesink location=/ | ||
+ | </ | ||
+ | |||
+ | |||
====== gstreamer ====== | ====== gstreamer ====== | ||