-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
各平台二进制包下载 #483
Comments
Windows版本: git hash: 9c96f8d |
ubuntu 20.04 GCC 9.3.0 Release:
|
有windows下的test_player程序吗 |
|
移植到海思3536平台 , 仅开启了rtsp\rtmp,关闭了所有api和webhook # |
|
平台:ARM64 |
ZLMediaKit for windows 64bit based on 9d40c8 committed on Dec 8, 2022
you can get latest files via this link ZLMediaKit for windows It's built by Visual Studio 2019, so VC Runtime might be needed. I'll try my best to make it up to date. |
@AvenSun thank you! |
@xia-chu |
ZLMediaKit for windows 64bit based on af554bc committed on Nov 9, 2022
|
ZLMediaKit for windows 64bit based on 9d40c8 committed on Dec 8, 2022
you can get latest files via this link ZLMediaKit for windows It's built by Visual Studio 2019, so VC Runtime might be needed.
|
目前使用配置: cmake -B"${build_path}" "${src_path}" \
-DCMAKE_INSTALL_PREFIX="${prefix_path}" \
-DENABLE_WEBRTC:BOOL="0" \
-DENABLE_SRT:BOOL="1" \
-DCMAKE_EXE_LINKER_FLAGS:STRING="-static" \
-DENABLE_API_STATIC_LIB:BOOL="1" \
-DENABLE_JEMALLOC_STATIC:BOOL="1" \
-DENABLE_X264:BOOL="0" \
-DENABLE_FFMPEG:BOOL="1" \
-DENABLE_PLAYER:BOOL="1" \
-DENABLE_RTPPROXY:BOOL="0" \
-DCMAKE_BUILD_TYPE:STRING="Release" 欢迎提交不同 |
ZLMediaKit for windows 64bit based on 9317665 committed on Jul 22, 2023
you can get latest files via this link ZLMediaKit for windows It's built by Visual Studio 2019, so VC Runtime might be needed.
|
研究了半天 #1172 最后发现关闭了这个 ENABLE_RTPPROXY |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
此issue保存常开,大家编译最新版本的zlm后可以把可执行文件以zip的方式上传至此。
希望大家能踊跃上传,包括但不限于windows、linux、mac、android版本。
本项目不对用户上传至此的可执行文件的安全负责,用户请谨慎下载和使用。
The text was updated successfully, but these errors were encountered: