Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in GCP by (29.3k points)

How can we stream a video from google storage? In google cloud storage there is no API that will help to stream video. Any suggestion would be helpful.

1 Answer

0 votes
by (50.2k points)

In GCP, There is no special API for video streaming.

But there is a provision when the files are not public, then servlet will read the content from cloud storage. But cannot run it on App Engine.

You can use the signed URL for the video file. which will allow you to reduce the additional compute engine for streaming purposes.

For more details, refer to the below tutorial on Google Cloud Training.

Browse Categories

...