Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

This question already has an answer here:

I installed 12.04 and installed all plug-ins related to video drive.

I installed VLC player and tried to start a .wmv file but I get this error:

No suitable decoder module: VLC does not support the audio or video format "MSS2". Unfortunately there is no way for you to fix this.

I followed links of previous .wmv related questions and also searched on Google but did not find a solution to the problem.

Please help me or suggest me any other player.

share|improve this question

marked as duplicate by vasa1, Jai, hhlp, Eric Carvalho, Stephen Myall Mar 14 at 11:31

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

4 Answers

up vote 1 down vote accepted
sudo apt-get install ubuntu-restricted*
share|improve this answer
working fine ..thanks for help. – Sandy8086 Aug 20 '12 at 5:19
Your Welcome! Don't Forget To Ask more! – BigSack Aug 20 '12 at 9:03

Try this

sudo apt-get update

sudo apt-get install mplayer

The Mplayer should have the codec required to play .wmv

share|improve this answer
thanks for reply .I already installed GNOME Mplayer and tried its working but cant see any video.it just audio.I want to see video file – Sandy8086 Aug 17 '12 at 7:14

In this link they suggest using vlc with --codec dmo

share|improve this answer

Tried everything including installing ubuntu-restricted-extras, medibuntu w32codecs, MPlayer etc. Finally SMPlayer did the trick.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.