Live ingest error report:
ffmpeg -f live_flv -listen 1 -i rtmp://0.0.0.0:1950/live/stream
RTMP_Connect0, failed to connect socket. 111 (Connection refused)
Git Clone URL: | https://aur.archlinux.org/ffmpeg-full.git (read-only, click to copy) |
---|---|
Package Base: | ffmpeg-full |
Description: | Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac) |
Upstream URL: | https://www.ffmpeg.org/ |
Keywords: | audio codec convert cuda cuvid decklink encoder fdk-aac fdkaac hwaccel libnpp media nvenc svt video |
Licenses: | LicenseRef-nonfree-and-unredistributable |
Conflicts: | ffmpeg |
Provides: | ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so |
Submitter: | rpolzer |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 136 |
Popularity: | 0.53 |
First Submitted: | 2013-01-24 11:17 (UTC) |
Last Updated: | 2025-01-08 22:31 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 55 Next › Last »
Live ingest error report:
ffmpeg -f live_flv -listen 1 -i rtmp://0.0.0.0:1950/live/stream
RTMP_Connect0, failed to connect socket. 111 (Connection refused)
@Nanoshift Fixed. This is a ffmpeg issue with binutils 2.41. Thanks for reporting.
My build fails.
libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
make[1]: *** [/tmp/ccvmq0LE.mk:383: /tmp/ccdnudkV.ltrans127.ltrans.o] Error 1
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make: *** [ffbuild/library.mak:119: libavcodec/libavcodec.so.60] Error 1
@CompWizard No need to install mbedtls2. librist works fine with mbedtls. ffmpeg-full also working fine.
For people with 'librist' problem: install 'mbedtls2'. I suppose 'librist' implicitly depends on it and its 'libmbedcrypto.so.7' ('mbedtls' has 'libmbedcrypto.so.14')
if you want nvenc support with older cards still using 470xx, you will as of latest 470xx driver and v12.0 ffnvcodec-headers need to user 11.1 ffnvcodec-headers instead (eg. yay -Sy ffnvcodec-headers-11-1), or use the ffmpeg package in the aur with explicit nvidia-470xx support - otherwise software like obs will stop working with nvenc.
@brauliobo The librist dependency is already present in the PKGBUILD.
Need to depend on librist
@donrudo I've just checked, and the package is building fine with ffnvcodec-headers 12.0.16.0-1 (the current version in the official repositories). I see no point in downgrading it, as it works nicely. Also, one of @mikaelblomkvists issues was about nvcc, and not about ffnvcodec-headers, which are quite different things.
Pinned Comments
dbermond commented on 2024-06-24 15:59 (UTC)
@LordSIGSEGV avoid creating files not tracked by pacman in the system reserved directories, specially symlinks to shared libraries, as this have the potential to completely break your system. I have already notified the quirc maintainer in the aur web page of the package in April-2024. While this issue is not solved in quirc, I recommend to use quirc-git, which currently has a better packaging and does not suffer from this problem.