Jetson에서 지원하는 Gstreamer 실시간 스트리밍 프로토콜(RTSP) 테스트
'videotestsrc is-live=true ! '
'video/x-raw, width=1920, height=1080, framerate=30/1, format=UYVY ! '
'timeoverlay halignment=right valignment=bottom text="Stream time:" shaded-background=true font-desc="Sans, 24" ! '
'nvvidconv ! nvv4l2h264enc ! rtph264pay name=pay0 pt=96'
디바이스 연결만 H.265는 N개 클라이언트 접속 가능한데 H.264는 안되는 이슈 발생 (나중에 확인할 예정)
'ximagesrc display-name=:0 use-damage=0 ! '
'video/x-raw,framerate=30/1 ! '
'videoconvert ! '
'x264enc tune=zerolatency speed-preset=ultrafast bitrate=1500 ! '
'timeoverlay halignment=right valignment=bottom text="Stream time:" shaded-background=true font-desc="Sans, 24" ! '
'clockoverlay halignment=left valignment=top shaded-background=true font-desc="Sans, 24" ! '
'rtph264pay config-interval=1 name=pay0 pt=96'
참조사이트
https://github.com/GStreamer/gst-rtsp-server
GitHub - GStreamer/gst-rtsp-server: RTSP server based on GStreamer. This module has been merged into the main GStreamer repo for
RTSP server based on GStreamer. This module has been merged into the main GStreamer repo for further development. - GitHub - GStreamer/gst-rtsp-server: RTSP server based on GStreamer. This module ...
github.com
Accelerated GStreamer — Jetson Linux<br/>Developer Guide 34.1 documentation
This topic is a guide to the GStreamer version 1.0 and 1.14 based accelerated solution included in NVIDIA® Jetson™ Linux. CUDA Video Post-Processing with GStreamer-1.0 This section describes GStreamer-1.0 plugins for NVIDIA® CUDA® post-processing oper
docs.nvidia.com
https://forums.developer.nvidia.com/t/nvmm-memory/50217/4
NVMM memory
Hi dumbogeorge, appsink is an interface sink for openCV pipeline to get the frame from gst ----> nvcamerasrc. How do you get cv::Mat in the below pipeline?
forums.developer.nvidia.com
https://gist.github.com/liviaerxin/bb34725037fd04afa76ef9252c2ee875
GStreamer Pipeline Samples #GStreamer
GStreamer Pipeline Samples #GStreamer. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
'OS 운영체제 > Linux' 카테고리의 다른 글
[NVIDIA] 젯슨 오린 컨테이너 시작하기 (0) | 2025.03.19 |
---|---|
[NVIDIA] 젯슨 오린 네트워크 설정 방법 (1) | 2024.12.30 |
[NVIDIA] 젯슨 오린 도커 세팅하기 (0) | 2024.07.01 |
[NVIDIA] 젯슨 오린 개발보드 초기 세팅하기 (0) | 2024.06.25 |
[NVIDIA] 도커 컨테이너 SSD로 이동하기 (0) | 2023.12.17 |