Is it possible to have DIVE stream videos directly from a GCP source rather than piping the data through the server? We have lots of videos that we'll be streaming, and it would be much more efficient to just stream them directly from the buckets to the user. Piping them through the server is going to be the heaviest lift for our server by a couple orders of magnitude, and also introduces latency.
Any thoughts on how difficult this might be?
Is it possible to have DIVE stream videos directly from a GCP source rather than piping the data through the server? We have lots of videos that we'll be streaming, and it would be much more efficient to just stream them directly from the buckets to the user. Piping them through the server is going to be the heaviest lift for our server by a couple orders of magnitude, and also introduces latency.
Any thoughts on how difficult this might be?