I installed this module and configured it to connect my newly-deployed Kaltura community version server (the latest version http://installrepo.origin.kaltura.org/releases/rhel7/RPMS/). I added a Kaltura media field in my content type, and succeeded in inserting videos from Kaltura and even uploading video to Kaltura from Drupal( The uploaded video can be encoded and played in Kaltura KMC). But on the node view page, Kaltura player shows up with: Service error: Media item not found
kalturaplayer

I guess it's because of my crossdomain.xml(as below) or something not configured in the Kaltura CE endpoint. But I'm a novice, so please help me.

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
"http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
  <site-control permitted-cross-domain-policies="master-only"/>
  <allow-access-from domain="localhost"/>
  <allow-access-from domain="127.0.0.1"/>
  <allow-access-from domain="*.kaltura.com"/>
  <allow-access-from domain="*"/>
  <allow-http-request-headers-from domain="127.0.0.1" headers="*"/>
  <allow-http-request-headers-from domain="localhost" headers="*"/>
  <allow-http-request-headers-from domain="*.kaltura.com" headers="*"/>
  <allow-http-request-headers-from domain="*" headers="*"/>
</cross-domain-policy>
CommentFileSizeAuthor
#2 kalturaplayer.png28 KBfishfree
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fishfree created an issue. See original summary.

fishfree’s picture

Issue summary: View changes
FileSize
28 KB