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

FFmpeg compilation failed #1528

Closed
amnotbusy opened this issue Dec 19, 2019 · 4 comments
Closed

FFmpeg compilation failed #1528

amnotbusy opened this issue Dec 19, 2019 · 4 comments
Assignees
Labels
Codec HEVC, FFmpeg for ingesting, trascoding or codec. TransByAI Translated by AI/GPT. Won't fix We won't fix it.
Milestone

Comments

@amnotbusy
Copy link

amnotbusy commented Dec 19, 2019

Description'

Please ensure that the markdown structure is maintained.
git clone https://github.com/ossrs/srs
cd srs/trunk
git pull
./configure --with-nginx --with-ffmpeg && make

build x264
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.
build x264 failed
build ffmpeg-4.1 failed, ret=1

Environment

Please make sure to maintain the markdown structure.
uname -a
Linux localhost.localdomain 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

cat /etc/redhat-release
CentOS release 6.10 (Final)

TRANS_BY_GPT3

@amnotbusy
Copy link
Author

amnotbusy commented Dec 20, 2019

Do I need to manually install x264?

TRANS_BY_GPT3

@amnotbusy
Copy link
Author

amnotbusy commented Dec 20, 2019

After installing the latest version of ffmpeg from source code, the compilation of srs was successful.
wget http://www.ffmpeg.org/releases/ffmpeg-4.2.tar.gz
tar -zxvf ffmpeg-4.2.tar.gz
cd ffmpeg-4.2
./configure
make
make install

TRANS_BY_GPT3

@winlinvip
Copy link
Member

winlinvip commented Jan 28, 2020

Please download FFmpeg binary from https://ffmpeg.org/download.html

@winlinvip winlinvip added the Codec HEVC, FFmpeg for ingesting, trascoding or codec. label Sep 5, 2021
@winlinvip winlinvip self-assigned this Sep 5, 2021
@winlinvip winlinvip added the Won't fix We won't fix it. label Sep 5, 2021
@winlinvip winlinvip changed the title ./configure --with-nginx --with-ffmpeg && make 失败 FFmpeg编译失败 Sep 5, 2021
@winlinvip winlinvip added this to the 3.0 milestone Sep 6, 2021
@winlinvip
Copy link
Member

See #1523

@winlinvip winlinvip changed the title FFmpeg编译失败 FFmpeg compilation failed Jul 28, 2023
@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Codec HEVC, FFmpeg for ingesting, trascoding or codec. TransByAI Translated by AI/GPT. Won't fix We won't fix it.
Projects
None yet
Development

No branches or pull requests

2 participants