nettings / medianet

A distribution overlay for Raspbian and similar systems to create a JACK-based embedded system for audio processing and streaming. Contract work for [mn] medianet. https://www.medianet-home.de
Other
11 stars 2 forks source link

mn_listen broken on bullseye #97

Closed nettings closed 2 years ago

nettings commented 2 years ago

As of 2022-01-17, bullseye on armhf does not have the ffmpeg-codecs package, which I believe contains the libopus encoder hooks. Consequently, the implementation of mn_listen which worked on buster is b0rken on bullseye:

mn-basic ffmpeg[5196]: [NULL @ 0x2048a40] Unable to find a suitable output format for 'libopus'
nettings commented 2 years ago

red herring caused by an uncaught syntax error in the config which broke the ffmpeg command line :o(