I’m encountering an issue accessing the VSS Live-Video Summarization API. While I can successfully test it on Brev Launchpad—the video streams correctly, and summaries appear in the UI—I receive no response from the “summarize” POST request, even after waiting more than 80 minutes.
For context:
The “live-stream” POST works as expected, and I included the returned response ID in the “summarize” request.
Parameters used are attached for reference.
Could you please advise on the possible cause and next steps to resolve this?.
You can use via_client_cli.py to test, and you can use --print-curl-command to output the correct json parameters in the terminal. The id parameter should usually be similar to: "id": ["a3829e23-659e-4334-a1d9-186163c86a9e"],
Even if the input is wrong, you also can get a response. Please check whether the server is alive. In fact, I tested your json parameters. Although I didn’t get any results, but I get a failure response.