简体   繁体   中英

How to --enable-protocol=SRT of ffmpeg?

all I am trying to --enable-protocol=SRT of ffmpeg. What I do as the following: 1.Check current configuration of ffmpeg which shows it doesn't suppport protocol of SRT. 在此处输入图片说明

2.So I trying to use msys64 to compile ffmpeg with --enable-protocol=SRT,and the command $ ./configure --toolchain=msvc --arch=x64 --enable-yasm --enable-asm --enable-shared --enable-protocol=SRT but the result as the following: 在此处输入图片说明 it's showing that the config is no use.Can you help me,thanks!

SRT is provided via an external library, so you'll need that library available for linking via pkg-config.

configure flags are --enable-protocol=libsrt --enable-libsrt . The former flag is only needed if you have disabled all components or protocols. Won't hurt to keep it, though.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM