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

How to solve centos7 video cannot be played

WJ
WJOriginal
2020-06-06 17:13:514624browse

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

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

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!

Statement:
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