如何连接到 ErlyVideo 的新连接来运行我自己的 Erlang 身份验证代码?

发布于 2024-11-08 23:31:16 字数 182 浏览 0 评论 0原文

我正在开发一个视频会议应用程序。

我们有一个运行 erlyVideo 的服务器用于内部视频流。 我们的 Web 服务器上有一个休息服务,供 erlyVideo 服务器调用以验证来自外部站点的会话密钥。

我们所关心的是如何挂接到新连接以将会话密钥传递给 REST 服务来决定是否终止连接。

有什么想法吗?

I'm working on a video conferencing app.

We have a server running erlyVideo for internal video streaming.
We have a rest service on our web server for our erlyVideo server to call to validate session keys from our external site.

What we're stuck on is how to hook into new connections to pass the session key to the REST service to decide whether or not to terminate the connection.

Any thoughts?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

感性 2024-11-15 23:31:16

使用他们的文档中描述的身份验证有什么问题?
http://erlyvideo.org/authorization

What's wrong with using authentication described in their docs?
http://erlyvideo.org/authorization

何止钟意 2024-11-15 23:31:16

您需要使用 apps_rewrite_play 模块:

{rtmp_handlers, [...., {apps_rewrite_play, "http://rest-service"},...]},

You need to use apps_rewrite_play module:

{rtmp_handlers, [...., {apps_rewrite_play, "http://rest-service"},...]},

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文