dcabri
dcabri
Hi, I can concur and I am also seeing exactly the behaviour described above, also for kernel 6.1.21-v8+.
Hi, On Raspberry Pi 4 latest update/upgrade, I recompiled FFmpeg using the script provided by https://github.com/NRCHKB/nrchkb-ffmpeg-build, but adding -- ALSA module using: ``` # Install alsa installalsa() { cd ~...
This is my script for compilation: ``` #!/bin/bash tput clear LIBRARIES_DIR=$(pwd)/ffmpeg-libraries BINARIES_DIR=$(pwd)/ffmpeg-binary echo echo " ---------------------------------------------------------" echo " | x.x |" echo " | FFmpeg Build Script (Debian) |" echo...
Hoping this thread is being looked at, just making a comment because some places auto-close if there are no more comments...
Small update: ffmpeg is unable to read from the Alsa input device 'hw:CARD=sndrpihifiberry,DEV=0', however ffmpeg is able to write to the Alsa output device 'hw:CARD=C2,DEV=0'. Seems writing is easier than...