Youtube video does not play in IE with https secure path
I found an issue in my project. I thought will be worth of sharing.
The youtube video was playing in all other browser except all IE version.
Error Message:
An error occurred, please try again later
I figured out the issue was I was using https protocol.
Reason:
Was using an OLD streaming youtube streaming URL api.
Try the below to fix this issue.
https://www.youtube.com/e/ [place your video id] ?enablejsapi=1
like
https://www.youtube.com/e/0lXepvF3mcM?enablejsapi=1
Please leave your comment if useful
Vijay
Advertisement