jQuery File Upload widget help
Without looking at the actual code and config files, I’m afraid I can’t help you spot the issue… I’m guessing it may have to do with the carriage return and UNIX/Linux vs Windows [\r\n vs \n] or else...
View ArticlejQuery File Upload widget help
Thanks, I’ll make this change and see what it says. I even surrounded the values with … so that I knew that there weren’t extra spaces.
View ArticlejQuery File Upload widget help
jess: curl_setopt($ch, CURLOPT_VERBOSE, 1); I added this and it looks like it is getting the fatal error before getting to the curl command. I’ve tracked the error down to this code within that same...
View ArticlejQuery File Upload widget help
It fails when attempting to unserialize() $postResult. Dump $postResult and let’s see what it looks like.
View ArticlejQuery File Upload widget help
jess: $postResult checking that variable at the point of unserialize is the following: 302 Found Found The document has moved here. Apache Server at kaltura.com Port 80
View ArticlejQuery File Upload widget help
Please provide the full PHP snippet and the config file you’re reading from while masking your partner ID and secret but providing the serviceUrl line as is. I’ll take a look.
View ArticlejQuery File Upload widget help
Here is the config file contents: define('KALTURA_PARTNER_ID' ,xxxxxx); define('KALTURA_USER_SECRET' ,"xxxxxxx"); define('KALTURA_ADMIN_SECRET' , "xxxxx"); define('KALTURA_SERVICE_URL'...
View ArticlejQuery File Upload widget help
mjokela: define(‘KALTURA_SERVICE_URL’ ,“https://kaltura.com”); Change to: define('KALTURA_SERVICE_URL' ,"https://www.kaltura.com"); Also, no need to assign the consts into variables and then use...
View ArticlejQuery File Upload widget help
jess: define(‘KALTURA_SERVICE_URL’ ,“https://www.kaltura.com”); Thanks, I knew it was going to be something simple. I’m actually taking someones already existing code and just converting from using...
View ArticleParameter value in upload APIs
Hello everyone, I have a question about “resumeAt” parameter of “uploadToken.upload” method in case of a media file is uploaded without file chunk. In...
View ArticleParameter value in upload APIs
Hi @t-saito, resumeAt is only relevant in the event resume is set to true. To be most strict, if you do not intend to upload in chunks, you best set: $resume=false; $finalChunk=true; $resumeAt=-1;...
View ArticleProtect live stream or VOD only for some of Authorized KMC users
Hi @OCX, The WP plugin should generate a KS with sview privileges [see https://knowledge.kaltura.com/kalturas-api-authentication-and-security] and set that KS in the embed code. Therefore, provided...
View ArticleParameter value in upload APIs
Hello @jess, Thank you for your kind instruction. It was good to know the behavior of “uploadToken.upload” method. Sincerely regards
View ArticleIs it possible to have the kaltura widget from kaltura community edition?
Hi Team, Is it possible to have the widget (https://knowledge.kaltura.com/embedding-kaltura-media-players-your-site) running from my local kaltura community edition and if yes is there any...
View ArticleIs it possible to have the kaltura widget from kaltura community edition?
Hi @iordanis_paschalidis, What widget are you referring to? The article you referenced simply explains how to embed the Kaltura player in external sites. No additional widgets are required in order to...
View ArticleERROR: kaltura-db-config.sh FAILED with: 255 on line 193
Hi Jess, I removed kaltura and started with new install. kaltura-db-config.sh FAILED with: 255 on line 193 Archving logs to /opt/kaltura/log/log_27_03_18_08_38.tar.gz… ERROR: we failed on something...
View ArticleERROR: kaltura-db-config.sh FAILED with: 255 on line 193
Hi @astrava, Try running: # php /opt/kaltura/app/deployment/base/scripts/insertContent.php from the shell and let’s look at the output.
View ArticleERROR: kaltura-db-config.sh FAILED with: 255 on line 193
Hi Jess, I have fixed my httpd with SSL. Thank you. What should I do with enabled.apps.conf? I re-run /opt/kaltura/bin/kaltura-config-all.sh Stopping httpd: [ OK ] Starting httpd: [Tue Mar 27 10:01:56...
View ArticleERROR: kaltura-front-config.sh FAILED with: 1 on line 282 (282 service httpd...
Hi @astrava, astrava: /enabled.apps.conf at line 38 will probably never match because it overlaps an earlier Alias. is just a warning. This is not what’s preventing Apache from successfully...
View Article