Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
This is really strange, I can get the Kaltura video to work on an iPhone but not an iPad. On the iPad when I load in the node with the video, I see the video key frame, but then the spinner just spins forever. No video ever loads in. However, on an iPhone on the same network accessing the same node, the video starts playing almost immediately. Anybody else seen this behavior?
you may need a video converter to convert iphone .mp4 to ipad .mp4, search on www.4yousoft.com, hope it can help you.
hi,
could you please explain how did you get it working on iphone though? I did manage to make it work earlier , but it stopped working for some reason?..I was using embed object from KMC and the following script ;
mw.setConfig( 'Kaltura.ServiceUrl' , 'http://***' );
mw.setConfig( 'Kaltura.CdnUrl' , 'http://***' );
mw.setConfig('Kaltura.ServiceBase', '/api_v3/index.php?service=');
mw.setConfig('EmbedPlayer.EnableIframeApi', false );
mw.setConfig('EmbedPlayer.UseFlashOnAndroid', false );
mw.setConfig('Kaltura.LoadScriptForVideoTags', true );
mw.setConfig('Kaltura.AllowRemoteService', false );
mw.setConfig('Kaltura.UseAppleAdaptive', false );
"
...this worked for some time , but it stopped for unknown reason??
Thanks for your help