美文网首页
yandex H5 出现视频无法播放

yandex H5 出现视频无法播放

作者: 星辰大海_ahank | 来源:发表于2019-02-24 19:54 被阅读3次

    Update the video codecs.
    Deb-package
    Install the latest version of chromium-codecs-ffmpeg-extra by running sudo apt-get update && sudo apt-get install chromium-codecs-ffmpeg-extra.

    Rpm-package
    Download the latest version of chromium-ffmpegsumo, clicking the package name in the Download column.

    Install the package by running:

    sudo rpm -i <path-to-downloaded-file>/chromium-ffmpegsumo-<version-number>.rpm
    Other distributives
    Download the latest available deb-package.
    Extract the libffmpeg.so file from the archive:

    !/bin/bash

    ar -x chromium-codecs-ffmpeg-extra_56.0.2924.76-0ubuntu0.16.04.1268_amd64.deb
    rm chromium-codecs-ffmpeg-extra_56.0.2924.76-0ubuntu0.16.04.1268_amd64.deb control.tar.gz debian-binary
    tar xf data.tar.xz
    mv usr/lib/chromium-browser/libffmpeg.so
    rm -rf usr data.tar.xz
    Put it in the library /opt/yandex/browser-beta/lib/libffmpeg.so.

    相关文章

      网友评论

          本文标题:yandex H5 出现视频无法播放

          本文链接:https://www.haomeiwen.com/subject/suibyqtx.html