如何连接到 ErlyVideo 的新连接来运行我自己的 Erlang 身份验证代码?
我正在开发一个视频会议应用程序。
我们有一个运行 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用他们的文档中描述的身份验证有什么问题?
http://erlyvideo.org/authorization
What's wrong with using authentication described in their docs?
http://erlyvideo.org/authorization
您需要使用 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"},...]},