You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTMLMediaElement.srcObject can be a MediaStream, MediaSource, Blob or File (see this). MediaSource could be handled by #2. The rest I have not checked whether the cloning algorithm works for them. Currently we're only copying the src attribute, which doesn't work if the media's source is set with srcObject:
HTMLMediaElement.srcObject
can be aMediaStream
,MediaSource
,Blob
orFile
(see this).MediaSource
could be handled by #2. The rest I have not checked whether the cloning algorithm works for them. Currently we're only copying thesrc
attribute, which doesn't work if the media's source is set withsrcObject
:jumpcutter/src/entry-points/content/ElementPlaybackControllerCloning/Lookahead.ts
Lines 83 to 90 in 1db4ef4
The text was updated successfully, but these errors were encountered: