kaltura

Kaltura KMC:: Flash Error

你。 提交于 2019-12-24 14:43:19
问题 I installed Kaltura using the instructions found here. The installation went on without any error. However, when i tried to access KMC, it says Flash is not installed even though Flash is installed in the system. I have looked up this issue elsewhere and tried the solution given there (i.e. changing request_order values to GPC in the php.ini). However it did not work. I also tried the solution mentioned here, but I could not get it working as. At last, I tried to access the KMC SWF directly.

Kaltura Upload Video - Error 413

删除回忆录丶 提交于 2019-12-23 03:57:20
问题 I am using the Kaltura client library for Android to upload a video. It successfully creates the entry on the server, but when it gets to the point of actually uploading the video file, it fails with Error 413 - Request Entity Too Large. KalturaMediaEntry mediaEntry = new KalturaMediaEntry(); mediaEntry.name = title; mediaEntry.mediaType = KalturaMediaType.VIDEO; mediaEntry = kalturaClient.getMediaService().add(mediaEntry); KalturaUploadToken token = new KalturaUploadToken(); token =