how can i use kdp 2.0.2 in latest kalturaCE - kdp tries to add "cdn" prefix to crossdomail.xml address

1 reply [Last post]
Joined: 11/06/2009
Points: 8

i tried the following to use kdp2.0.2:

1. create a new folder under flash/kdp, and uploaded the kdp2.0.2
2. clone a uiconf and change the swfurl to corresponding kdp2.0.2
3. tried the following embeded code on client side:

<object name="kaltura_player" id="kaltura_player" type="application/x-shockwave-flash" allowScriptAccess="always" allowNetworking="all" allowFullScreen="true" height="335" width="400" data="http://xxx.mytest.com/kalturaCE/index.php/kwidget/wid/_1/uiconf_id/48421/entry_id/8pn4jk92bc">
  <param name="allowScriptAccess" value="always" />
  <param name="allowNetworking" value="all" />
  <param name="allowFullScreen" value="true" />
  <param name="bgcolor" value="#000000" />
  <param name="movie" value="http://xxx.mytest.com/kalturaCE/index.php/kwidget/wid/_1/uiconf_id/48410/entry_id/8pn4jk92bc"/>
  <param name="flashVars" value=""/>
  <param name="wmode" value="opaque"/>
  <a href="http://corp.kaltura.com">video platform</a>
  <a href="http://corp.kaltura.com/technology/video_management">video management</a>
  <a href="http://corp.kaltura.com/solutions/overview">video solutions</a>
  <a href="http://corp.kaltura.com/technology/video_player">free video player</a>
</object>

then the the flash player shows up but grayed out and no interaction can be performed upon it.

in the monitor window, i saw that the player tried to access cdnxxx.mytest.com/kalturaCE/crossdomain.xml and got a 404.
the actual url for cross domain should be xxx.mytest.com/kalturaCE/crossdomain.xml, it adds a "cdn" prefix automatically and cause the problem.

please let me know if my steps are wrong, all there is a way to fix this.

Joined: 09/27/2011
Points: 2

I have the same problem , did you manage to find out what it was ?

http://kaltura2.reea.net/crossdomain.xml

Instead of http://kaltura.reea.net/crossdomain.xml

?