Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Another approach will be to use the VXG Web SDK https://github.com/VideoExpertsGroup/VXG.WebPlayer.SDK and integrate the web player with your existing UI. For integration with mobile applications, VXG provides Mobile SDKs for Android https://github.com/VideoExpertsGroup/VXG.Media.SDK.Android and for iOS https://github.com/VideoExpertsGroup/VXG.Media.SDK.iOS. In all the cases, the SDKs will need to know the channel “access token” to access live and recorded video and other resources and information associated with the channel.

...

#5. Integration with your authentication & authorization services

...

VXG Cloud VMS is detached from authentication and authorization services. VXG web and mobile clients use Google Firebase for authentication and a simple PHP backend code for the authorization of users. The easiest way to change the authentication service will be to just change the Google Firebase account to the account managed by a customer. Another approach will be to completely replace the authentication mechanism. VXG will provide the full source code of the authorization backend. It can be hosted on any web server that supports PHP.

#6. Integration with existing front and back-end

...

A back-end should know a list of “access tokens” (channels or cameras) that a user should have access to. Usually, this list is stored in the back-end database.

...