i just built ffmpeg with poudriere
to enable the SRT option to use with obs studio
for low latency streaming
the poudriere repos has a higher precedence than the freebsd repo
as per the handbook
im running 14.2 quarterly
and the poudriere jail is running 14.2 ports HEAD
is that an issue
however ffmpeg is already installed
and i cant figure out how to upgrade to the new version of ffmpeg built with poudriere
i have ffmpeg 6.1.2_4,1 from the freebsd repos installed
and want to install ffmpeg-6.1.2_6,1 built with poudriere
running pkg remove ffmpeg
will also remove all these packages
do you have to remove the currently installed version of ffmpeg
and all the above packages
then install ffmpeg built with poudriere
and reinstall all the packages you removed
i was going to set up a new boot environment, and boot into it
then at the tty before i log into the desktop
remove ffmpeg and the installed packages above
then install the new version of ffmpeg and reinstall the packages
or is there a better way that im missing
ffmpeg poudriere set up
to enable the SRT option to use with obs studio
for low latency streaming
SRT Protocol Streaming Guide | OBS
OBS (Open Broadcaster Software) is free and open source software for video recording and live streaming. Stream to Twitch, YouTube and many other providers or record your own videos with high quality H264 / AAC encoding.
obsproject.com
the poudriere repos has a higher precedence than the freebsd repo
as per the handbook
im running 14.2 quarterly
and the poudriere jail is running 14.2 ports HEAD
is that an issue
however ffmpeg is already installed
and i cant figure out how to upgrade to the new version of ffmpeg built with poudriere
Code:
pkg update -f
pkg upgrade
Code:
pkg info ffmpeg
Code:
Version : 6.1.2_4,1
Code:
pkg search ffmpeg
Code:
ffmpeg-6.1.2_4,1 Realtime audio/video encoder/converter and streaming server
ffmpeg-6.1.2_6,1 Realtime audio/video encoder/converter and streaming server
i have ffmpeg 6.1.2_4,1 from the freebsd repos installed
and want to install ffmpeg-6.1.2_6,1 built with poudriere
running pkg remove ffmpeg
Code:
pkg remove ffmpeg
will also remove all these packages
Code:
Installed packages to be REMOVED:
ImageMagick7: 7.1.1.26_5
ardour: 8.6.0_2
aubio: 0.4.9_5
ffmpeg: 6.1.2_4,1
firefox: 133.0.3,2
gstreamer1-libav: 1.24.8
handbrake: 1.7.2_1
kodi: 21.0_4
kodi-addon-inputstream.adaptive: 21.5.4
libheif: 1.18.2_1
mpv: 0.39.0,1
mpv-mpris: 1.1
musicpd: 0.23.16
obs-studio: 30.2.3
vlc: 3.0.21_7,4
waypipe: 0.9.2
wlrobs: 1.1_3
yt-dlp: 2024.09.27
Number of packages to be removed: 18
do you have to remove the currently installed version of ffmpeg
and all the above packages
then install ffmpeg built with poudriere
and reinstall all the packages you removed
i was going to set up a new boot environment, and boot into it
then at the tty before i log into the desktop
remove ffmpeg and the installed packages above
then install the new version of ffmpeg and reinstall the packages
or is there a better way that im missing
ffmpeg poudriere set up
cerberus/freebsd/ffmpeg-poudriere.org at master · NapoleonWils0n/cerberus
cerberus code library. Contribute to NapoleonWils0n/cerberus development by creating an account on GitHub.
github.com