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
It's not scalable to think of a one regexp to fit for all the camera-stream scenarios. IMHO a strategy design pattern could ease the implementation of new parsers for different vendors and specs. Contributors could do PRs for new snippets of code that adhere to a common strategy or base class, and add new functionality for new types of cameras, kind of a "device driver".
It's not scalable to think of a one regexp to fit for all the camera-stream scenarios. IMHO a strategy design pattern could ease the implementation of new parsers for different vendors and specs. Contributors could do PRs for new snippets of code that adhere to a common strategy or base class, and add new functionality for new types of cameras, kind of a "device driver".
For inspiration take a look at https://github.com/intridea/omniauth
The text was updated successfully, but these errors were encountered: