Glam Prestige Journal

Bright entertainment trends with youth appeal.

I have installed Ubuntu 15.04 on my machine. When I tried to play a video it asked me to install one plugin (Plugin - MPEG-1 Layer 2 (MP2) decoder). Can anyone help me get this plugin installed?

2 Answers

You can install all codecs, Microsoft fonts and flash in one command

sudo apt-get install ubuntu-restricted-extras

If you want to install just that codec, run

sudo apt-get install libmpeg2-4

What you need is this package:

apt install gstreamer1.0-plugins-bad

This package contains codecs (or plugins for gstreamer framework rather) that are not particularly well written or stable. It is good enough though.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy