basst314 / ngx-webcam

A simple Angular webcam component / pure & minimal, no flash-fallback
https://basst314.github.io/ngx-webcam/?
MIT License
228 stars 104 forks source link

Pause video to prevent mobile browser freezes onDestroy #106

Closed JemiloII closed 2 years ago

jmeinke commented 3 years ago

@basst314 Please merge this and release a new version!

kishoreaoe commented 3 years ago

@JemiloII , will this PR, solves in browser slowness when we load the video element multiples times, as this is happening because we are not destroying it completely on changing to new route.

kishoreaoe commented 3 years ago

@basst314 , kindly help in merging this PR, this is very much useful

JemiloII commented 3 years ago

When the component is unloaded, the video is component is destroyed on its own. However, not stopping the video play while destroying the video element causes problems that ends up freezing the browser.

kishoreaoe commented 3 years ago

@JemiloII , any other workaround to implement the same, if new version is not released.