mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
No sound #146
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#146
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 @Petr1946 on GitHub (Feb 18, 2025).
I've install
https://dl.armbian.com/orangepi5-plus/Bookworm_vendor_xfce
And then I install GNOME desktop.
Kernel 6.1.99 Wayland.
I tested build-in ffplay and it works OK.
I' ve purge ffmeg*
I've add libsdl2-dev and libssl-dev libraries.
and build yours.
I run same test sample
sudo ./ffplay -i http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_2160p_60fps_stereo_abl.mp4 -vcodec h264_rkmpp
and It does not have sound on any device at all.
@nyanmisaka commented on GitHub (Feb 18, 2025):
Check your system environment. This has nothing to do with ffmpeg-rockchip, rockchip mpp does not provide hardware audio decoder.
@Petr1946 commented on GitHub (Feb 18, 2025):
NO!!
Misleading.
if I play with
sudo
where is video without sound!!!!
But if I play without sudo
where is corrupted video but sound works!!!!