Problem to solve
I would need the ability to set the native video srcObject property using the v-video component.
The srcObject is useful, for example, when attaching a webrtc streaming as video streaming source.
As I can see, now there isn't this possibility (using the src property doesn't work).
Proposed solution
Expose an attribute to easily attach an srcObject to the element.
Problem to solve
I would need the ability to set the native video srcObject property using the v-video component.
The srcObject is useful, for example, when attaching a webrtc streaming as video streaming source.
As I can see, now there isn't this possibility (using the src property doesn't work).
Proposed solution
Expose an attribute to easily attach an srcObject to the element.