如何在停止录制后自动获取流的 VOD Id?

How to get the VOD Id for the stream automatically after the recording is stopped?

我想将 vod_id 信息放入我的数据库,但记录端点 'PUT' /v2/broadcasts/{id}/recording/{recording-status} 没有 return 停止录制后的 VOD id。我们查看了源代码,dataId 字段 returns 始终为空。有什么办法可以实现吗?

您可以使用 Webhook 调用来获取 Vod Id。

Ant Media Server 提供 webhooks integration 让您的 system/app 知道服务器上何时发生某些事件。

Ant Media Server 在直播结束时调用vodReady hook。

希望能帮到你。

谢谢!

antmedia.io