Level 9
Nov 19, 2018
3
Level 12
Video JS Youtube on HD Quality
Hi guys. I am trying to embed my youtube video with Video JS Youtube. The only problem I got here is I can't watch it in HD Mode, while in youtube I can switch it.
This is my code to display that youtube video.
<video autoplay poster="{{ asset('screencasts_thumbnail/' . $series->thumbnail) }}"
id="vid1" class="video-js vjs-default-skin vjs-big-play-centered"
preload="auto" controls data-setup='{ "techOrder": ["youtube"],"aspectRatio":"16:9", "sources": [{ "type": "video/youtube", "src": "https://www.youtube.com/watch?v={{ $video->unique_id }}"}] }'></video>
Can you guys fix if I have any problem here ?
Please or to participate in this conversation.