我正在尝试使用 Kaltura + Wowza + FMLE 创建实时流媒体。
我在一台服务器上安装了 Wowza 和 Kaltura。
我将摄像机源从 FMLE 流式传输到 wowza,这工作正常。
当我在 Wowza 的 kLive 应用程序下打开直播时,我可以看到来自摄像头的提要。
问题是,当我从 KMC 打开实时流时,我无法看到流,并且在日志文件中出现以下错误。
[0.000233] [xx.xx.xx.xx] [911412886] [API] [KalturaBaseService->isPermitted] ERR: exception 'Exception' with message 'Kaltura network is not allowed' in /opt/kaltura/app/infra/log/KalturaLog.php:82
#0 /opt/kaltura/app/api_v3/lib/KalturaBaseService.php(181): KalturaLog::err('Kaltura network...')
#7 {main}
[0.000699] [xx.xx.xx.xx] [911412886] [API] [KalturaFrontController->getExceptionObject] ERR: exception 'KalturaAPIException' with message 'The access to service [wowza_liveconversionprofile->serve] is forbidden' in /opt/kaltura/app/api_v3/lib/KalturaBaseService.php:117
#0 /opt/kaltura/app/plugins/media/wowza/services/LiveConversionProfileService.php(16): KalturaBaseService->initService('wowza_liveconve...', 'liveConversionP...', 'serve')
我已按照以下链接中提到的步骤进行 Wowza + kaltura 集成:
https://github.com/kaltura/media-server/blob/3.0.8/Installation.md
这些错误的原因可能是什么?