agsh / onvif

ONVIF node.js implementation
https://onvif.pages.dev
MIT License
703 stars 240 forks source link

Encoder support #10

Closed chriswiggins closed 9 years ago

chriswiggins commented 9 years ago

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 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?

Thanks for the help in the right direction!

chriswiggins commented 9 years ago

See #11