Wildhoney / ngVideo

Modularised ~13KB HTML5 audio/video implementation using Angular.js
http://ng-video.herokuapp.com/
MIT License
227 stars 60 forks source link

Endless video playlist. #45

Closed sergibondarenko closed 8 years ago

sergibondarenko commented 8 years ago

Hello. I have 5 videos. And I want to play this playlist forever. The 1st video will start automatically after the 5th video. How can it be implemented? Thank you.

Wildhoney commented 8 years ago

Please try attaching the loop attribute to the video element — as far as I remember I implemented this.

sergibondarenko commented 8 years ago

Thank you.