You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
encoder: output: Fix bug where network output was not routed through …
…libav on Pi 5
If the --codec libav option is not set, and a network stream output is
specified, the NetOutput class will be initialised together with libav
and fail to work on a Pi 5.
Fix this by ensuring if we are going to use libav, do not initialise the
NetOutput class, and allow libav to handle the network output.
Signed-off-by: Naushir Patuck <[email protected]>