Configuring Flash search / streaming using mediaelement.js (apache + php)?

Can users with older browsers or video formats that require Flash fallback jump to a specific time in the video if it is not already buffered?

Does support flashmediaelement.swf support byte range / pseudo- stream support ?

Firebug (Net tab) does not display the correct headers required for such streaming (206 Partial Content).
- request: Range
- response: Content-Range

These headers are displayed only if the main player is active.

Articles with possible solutions:

+5
source share

All Articles