Closed (fixed)
Project:
Video Embed Field
Version:
7.x-2.0-beta5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2012 at 15:59 UTC
Updated:
8 Oct 2014 at 14:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pjcdawkins commentedThe patch seems to work nicely with YouTube.
I'm not sure what the thumbnail URL is for (whether it's fetched on the server or the client side) so that might not need changing.
Comment #2
jec006 commentedThis seems like a good fix, I removed the thumbnail part because that request is made by the server and doesn't ever get sent forward to the client.
Committed here: http://drupalcode.org/project/video_embed_field.git/commit/042390e
Comment #3
jec006 commentedComment #5
paul_constantine commentedSorry to say this, but the problem is back.
If you just load the page with the video, everything is fine - got a green padlock.
As soon as you start the video, I get the mixed content warning.
Tested that on the latest version of Firefox and Chrome.
On Apple's Safari I get a save connection even it I start the video. Strange.
Got any ideas?
Cheers,
Paul
Comment #6
paul_constantine commentedOkay, it seems that YouTube is sending all kinds of stuff alongside with the actual video stream (see screenshot).
Is there any way to keep that out to recieve it in https?
Comment #7
pjcdawkins commentedhttp://apiblog.youtube.com/2011/02/https-support-for-youtube-embeds.html
Comment #8
paul_constantine commentedSo this means, that we will just have to wait for YouTube to fix this?
Only that I understand the information on the linked page correctly.
Best wishes,
Paul
Comment #9
plopescFrom the point of view of the module code, this bug is already fixed.
Feel free to reopen if your problem persists.
Thank you