They have this called some EGRESS, and I am curious if the Appwrite storage is a S3-compatible storage provider, and can I use the appwrite storage to upload my livekit recorded? THis is the documentation link from livekit
Appwrite Storage Adapter is indeed S3 compatible.
how can I get the information that required:
const fileOutput = new EncodedFileOutput({
fileType: EncodedFileType.MP4,
filepath: 'livekit-demo/room-composite-test.mp4',
output: {
case: 's3',
value: new S3Upload({
accessKey: 'aws-access-key',
secret: 'aws-access-secret',
bucket: 'my-bucket',
endpoint: 'https://my.s3.endpoint',
}),
},
});
The access key, secret, bucket and endpoints or region parameters
Recommended threads
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...