jhiesey / videostream

Play html5 video when from a file-like object
MIT License
243 stars 74 forks source link

Support autoplay #2

Closed feross closed 9 years ago

feross commented 9 years ago

Autoplay the video when the "autoplay" option is true:

videostream(file, video, { autoplay: true })

Or, if the "autoplay" property is set on the video tag.

video.autoplay = true
videostream(file, video)
feross commented 9 years ago

@jhiesey Should this PR be discarded now?

feross commented 9 years ago

Closing this...