kevev
kevev
apt-get install build-essential cd ~; wget https://downloads.ndi.tv/SDK/NDI_SDK_Linux/Install_NDI_SDK_v5_Linux.tar.gz tar -xvf Install_NDI_SDK_v5_Linux.tar.gz ./Install_NDI_SDK_v5_Linux.sh cd ~; git clone https://framagit.org/tytan652/ffmpeg-ndi-patch.git cd ~; git clone -b release/4.4 https://github.com/FFmpeg/FFmpeg.git git am ../../ffmpeg-ndi-patch/4.4_Revert-lavd-Remove-libndi_newtek.patch When you run ./configure...
Anyone have any hints on building with librist ?
Try this: cp /root/NDI\ SDK\ for\ Linux/lib/x86_64-linux-gnu/* /usr/local/lib/x86_64-linux-gnu/ cp /root/NDI\ SDK\ for\ Linux/include/* /usr/local/include/
And if that doesn't work try this: --extra-cflags="-I/root/NDI*SDK*for*Linux/include" --extra-ldflags="-L/root/NDI*SDK*for*Linux/lib" ldconfig -p | grep -i ndi This command output needs to show that it fiinds the NDI libraries.
It should work using ./cross_compile_ffmpeg.sh as I was able to compile the Windows binary to include ndi. I am still having trouble with librist though.
Actually I don't think this is building with NDI included. :(
How to disable the git update for ffmpeg-git that wipes out my changes?
The build succeeded. Thank You very much!
Same issue here with Chrome.
Same thing happened in Win 10. Instead in the app, click File->Install Update.