The site I am working on is using some code from its previous website from a few years ago. The audio player doesn't load in firefox (click the listen button, audio player will open in popup). I think it's using jw player.
It's fine in Chrome but in Firefox it just doesn't appear. Any idea why?
That site use jwplayer 5 (very old), so the player needs Flash player correctly activated on Firefox (https://helpx.adobe.com/it/flash-player/kb/enabling-flash-player-firefox.html)
On Chrome, maybe you have the flash player blocked (by default with new Chrome versions) and the player fallback to mp3 file, or the flash plugin is correctly activated on Firefox
Related
I have created a WordPress plugin that records reviews in video format with VideoJS (JS library). I am using Video.JS 7.14.3 with Video.JS-Record 4.5.0 and RecordRTC 5.6.2.
I am facing an error on the Safari browser, as seen in the image below:
When I click on the video to record it throws an error.
The videos that I previously recorded in a different browser do not play on Safari. The same issue happens anytime I try to play the recorded video.
I'm trying to add embed youtube video in my Ionic project, just using iframe.
Once I added, it works on the normal web browser(Google Chrome).
However, if I changed view mode to device mode(F12 & Ctrl+Shift+M), and refresh browser, the embed video stopped auto-playing. Is there anyone have experience before fixed like this problem?
Here is the similar case with mine: http://jsfiddle.net/eFLqJ/1005/
This module will be helpful for your problem: https://github.com/orizens/ng2-youtube-player
I have observed a strange problem on my HTML5 web application on IE 10 windows 7. The problem occurs when sliding the thumb of the video player, or clicking +30s or -30s numerous times the browser freezes and after sometime the message box to "recover page" comes.
I've been using the video.js plugin and Vimeo for over a year now, its all worked perfectly by using the direct MP4 link provided from Vimeo Pro account. It's now stopped working in chrome, it looks to be the player isn't working with HTML5. The player still works in firefox, IE and safari as it defaults to the flash player.
Developer tools isn't throwing any errors.
How do I get it to work again in chrome?
You can user latest version of videojs and css file also add data-setup attribute in video tag
I'm building a mobile site in which in embed some youtube videos with the IFrame player API (https://developers.google.com/youtube/iframe_api_reference).
Basically, I need to start this video after the user clicks a custom play button. This button triggers the player.playVideo() on the loaded youtube iframe to play the video. This works fine on the standard android and iphone browser (video starts playing fullscreen). However in Google Chrome's mobile browser (android and ios) I get a second play button over the video after my first click, thus making me click twice to play the video.
Anyone know a workaround for this?
Theoretically the autoplay is disabled on Safari and Google Chrome for Android . In my experience I never could avoid to show the second button with Youtube player API, even with an action triggered by user (the first click).