Netflix error f7701-1003 on Ubuntu 1
Recently we got the error F7701-1003 on Netflix after an update on the operating system was performed. To repair it we installed the package libavcodec-extra
using the following command:
sudo apt install libavcodec-extra;
After the installation was complete, we just restarted the browser and Netflix was operating again as expected.
Below is the basic information about the package that was installed:
Package: libavcodec-extra Version: 7:4.2.4-1ubuntu0.1 Priority: extra Section: universe/libs Source: ffmpeg Origin: Ubuntu Maintainer: Ubuntu Developers <[email protected]> Original-Maintainer: Debian Multimedia Maintainers <[email protected]> Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 65,5 kB Depends: libavcodec-extra58 (= 7:4.2.4-1ubuntu0.1) Homepage: https://ffmpeg.org/ Download-Size: 14,8 kB APT-Manual-Installed: yes APT-Sources: http://cy.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages Description: FFmpeg library with extra codecs (metapackage) FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This metapackage depends on the latest version of the libavcodec variant that offers additional codec support. Application packages can depend on it if they require or suggest this variant in a robust manner. Package: libavcodec-extra Version: 7:4.2.2-1ubuntu1 Priority: extra Section: universe/libs Source: ffmpeg Origin: Ubuntu Maintainer: Ubuntu Developers <[email protected]> Original-Maintainer: Debian Multimedia Maintainers <[email protected]> Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 65,5 kB Depends: libavcodec-extra58 (= 7:4.2.2-1ubuntu1) Homepage: https://ffmpeg.org/ Download-Size: 14,8 kB APT-Sources: http://cy.archive.ubuntu.com/ubuntu focal/universe amd64 Packages Description: FFmpeg library with extra codecs (metapackage) FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This metapackage depends on the latest version of the libavcodec variant that offers additional codec support. Application packages can depend on it if they require or suggest this variant in a robust manner.