Our Media module stands out as a potent tool for efficient and secure management and sharing of your image and video content. This module streamlines the process of uploading multimedia files to cloud storage, offering a hassle-free experience.
Primary Benefit
Seamlessly integrates with your workflow through its user-friendly API, reducing the need for manual database management.
Eliminates the complexities of setting up databases and managing servers, allowing you to focus on your core tasks
Note: There is no file size limitation for uploads via the SDK
Adding Module
MAUI specific :
1. Configure NuGet Package Source
Add the TruVideo GitHub package source to your NuGet configuration. You can do this in two ways:
You need to configure your GitHub credentials to access the package feed. Add the following to your nuget.config file:
Replace:
YOUR_GITHUB_USERNAME with your GitHub username
YOUR_GITHUB_PAT with a GitHub Personal Access Token that has read:packages scope
Important: You must create a GitHub Personal Access Token with both repo and packages permissions. Without these specific permissions, package installation will fail. To create a token:
Go to GitHub Settings > Developer Settings > Personal Access Tokens
Generate a new token with at least repo and packages scopes
Copy the token immediately as it won't be shown again
Note: Never commit your GitHub credentials to source control. Consider using environment variables or user-specific configuration files.
3. Install Required Packages
If you configured the package source manually, you need to install the required packages using the following commands: