Ant Media Server 嵌入代码在 wordpress 中无法正常工作
Ant Media Server embed code doesn't work properly in wordpress
我正在使用 AMS 2.1。我想在我的 Wordpress 页面上使用嵌入视频代码。但是我的嵌入代码不能正常工作。主要问题是什么?我该如何解决这个问题?
有时 WordPress 系统会覆盖 https://
请求。所以,如果你用https://
和5080端口请求,得到一个错误是正常的。
您需要 enable SSL 域和 5443 端口。这是来自 IFrame 的最佳案例。
<iframe width="560" height="315" src="https://example.com:5443/WebRTCAppEE/play.html?name=JamesBondRTC" frameborder="0" allowfullscreen></iframe>
我正在使用 AMS 2.1。我想在我的 Wordpress 页面上使用嵌入视频代码。但是我的嵌入代码不能正常工作。主要问题是什么?我该如何解决这个问题?
有时 WordPress 系统会覆盖 https://
请求。所以,如果你用https://
和5080端口请求,得到一个错误是正常的。
您需要 enable SSL 域和 5443 端口。这是来自 IFrame 的最佳案例。
<iframe width="560" height="315" src="https://example.com:5443/WebRTCAppEE/play.html?name=JamesBondRTC" frameborder="0" allowfullscreen></iframe>