I have installed Kaltura CE 10.10.0 version in my cloud space. I am able to upload videos through a Java client , but when I receive a download url and try to download the file using the url , I receive the file with 0 bytes whereas I am able to view the actual video in the physical space with the actual size.
Could you please suggest why the file size is 0 bytes.
I assume you configured a delivery profile and a remote storage profile to reflect your CDN settings?
I suggest you run an HTTP sniffer and check what URL is Kaltura trying to retrieve from, make sure its correct.
You can also check the logs under /opt/kaltura/log/ to better understand the process.
Just to add another information the URL that Kaltura is trying to retrieve from is correct, both the url is the IP address of the cloud server where the application is deployed.
The URL which gets generated using the Java client after successful upload returns a file having 0 bytes, http:///p/99/sp/9900/raw/entry_id/0_g6xygj9n/version/0 : this is the url that gets generated from : - client.getBaseEntryService().addFromUploadedFile(entry, token), where IP is the address of my cloud space.
Upload has happened successfully, since i am able to view the physical location of the file.