Is there a way to stream a video to Google Gemini API?
I am building an API in FastAPI that receives a streaming video in the request. I need to send the video content to the Google Gemini API. I know that it is possible to generate content by the Gemini in a streaming mode, but I am not sure if it is possible to stream the input into the API.