Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 37970  / 2 Years ago, sat, february 5, 2022, 4:35:16

I have the latest Ubuntu version.
When I try to open a .wmv file I got the error :




Required plugin could not be found.

Python (v2.7) requires to install plugins to play media files of the following type: video/x-asf-unknown decoder




What can I do to fix it?


More From » 12.04

 Answers
1

It seems the video is using GoToMeeting codec which is not supported on Linux. I searched the Internet and found this forum thread.


There was a link to this page which was provided to be helpful. I read it, as far as I understand, you need to have Wine, mplayer, w32codecs and gotomeeting codec to play it via Wine


I'm quoting the text below:



If you want to watch a GoToMeeting video on Linux (g2m3 codec)
You'll need to install mplayer, win32 codecs, wine, the gotomeeting codec (copy the G2M.dll codec to /usr/lib/codecs). Then run the video with WMV. You also might want to see this post on downloading the g2m3 codec.



Apparently, The process is as follows:



  1. Install Wine with sudo apt-get install wine



  2. Install mplayer with sudo apt-get install mplayer. You may want to install a front-end for mplayer. Try smplayer with sudo apt-get install smplayer



  3. Enable the medibuntu repository by going to this help page.



  4. After adding it, install w32codecs with sudo apt-get install w32codecs.



  5. Then Download the free gotoMeeting codec from here. Install the downloaded .exe file with Wine.



  6. After installation, try to play the file using smplayer or mplayer.


    Don't forget to copy the G2M.dll file which is installed via Wine into /usr/lib/codecs directory. Most probably, you will find that file under .wine directory which is hidden in your home directory. You can search for that file using nautilus search feature.




For further info, you may want to visit these links:



Hope this answer will help.


[#35492] Saturday, February 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
uestred

Total Points: 464
Total Questions: 104
Total Answers: 112

Location: Israel
Member since Wed, Apr 14, 2021
3 Years ago
;