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
For example, if we want to change the media we stream in a video element, we want to destroy the previous renderer (particularly when a videostream is used) . But render-media does not return anything.
The sticky part is that render-media can use different methods to render the media, so I don't really know how to implement this.
The text was updated successfully, but these errors were encountered:
Chocobozzz
changed the title
Add ability to stop to render (destroy?)
Add ability to stop rendering (destroy?)
Oct 5, 2017
For example, if we want to change the media we stream in a
video
element, we want to destroy the previous renderer (particularly when a videostream is used) . Butrender-media
does not return anything.The sticky part is that
render-media
can use different methods to render the media, so I don't really know how to implement this.The text was updated successfully, but these errors were encountered: