Filip S
Member
SRT is not working on my OBS 26.1.1 on Ubuntu because the ffmpeg does not include the SRT from https://github.com/Haivision/srt and thats the only probblem with my Ubuntu 20.04 hardware envidia GPU support is available but libsrt is missing.
On Rasbian "debian buster" the libsrt is also missing from the ffmpeg included with the package repository but on a MacOSX I was able to get srt with ffmpeg so this was easy just like on windows its just possible to fix upgrading with no compilation needed.
On Rasbian --enable-omx --enable-omx-rpi is needed to enjoy the GPU just like --enable-libsrt also I would like my nginx to have SRT but I think it just because the normal ffmpeg on my systems need to be rebuild to make the OBS 26.1.1 work with SRT.
If I use
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
./configure --arch=armel --target-os=linux --enable-gpl --enable-omx --enable-omx-rpi --enable-libx264 --enable-libx265 --enable-libx265 --enable-nonfree --enable-mmal
make
Then I am missing the rtmps in the -protocols so this is bad when needed by some sites for streamning.
So have anyone made a script to build ffmpeg for Debian/Ubuntu/Rasbian where this solved ?
On Rasbian "debian buster" the libsrt is also missing from the ffmpeg included with the package repository but on a MacOSX I was able to get srt with ffmpeg so this was easy just like on windows its just possible to fix upgrading with no compilation needed.
On Rasbian --enable-omx --enable-omx-rpi is needed to enjoy the GPU just like --enable-libsrt also I would like my nginx to have SRT but I think it just because the normal ffmpeg on my systems need to be rebuild to make the OBS 26.1.1 work with SRT.
If I use
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
./configure --arch=armel --target-os=linux --enable-gpl --enable-omx --enable-omx-rpi --enable-libx264 --enable-libx265 --enable-libx265 --enable-nonfree --enable-mmal
--enable-libsrt
make
Then I am missing the rtmps in the -protocols so this is bad when needed by some sites for streamning.
So have anyone made a script to build ffmpeg for Debian/Ubuntu/Rasbian where this solved ?