kylegilman / video-embed-thumbnail-generator

A WordPress plugin that generates thumbnails, HTML5-compliant videos, and embed codes for locally hosted videos. Requires FFMPEG or LIBAV for encoding.
http://wordpress.org/plugins/video-embed-thumbnail-generator/
GNU General Public License v2.0
48 stars 27 forks source link

Use WordPress Heartbeat API for Encode Queue Updates #11

Open kylegilman opened 11 years ago

kylegilman commented 11 years ago

This can take over for encode progress checking in WP 3.6+ http://wp.tutsplus.com/tutorials/creative-coding/the-heartbeat-api-getting-started/

kylegilman commented 3 years ago

Use a JavaScript countdown instead of polling the server every second