Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 102651

Problem on updating FFMPEG to version 4

$
0
0

@BrunoZumba wrote:

Guys, I updated HA to version 1.110 and up until now I couldn’t get my ONVIF cameras to work again.

To sum up, on my searchs I found out here that I need FFMPEG version 4 in order to install AV version 8.0.1.

But I can’t get FFMPEG updated to version 4

Stream page says that I should be able to update using

sudo add-apt-repository ppa:jonathonf/ffmpeg-4
sudo apt upgrade

But this is what I get when I try

pi@raspberrypi:~$ sudo add-apt-repository ppa:jonathonf/ffmpeg-4
Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 95, in <module>
    sp = SoftwareProperties(options=options)
  File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 109, in __init__
    self.reload_sourceslist()
  File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 599, in reload_sourceslist
    self.distro.get_sources(self.sourceslist)
  File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 89, in get_sources
    (self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Raspbian/stretch

I read somewhere that these “ppa” are for ubuntu systems. To install PPA on raspberry pi I tried both ways here and none of them worked.

If I try to just sudo apt-get heres what I get that FFMPEG is already on the latest version (but it says 3.2.14, no 4)

pi@raspberrypi:~$ sudo apt-get install ffmpeg
Reading package lists… Done
Building dependency tree
Reading state information… Done
ffmpeg is already the newest version (7:3.2.14-1~deb9u1+rpt1).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

Please, help me update it to version 4 so I can then update AV to 8.0.1 and finally have my ONVIF cameras working again.

Thanks!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 102651

Trending Articles