datarhei / restreamer-ui

The user interface of the Restreamer for the connection to the Core application.
https://datarhei.com
Apache License 2.0
46 stars 38 forks source link

This version of the UI doesn't support the available FFmpeg binary (6.1.1). The UI requires ^5.1.0. Please use a supported FFmpeg binary. #44

Closed hereisderek closed 6 months ago

hereisderek commented 6 months ago

image

on a new deployment.

"Image": "datarhei/restreamer:vaapi-dev"

datarhei-core v16.14.0 (linux/amd64) - shrill-scene-2972

docker images --digests shows:

datarhei/restreamer                 vaapi-dev      sha256:1bed5f23dc27e1c0e237e7285808f938bdf20c19065fcf47050915b2ec248c64   dbf65336a078   4 days ago      374MB

docker exec -ti restreamer ffmpeg -version:

ffmpeg version 6.1.1-datahrei Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.2)
configuration: --extra-version=datahrei --prefix=/usr/local --enable-nonfree --enable-gpl --enable-version3 --enable-postproc --enable-static --enable-openssl --enable-libxml2 --enable-vaapi --enable-libv4l2 --enable-libfreetype --enable-alsa --enable-libsrt --enable-libx264 --enable-libx265 --enable-libvpx --enable-libmp3lame --enable-libopus --enable-libvorbis --disable-ffplay --disable-ffprobe --disable-debug --disable-doc
libavutil      58. 29.100 / 58. 29.100
libavcodec     60. 31.102 / 60. 31.102
libavformat    60. 16.100 / 60. 16.100
libavdevice    60.  3.100 / 60.  3.100
libavfilter     9. 12.100 /  9. 12.100
libswscale      7.  5.100 /  7.  5.100
libswresample   4. 12.100 /  4. 12.100
libpostproc    57.  3.100 / 57.  3.100
hereisderek commented 6 months ago

using vaapi-latest tag fixed the issue. guess dev was behind latest

ioppermann commented 6 months ago

You can try again the datarhei/restreamer:vaapi-dev image. The bug has been fixed.