Response I hadn't sent... On 3/30/2013 3:31 PM, Robert O'Callahan wrote:
But I think we should fix that if we can come up with a good enough heuristic for determining whether a stream is live. Otherwise maybe we should add an attribute to indicate liveness
This is related to what happens in WebRTC/getUserMedia streams, which need to play "live".
I wonder if a (hacky) workaround of assigning to a background media element, using stream = element.captureStreamUntilEnded(), then visible_element.mozSrcObject = stream would work.... Roc? This trick might need access to a setting not visible in JS, though.
This of course assumes you know it's a live remote stream. -- Randell Jesup, Mozilla _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

