Home > Article > Operation and Maintenance > 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
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.gz
Subject 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!