Chromium not playing mp3? - google-chrome

For some reason, the same mp3 files :
http > my.mp3
https> same.mp3
plays on Firefox, and doesn't play on Chromium Version 37.0.2062.94 Ubuntu 14.04 (290621) (64-bit). Using the Code inspector, I see no feedbacks in the console.
What is going wrong ? How to make it work ?

As a not completely free format, Mp3 is not supported by Chromium out of the box. See http://www.chromium.org/audio-video
Solutions:
Ubuntu:
sudo apt-get install chromium-codecs-ffmpeg-extra chromium-codecs-ffmpeg-nonfree
Windows: see How do I add MP3, MP4 and H.264 support to Chromium on Windows?

Related

Distorted font in Chrome Ubuntu

I just updated chrome on Ubuntu 16.04 LTS. Most of the font on pages opened in Chrome looks distorted. Anyone having same issues?
Try to install the Chromium Browser.
sudo apt-get install chromium-browser
The Chromium Browser runs like Google Chrome.
Make a test and tell us how the fonts are exhibited.
Bye.

Installing the Google Chrome Flash debugger on Windows

I'm trying to debug an issue in Flash Player that I have managed to fix in Firefox and Internet Explorer, Chrome however refuses to cooperate.
So I'm stuck with tracking down this Chrome specific issue. But as far as I can tell there's no way to get the Flash Debugger working on Chrome for Windows. I've read a few 'solutions' to this problem but most of these were for Mac or were for older versions of Chrome.
I tried disabling the Adobe Flash Player plugin in Chrome's chrome://plugins/ page and installing the Flash Player content debugger for Opera and Chromium based applications – PPAPI plugin, it doesn't seem to install successfully however as it doesn't show up in the plugins list nor am I able to view Flash Player content.
Any help would be greatly appreciated!
I have the same issue, however I was able to have the NPAPI debugger installed for a while. I think the key is the version of player. I found that it is impossible to install the adobe debugger if its version number is lower than the version of chrome flash player. I had the debugger working for about 2 months, but now I'm unable to install it since its version is 21.0.0.197 while chrome has just updated its player to version 21.0.0.213. Also I have found that sometimes I need to run non-personalized version of chrome right after installation. All I can do now is to wait for new version of adobe debugger.
[Edit]
I've found deleting folder with its plugin (the one with version in the name) can help temporary ;) After browser restart I saw debugger in plugins instead.

How do you install flash debug version with Windows 10

I have been looking for a way to install the debug version of flashplayer for ie11 or the newer microsoft edge browser under Windows 10. AS far as I understand, the flash plugin is now embedded with both browsers, so there is no way to update it to a debug version.
Using the debug version installer from adobe site (active x version), gives me a pop-up stating that I already have the latest verion which is true, but there seems to be no way to change my version with the debug one.
AS anyone succeed in using the debug version of flash undex one of these browser on Windows 10 (64bits)?
Thanks,
Currently the answer is no, you can not use the Flash debugger in Windows 10 / IE or Edge browsers as they are 'embedded' libraries in the OS now. The options are to use Win 10 & Firefox or use Win 8.1 when debugging Flash.
Via: https://forums.adobe.com/message/7841726#7841726
I have received confirmation that at this time Microsoft does not
support the debuggers on Windows 10. We do not have an estimate as to
when they will support the debuggers, but when they do, the install
links will be added to the Adobe Flash Player Support Center page.
You might do it manually by yourself, the core step is running flash_debugger installation file with switch -install, after a few modification in debugger folder, then you might reach there.
showing the happy result in image following.enter image description here
Download the windows 7 virtual machine for free. I recommend Virtual Box. https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
Once you have Windows 7 running inside Windows 10, install the IE Flash debugger or another of your choice. https://www.adobe.com/support/flashplayer/debug_downloads.html
IE 11 does not support flash player content debugging in windows 10.Fire fox and Chrome browsers however allow for the content debugging in windows 10.
1)Install Flash debugger for Firefox or Chrome:
a) Go to https://www.adobe.com/support/flashplayer/debug_downloads.html
b) For fire fox, Download and install Download the Flash Player content debugger for Firefox - NPAPI
c) For Chrome, Download and install Download the Flash Player content debugger for Opera and Chromium based applications – PPAPI

Chrome with VLC Web Plugin

Hi I'm working in a project that I need to run a video on Firefox and Chrome, so I install the "VLC Web Plugin" and it is run correctly on Firefox, but I can not install it on Chrome.
I try to install the "ubuntu-extras-restricted" package, install VLC full, install "browser-plugin-vlc" package, but nothing worked for Chrome.
How do install "VLC Web Plugin" for Chrome on Ubuntu?
I read in some places that you can not install "VLC Web Plugin" for Chrome on Ubuntu. It is true?
Configuration:
Chrome: 37.0.2062.120 (Versão oficial 281580)
OS: Ubuntu 14.04 LTS

install flash debugger on linux for chrome

i am trying to install flash debugger on Linux Ubuntu 16.04.3 LTS for Chrome.
i downloaded from https://www.adobe.com/support/flashplayer/debug_downloads.html
the version Download the Flash Player Plugin content debugger (64-bit) - PPAPI..
I then deleted the folder /usr/lib/adobe-flashplugin and restarted chrome to check if it warns me that there is no flash installed on this page https://helpx.adobe.com/flash-player.html
but it says i still have flash installed version xxxx..xxx
so where is flash for chrome located?
i need to place the debug version of flash there. even after replacing the contents of the above folder with the contents of the downloaded file, i still do not see the debug version of flash
EDIT
thanks to Joshs comment I now know it is in /.config/google-chrome/PepperFlash/28.0.0.137, but on replacing the contents with the debug version (including manifest), I am now displayed the flash version of 24.0.0 instead of the debugger version
How do I enable/install the debug version of flash?