input[0][0] will only be non-undefined if the source node is actively processing (spec text, second paragraph of the section on the input parameter). When the source is a media element, there can be a short delay until the first buffers are available.
input[0][0]
will only be non-undefined if the source node is actively processing (spec text, second paragraph of the section on theinput
parameter). When the source is a media element, there can be a short delay until the first buffers are available.