Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4962

Graphics, sound and multimedia • Re: TC358743 on rpi5

$
0
0
hi

I tried streaming the 1080p50 HDMI signal from the Pi5, but with no success

I know that there is no longer hw h264 encoder, but the problem is providing the stream to a software encoder in gstreamer, like x264enc, without having to go through videoconvert which slows down the process making it impossible to reproduce 50 frames

Are there alternative solutions with the pi5?

this is my gstreamer line, but it runs too slow

Code:

gst-launch-1.0 -vvv v4l2src video/x-raw,width=1920,height=1080,framerate=50/1,format=UYVY ! \  videoconvert ! \  x264enc bitrate=5000 ! \  h264parse ! \  flvmux streamable=true name=mux ! rtmpsink location="rtmp://localhost/live"

Statistics: Posted by Bundan — Wed Mar 13, 2024 9:49 pm



Viewing all articles
Browse latest Browse all 4962

Trending Articles