I am using below versions:
Protocal: HTTPS (SSL)
Chrome Vesrion: 55.0.2883.87 m (64-bit)
Adobe Flash Player Plug-in Version: 24.0.0.186
Issue: When I am trying to play a flash video over SSL on chrome browser, its not playing the video content. The browser just loads the first initial screen and does not proceed further to play the content of the video.
I could not reproduce this issue in other browsers like IE 11 and Firefox 45.4.0
In chrome, its working fine over HTTP protocol.
I am not sure of what causing this issue whether its browser, flash player plug-in or protocol issue.
Can you please help me out in this?
Thanks.
Just change the link to the shockwave/flash document adress to https.
Related
I want to embed an mp4 in my Rails 4 app.
=video_tag "movie.mp4", controls: true
This works in Safari. However, in Chrome, the play button is grayed out. In Firefox, which I never use and may not have the requisite plugin installed, it says "Video format or MIME type is not supported" in the video player box.
The video is about 100mb and was created with iMovie.
Shouldn't mp4s play in the latest Chrome and FF? Is this a problem with the way I created the mp4 in iMovie?
Edit: added image of network console:
Edit 2: If I navigate to /assets/movie.mp4, the movie still doesn't play, and this is what I get in the network console:
I am trying to play audio after a touch on my website using audio element but the audio file is on aws cloud front. The audio is audible on Desktop Chrome but I cannot hear it on iOS Safari .
Do they permit it , if yes then is there a config file that we need to create ?
To answer your titled question: yes mobile Safari does allow to play cross domain HTML5 audio (just tested it again on my iOS7 iPad). Though there has been report it is not working well with CORS attribute.
You could try to wildcard CORS on CloudFront. Maybe this can help you.
Are you able to plug your iOS device on a Mac to use Safari debug console for iOS? If so there could be error showing up in the logs.
When I enter a WebM video URL in a web browser on Windows 7, the video automatically starts playing. But in Firefox on a Linux system, when I enter a WebM video URL it asks me if I want to download that video file, rather than automatically playing it in the browser.
This may be a silly question with a super simple answer, but what do I need to do to make this video play within the browser, rather than asking me if I want to download it?
When I try the same thing in Chrome in my Linux environment, the video automatically plays within the web browser as I would hope, so it seems to be something specific to Firefox in Linux that I need to change.
Go to this link http://webm.html5.org to verify that you can play WebM videos and make sure you update to a newer version of Firefox.
Issue
The embedded Youtube flash player only plays audio and displays a black box where the video should be in Firefox.
Site: Nexus Gaming Media
To see the issue try playing the video that appears when the above home page is loaded (in Firefox). The audio works fine but there's a black box where the video should be.
Despite the above issue other embedded videos work fine for me in Firefox. Such as the embedded video here: https://developers.google.com/youtube/youtube_player_demo
Tested flash player versions: 11.6.602.180 and 11.7.700.141 (11.7 beta)
What I've tried:
Re-installing the flash player
Using the beta flash player
Deleting all of the flash player cache files
Multiple profiles in Firefox
Modifying CSS values
Using a private browsing window in Firefox
Starting Firefox in safe mode with the default theme and all add-ons disabled
I cleared the history and cache after each modification and then I restarted the browser. The video playback works fine for me in Google Chrome (note that I have pepflashplayer disabled). Does anyone have any idea what's causing the embedded player to work in Chrome but not in Firefox?
Have you tried setting the wmode as a query string? (i.e. '?wmode=transparent')
I have a html page with video tag,it work fine in every browser when use http,but if the website switch to https,the video can't play in iPhone safari browser, anyone ever seen this and know if there are ways around it? Thanks!
Check this link for the same question or this apple forum link if you have devkit.
You must have a valid Intermediate Certificate installed on the server. It is not enough to have only the server certificate installed.
The problem doesn't lie with the video, protocol, or the player. It has something to do with the SSL certificate. Have a look here - it describes a similar problem you're experiencing, but on the iPad.