You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FFmpeg in ossrs/srs:dev has been added to Docker, currently version 4.1. Please refer to the usage instructions in srs-docker.
Comparing the image sizes, SRS is only around 2.6MB, while the compressed image has increased from 74.88MB to 84.194MB, adding 9.314MB. After decompression, the image size has increased from 212MB to 234MB, adding 22MB. I don't know if it's worth it or not 😭.
Layer information is as follows:
Since FFMPEG is frequently updated and sometimes requires the use of a custom version, it is recommended to compile it yourself. You can refer to the Dockerfile to build your own FFMPEG. This way, when starting SRS, you can replace the built-in FFMPEG with your own. The method is the same as replacing configuration and log files, just replace the files inside and map the directory /usr/local/srs/objs/ffmpeg/bin/ffmpeg.
ffmpeg streaming error: Invalid data found when processing input. How to solve it
TRANS_BY_GPT3
winlinvip
changed the title
FFmpeg: 找不到FFmpeg,或FFmpeg不支持某些Codec,please restart it,no FFmpeg
FFmpeg: Cannot find FFmpeg, or FFmpeg does not support certain codecs. Please restart it. No FFmpeg.
Jul 28, 2023
Cannot find the problem with FFmpeg, or FFmpeg does not meet the requirements.
SRS will detect this path, you can choose to create a symbolic link to this path or directly copy it over.
Compile the command to enable FFmpeg tools, and it will be detected once enabled.
If you need to use functions such as Ingest and Transcode that depend on FFmpeg tools, you need to ensure that FFmpeg is available.
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: