Welcome to Firefly
Switch language
Firefly Docsss
Last Updated: 2026-08-27 07:36:09

RTSP Hardware Decoding

Rockchip Platform Support

7.7 RTSP Hardware Decoding

H.264 RTSP stream:

gst-launch-1.0 rtspsrc location=rtsp://192.168.1.100:8554/live \
  ! rtph264depay \
  ! h264parse \
  ! mppvideodec \
  ! waylandsink

For an H.265 stream, use rtph265depay ! h265parse ! mppvideodec.

On this page