I am using Firefox 34 for Ubuntu 14.04. I tried to play the audio on google translate page, not able to hear the sound. I could see an error in developer console when I press the audio button. Attached the screen shot. Even I tried with disabling other conflicting add-ons and removing ad blocker. But still the same issue. What could be missing here? Please clarify.
It seems some audio codec was missing. I installed gstreamer0.10-fluendo-mp3 plugin for Ubuntu Rhythmbox Music Player. Then I restarted firefox, and now able to hear audio on Google translate page.
Related
Wanted to know if any of you guys have played around with getting a video to play in a mini app? I have looked at some of the Alipay documentation and from what I can see there is only one supported platform to upload a video to in order to use within the mini app...
You cant get videos to play in native mini programs because the tag is not currently supported.
You could get videos to play by making use of the web-view which points to a website which hosts the video
This issue is related to playing media in Firefox. While trying to stream audio after moving workstations, I get the following error in the console:
Media resource [...] could not be decoded [...] NS_ERROR_DOM_MEDIA_MEDIASINK_ERR (0x806e000b) Details: OnMediaSinkAudioError
In this case, it's not down to the website setup or contents of the audio stream, as they were working before.
Searching online for OnMediaSinkAudioError or NS_ERROR_DOM_MEDIA_MEDIASINK_ERR only seem to turn up with code commits or repositories for Firefox itself, so this doesn't appear to be a common problem.
It turns out that in this scenario, the error is quite misleading, since it is caused by a misconfiguration of the Windows audio output device.
After swapping my headphones from the rear audio ports to the front and restarting the workstation, everything worked fine. Restarting Firefox may have also been sufficient.
I had the same problem more than once, this time after showing the Console (on Soundcloud) I saw the NS_ERROR_DOM_MEDIA_MEDIASINK_ERR error logged and googled it to find this SO question. What fixed this issue for me was the 1st solution at drivereasy (restarting the Windows Audio service), without even restarting Windows or Firefox.
Hold Down Windows logo and press R key. A Run dialog box will pop up.
Type services.msc in the run box and click OK button.
In right Services Window, find Windows Audio from the “Name” list and right-click on it. Click Restart in the pop-up menu. Then the audio service will restart.
A cmd oneliner would be net stop AudioSrv && net start AudioSrv, run as Administrator.
If you are using VS CODE Live Server extension, Javascript Audio() won't play sound. Try running the site without the extension.
I was receiving the similar error (Media Resource xxx could not be decoded.) in Firefox 46.0.1 and it turns out, the browser does not support .wav files, it worked fine with mp3 audio files.
I had to use embed element with type="application/x-mplayer2" which triggered vlc component to play the file. We were okay with this work around as we only use this website internally and had to stick to older version of Firefox for some reasons.
Though, the audio wav files worked fine in Google Chrome and Mozilla Firefox latest versions.
Here is my config:
- Mac 10.9
- Firefox 28-29
My iframe containing the Vimeo video stays black and displays this error message:
< This video can't be played with your current setup. >
It works fine in all the other browsers.
Markup iframe:
<iframe src="//player.vimeo.com/video/83913899?title=0&byline=0&portrait=0&color=111" width="960" height="540" frameborder="0" allowfullscreen="0" kwframeid="1"></iframe>
Link to page:
http://www.monakimprojects.com/projects/uniqlo-campaign#slide-02
PS : A friend told me it works fine for Firefox 29, Mac OS X 10.6.
So it looks like it is an OSX problem.
VIMEO support answered :
You need to have flash installed to watch Vimeo videos in Firefox on
OS X because they don't support h.264 playback.
Ah hum yes ok I just reinstalled my Mac a few days ago thats why...
But could they make their message more precise no?
Instead of a silly joke and
This video cannot be played with the current setup
I would have prefer
This video needs flash player installed to be played
Agree VIMEO team?
Thx.
Can't comment yet because of lack of reputation, but there's something I think is worth sharing.
Chrome and Firefox have disabled Flash across the board. Users would have to update or reinstall Flash. This makes it worse for the situation mentioned in this post. Not so much for Chrome since it plays without using Flash, but definitely a problem for Firefox on Mac, which users may not know an update is necessary to view the Vimeo video.
Google and Mozilla pull the plug on Adobe Flash: Tech giants disable the program on browsers following 'critical' security flaw
I have Ubuntu 14 and the solution that worked for me was to install Adobe Flash!
I have tried using iframe and also video tag and object tag to play the video. In some cases, it plays only the audio from the video, but video doesn't show up.
Secondly, the same video file plays well on a separate tab in the browser, but not within my iframe.
This issue is on all browsers on my Mac, but on a windows machine it plays well.
I finally found it. Apple has a good documentation of its own for this. https://developer.apple.com/library/mac/documentation/quicktime/conceptual/qtscripting_html/QTScripting_HTML_Document/ScriptingHTML.html#//apple_ref/doc/uid/TP40001525-2-GettingaBrowsertoLoadQuickTime
I simply had to use the embed tag properly as they have explained.
developers.
I'm using mediaelements.js plugin for displaying video on a site, I'm developing. So the problem is that when I open the url with Firefox 3.6 on Mac with MACOS, QuickTime player is show inside the mejs player:
http://gyazo.com/70dc452527ac8e219497e7b193d88d17.png?1354549129
If anybody can tell me why is that happening, I'll be very happy.
Thanks in advance,
Le Koki
It doesnt look like the MEJS is even getting fired. did you instantiate MediaElementPlayer?