I am building a course website where I want users can view the videos stored in appwrite storage in diff quality and also will do some processing before streaming it to the user like add some logo in the center of the video all that. but i am not clear is this possible or not as functions end after 15 minutes of execution so what is the solution to this problem could someone help
TL;DR
Developers want to stream videos with adaptive quality stored in appwrite storage, and perform processing before streaming. Functions end after 15 minutes causing concerns. Solution: Implement a workaround by breaking down the processing into smaller chunks and using a queue system for handling large tasks.