mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Rockchip RV1126 is down and reboot after using ffmpeg-rockchip #194
Labels
No labels
bug
enhancement
help wanted
invalid
pull-request
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/ffmpeg-rockchip#194
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RomanED on GitHub (Jul 24, 2025).
I have a bypass from a camera on a v4l2 with a resolution of 3840 by 2160, when I try to start the pipeline "ffmpeg -f v4l2 -input_format nv12 -video_size 3840x2160 -i /dev/video-main -c:v hevc_rkmpp -b:v 4000k -pix_fmt nv12 -g 25 -f rtsp -rtsp_transport tcp rtsp://localhost:8554/mainstream", the board goes into a reboot. If I try to run a similar path through the GStreamer pipeline, then everything works fine.
@RomanED commented on GitHub (Jul 24, 2025):
@nyanmisaka could you help with this problem?
@nyanmisaka commented on GitHub (Jul 24, 2025):
I don't have an RV1126 to test with, and as far as I know it doesn't use the regular MPP runtime. This project only targets the RK35XX series.