Home > Operation and Maintenance > CentOS > How to solve centos7 video cannot be played

How to solve centos7 video cannot be played

WJ
Release: 2020-06-06 17:13:51
Original
4725 people have browsed it

How to solve centos7 video cannot be played

How to solve the problem that centos7 video cannot be played?

1. First enter the official website to download flash

How to solve centos7 video cannot be played

2. Select compression Version.tar.gz

3. Right click on the installation package window to open the terminal or switch to the directory via cd and decompress the compressed package

sudo tar -zxvf flash_player_npapi_linux.x86_64.tar.gz
Copy after login

laterflash_player_npapi_linux.x86_64.tar.gzSubject to actual download

4. Transfer the decompressed libflashplayer.so file to the /usr/lib64/mozilla directory

   mv  libflashplayer.so /usr/lib64/mozilla/plugins
Copy after login

5. Restart the browser to solve the problem.

Related reference: centOS tutorial




##

The above is the detailed content of How to solve centos7 video cannot be played. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template