I'm keen to implement encoder support into this library (its already really powerful) - I've been playing with emitting new camera instances from inside getActiveSources if this.videoSources is an array (and consequently associating it with the right token), but its not really working and seems messy.
Can someone point to me where I/we should implement the encoder configuration? Is it best to support each encoder port as a new "camera" or should we keep it all under one camera instance?
Hi all,
I'm keen to implement encoder support into this library (its already really powerful) - I've been playing with emitting new camera instances from inside
getActiveSources
ifthis.videoSources
is an array (and consequently associating it with the right token), but its not really working and seems messy.Can someone point to me where I/we should implement the encoder configuration? Is it best to support each encoder port as a new "camera" or should we keep it all under one camera instance?
Thanks for the help in the right direction!