popcornmix
popcornmix
Closing as appears to be resolved.
Okay to close this as it's not fixable in firmware? I have been told that this won't be an issue in RPiOS Bookworm.
@rdpoor the solutions are any one of the following: switch to performance governor: ``` echo performance | sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ``` Boost the minimum core frequency. Add to config.txt ```...
libgcc_hide.so is created from this script: ``` #!/bin/bash OLD_ARCHIVE=${OLD_ARCHIVE:-/lib/gcc/aarch64-linux-gnu/10/libgcc.a} NEW_ARCHIVE=${NEW_ARCHIVE:-libgcc_hide.a} NEW_ARCHIVE_SO=${NEW_ARCHIVE_SO:-libgcc_hide.so} OBJS="ldadd_4_4.o swp_4_4.o" for i in $OBJS; do ar xv /lib/gcc/aarch64-linux-gnu/10/libgcc.a $i unhide.py $i done ar rcs $NEW_ARCHIVE $OBJS rm...
Do you only need multi-arch for 32-bit widevine? If so, there should be a solution for 64-bit kodi + widevine soon.
Keep an eye on https://github.com/xbmc/inputstream.adaptive/pull/1130 If a solution is merged there, we can rebuild the inputstream.adaptive addon and 64-bit kodi will have widevine support. If there isn't a solution there...
Make sure you are on an updated RpiOS bullseye image. If you still have an issue then you can report it [here](https://github.com/jc-kynesim/rpi-ffmpeg/issues). Include enough detail to reproduce the problem.
> It works when compiling ffmpeg from source, but not when installing with apt get-install ffmpeg. Which suggests Ubuntu are building the apt ffmpeg without support for this. Either not...
> I use my phone as a modem (USB tethering) It doesn't matter if it's connected before turning the Raspi on or not what seems to matter is; I _need_...
> and I started out in my very first post here stating it is NOT an issue with the 32bit version ! :))) and you posted: >32bit = 5.10.103-v7l+ 64bit...