-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help building ffplay #16
Comments
@ShyneTurtle So I concluded that there is more than one ffmpeg/ffplay binary in your environment and you are not using absolute path to execute the custom one. Moreover, when building |
Hello and thank you for your answer. I thought that the previous builds would be overwritten, my bad. Only problem is that ffplay is not built, even though i added the This is a minor problem and most certainly an error in my configure call. This is definitely off topic but would you mind telling me what i should do to use this in jellyfin ? |
Try You can download the prebuilt jellyfin-ffmpeg here. Or use my docker image instead. |
Thank you for your answer. Enabling SDL didn't fix the ffplay issue. Using the docker image after clearing out all the old jellyfin data (even in /home/pi/.local/jellyfin ???) the hardware transcoding works in jellyfin. Thank you again for all the work you have done to bring this amazing chip into a usable state. |
oops. it should be
|
I managed to build ffplay using SDL2
|
It seems there are permission issues in your environment. See the links below to fix them. |
Closing as it can not be reproduced. |
Hello,
after seeing your work here: jellyfin/jellyfin-ffmpeg#34
i decided to try building your ffmpeg fork, following the wiki.
However, when i try to use it using the following command:
DISPLAY=:0 ffplay -codec:v hevc_rkmpp /etc/jellyfinlib/bbb_sunflower_2160p_60fps_normal.mp4
The video doesn't even open. I also tried to use vlc with this custom ffmpeg and the output is unreadable. I also tried transcoding video and reading it on an x86 pc and the video is corrupted.
While trying to read the original video with the your ffmpeg fork, FFPLAY gives me this error:
Hardware: CM3588 from friendlyelec
Uname:
Linux CM3588 6.1.25 #123 SMP Thu Nov 16 11:25:37 CST 2023 aarch64 aarch64 aarch64 GNU/Linux
FFMPEG version:
668585f built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
Configuration
configuration: --prefix=/usr --enable-gpl --enable-version3 --enable-libdrm --enable-rkmpp --enable-rkrga
If you need further details please let me know, i've been looking into this for hours now and i can't find anything telling me what's wrong.
Thank you for your time.
The text was updated successfully, but these errors were encountered: