Skip to content
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

Build dim for arm64 but playback shows error #554

Open
Sparklingx opened this issue May 15, 2023 · 4 comments
Open

Build dim for arm64 but playback shows error #554

Sparklingx opened this issue May 15, 2023 · 4 comments
Labels
S-needs-triage Status: Needs triage T-bug Something isn't working the way it is supposed to

Comments

@Sparklingx
Copy link

Sparklingx commented May 15, 2023

didnt change anything used the dim provided dockerfile without any modification
image

--cc=gcc --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gmp --enable-libgme --enable-gray --enable-libaom --enable-libfribidi --enable-libass --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libdav1d --enable-libxvid --enable-libzimg libavutil 58. 2.100 / 58. 2.100 libavcodec 60. 3.100 / 60. 3.100 libavformat 60. 3.100 / 60. 3.100 libavdevice 60. 1.100 / 60. 1.100 libavfilter 9. 3.100 / 9. 3.100 libswscale 7. 1.100 / 7. 1.100 libswresample 4. 10.100 / 4. 10.100 libpostproc 57. 1.100 / 57. 1.100 Unrecognized option 'hls_ts_options'. Error splitting the argument list: Option not found

@Sparklingx Sparklingx added S-needs-triage Status: Needs triage T-bug Something isn't working the way it is supposed to labels May 15, 2023
@Sarlay
Copy link

Sarlay commented May 18, 2023

I had the same error using the docker image for raspberry pi arm64 on all my media library.
It used to work fine a few months ago iirc

@martadinata666
Copy link
Contributor

if it work some months ago, likely ffmpeg 6, as previous should be ffmpeg 5. Can you help rebuild by changing the ffmpeg line on

dim/Dockerfile

Lines 25 to 26 in 03511cf

wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-arm64-static.tar.xz && \
tar --strip-components 1 -xf ffmpeg-release-arm64-static.tar.xz \

to

 wget https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-5.1.1-arm64-static.tar.xz && \
    tar --strip-components 1 -xf ffmpeg-5.1.1-arm64-static.tar.xz \

Thanks

@Sparklingx
Copy link
Author

if it work some months ago, likely ffmpeg 6, as previous should be ffmpeg 5. Can you help rebuild by changing the ffmpeg line on

dim/Dockerfile

Lines 25 to 26 in 03511cf

wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-arm64-static.tar.xz && \
tar --strip-components 1 -xf ffmpeg-release-arm64-static.tar.xz \

to

 wget https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-5.1.1-arm64-static.tar.xz && \
    tar --strip-components 1 -xf ffmpeg-5.1.1-arm64-static.tar.xz \

Thanks

#####################

Yes after changing those lines now its working just fine
image

@martadinata666
Copy link
Contributor

fixed by #555

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-needs-triage Status: Needs triage T-bug Something isn't working the way it is supposed to
Projects
None yet
Development

No branches or pull requests

3 participants