Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Kaltura Gemini 版本来播放我的视频。我想在 PC 和设备上播放它们。我可以在 PC 上播放视频,但无法在 iOS 和 iPad 和平板电脑等 Android 设备上播放视频。我收到以下错误。
像这样的未知用户_101。
您必须更改 localSettings.php 文件以指向 kaltura 服务器。默认情况下,它指向 Kaltura.com,即 SAAS。但在你的情况下,它不是 SAAS 对吗?因此,您必须将 kaltura.com 的所有实例替换为yourKalturaServer.example.com(例如)。这将解决问题。
该文件位于yourKalturaServer.example.com /html5/html5lib/version/localSettings.php的路径下
希望这可以帮助。