brandly / angular-youtube-embed

:tv: Embed a YouTube player with a simple directive
http://brandly.github.io/angular-youtube-embed/
MIT License
508 stars 147 forks source link

same video buffers longer than window.open #32

Open auching opened 9 years ago

auching commented 9 years ago

same video, same network environment, the one with youtube directive loads/buffers so much longer than window.open("https://www.youtube.com/embed/xxx"); the youtube directive takes 2-3 mins buffering time while at the same time the same video in my same app plays immediately using window.open, i tried different orders with different videos, still behave the same.