Videos not working On facebook
- 
					
					
					
					
lalitjindal last edited byI'm on Ubuntu 20.04.2 LTS with Opera version Version:78.0.4093.112. The videos don't work on certain sites like Facebook. No problem on any other browser. 
- 
					
					
					
					
Luiscypher last edited by@lalitjindal it's a problem with ffmpeg codec. You can try to do this on terminal: curl -L -O https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.47.2/0.47.2-linux-x64.zip 
 unzip 0.47.2-linux-x64.zip
 sudo mkdir /usr/lib/x86_64-linux-gnu/opera/lib_extra
 sudo mv libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/lib_extraAfter that, it should work. 
- 
				Locked byleocg