How to stream the videos stored on google cloud storage bucket?
问题 I have stored videos on google cloud storage browser. I want to play these videos on my frontend. For that I need the video URL. But the problem is, whenever I navigate to that URL, the file gets downloaded. What do I need to do to get the streaming video URL of my stored object? 回答1: I accomplished this using video.js. <html> <head> <link href="https://unpkg.com/video.js/dist/video-js.css" rel="stylesheet"> <style> .video-js { width: 600px; height: 600px; } </style> </head> <body> <video-js