diff --git a/deb/kaltura-base/debian/br.amd64 b/deb/kaltura-base/debian/br.amd64 index 1e8b31496..d00491fd7 100644 --- a/deb/kaltura-base/debian/br.amd64 +++ b/deb/kaltura-base/debian/br.amd64 @@ -1 +1 @@ -6 +1 diff --git a/deb/kaltura-base/debian/changelog b/deb/kaltura-base/debian/changelog index 567ce330e..b74cf8ce4 100644 --- a/deb/kaltura-base/debian/changelog +++ b/deb/kaltura-base/debian/changelog @@ -1,3 +1,18 @@ +kaltura-base (11.6.0-2) kajam; urgency=low + + * PLAT-2443 - eCDN: cache Webcast's thumbAssets with KES + * PLAT-4828 - eCDN: AccessControlProfile rules are limited (50) + * PLAT-4433 - Facebook authentication for Distribution Connector + * PLAT-4434 - Facebook Distribution Configuration + * PLAT-4435 - Distribute content metadata to Facebook + * PLAT-4436 - Video distribution to Facebook + * PLAT-4438 - Distribution of thumbnails to Facebook + * PLAT-4613 - Sometimes, ADV is not played, due to delay between live flavors(also occurs on WN entry). + * PLAT-4940 - ADV is not played after restart FMLE/Wowza over time. + * PLAT-4960 - Multiple stream watchers are started for the same rendition + + -- Jess Portnoy Sun, 17 Jan 2016 16:11:47 +0000 + kaltura-base (11.6.0-1) kajam; urgency=low * Switching to 11.6.0 diff --git a/deb/kaltura-base/debian/postinst b/deb/kaltura-base/debian/postinst index c2a07645a..4c86f5748 100755 --- a/deb/kaltura-base/debian/postinst +++ b/deb/kaltura-base/debian/postinst @@ -112,6 +112,11 @@ if [ "$1" = "configure" ]; then db_go || true db_get 'kaltura-base/vhost_port' KALTURA_VIRTUAL_HOST_PORT=$RET + if [ "$KALTURA_VIRTUAL_HOST_PORT" -eq 443 ];then + PROTOCOL=https + else + PROTOCOL=http + fi if [ "$KALTURA_VIRTUAL_HOST_PORT" -eq 443 -o "$KALTURA_VIRTUAL_HOST_PORT" -eq 80 ];then KALTURA_FULL_VIRTUAL_HOST_NAME="$KALTURA_VIRTUAL_HOST_NAME" else @@ -372,7 +377,7 @@ if [ "$1" = "configure" ]; then cp $TMPL_CONF_FILE $CONF_FILE fi - sed -e "s#@ENVIRONMENT_PROTOCOL@#$PROTOCOL#g" -e "s#@CDN_HOST@#$CDN_HOST#g" -e "s#@DB[1-9]_HOST@#$DB1_HOST#g" -e "s#@DB[1-9]_NAME@#$DB1_NAME#g" -e "s#@DB[1-9]_USER@#$DB1_USER#g" -e "s#@DB[1-9]_PASS@#$DB1_PASS#g" -e "s#@DB[1-9]_PORT@#$DB1_PORT#g" -e "s#@TIME_ZONE@#$TIME_ZONE#g" -e "s#@KALTURA_FULL_VIRTUAL_HOST_NAME@#$KALTURA_FULL_VIRTUAL_HOST_NAME#g" -e "s#@KALTURA_VIRTUAL_HOST_NAME@#$KALTURA_VIRTUAL_HOST_NAME#g" -e "s#@SERVICE_URL@#$SERVICE_URL#g" -e "s#@WWW_HOST@#$KALTURA_FULL_VIRTUAL_HOST_NAME#g" -e "s#@SPHINX_DB_NAME@#kaltura_sphinx_log#g" -e "s#@SPHINX_DB_HOST@#$SPHINX_DB_HOST#g" -e "s#@SPHINX_DB_PORT@#$DB1_PORT#g" -e "s#@DWH_HOST@#$DWH_HOST#g" -e "s#@DWH_PORT@#$DWH_PORT#g" -e "s#@SPHINX_SERVER1@#$SPHINX_SERVER1#g" -e "s#@SPHINX_SERVER2@#$SPHINX_SERVER2#g" -e "s#@DWH_DATABASE_NAME@#kalturadw#g" -e "s#@DWH_USER@#etl#g" -e "s#@DWH_PASS@#$DWH_PASS#g" -e "s#@ADMIN_CONSOLE_ADMIN_MAIL@#$ADMIN_CONSOLE_ADMIN_MAIL#g" -e "s#@WEB_DIR@#$BASE_DIR/web#g" -e "s#@LOG_DIR@#$BASE_DIR/log#g" -e "s#$BASE_DIR/app#$BASE_DIR/app#g" -e "s#@PHP_BIN@#/usr/bin/php#g" -e "s#@OS_KALTURA_USER@#kaltura#g" -e "s#@BASE_DIR@#$BASE_DIR#" -e "s#@APP_DIR@#$BASE_DIR/app#g" -e "s#@DWH_DIR@#$BASE_DIR/dwh#g" -e "s#@KETTLE_SH@#/opt/kaltura/pentaho/pdi/kitchen.sh#g" -e "s#@EVENTS_LOGS_DIR@#$BASE_DIR/web/logs#g" -e "s#@TMP_DIR@#$BASE_DIR/tmp#g" -e "s#@APACHE_SERVICE@#apache2#g" -e "s#@KALTURA_VIRTUAL_HOST_PORT@#$KALTURA_VIRTUAL_HOST_PORT#g" -e "s#@BIN_DIR@#$BASE_DIR/bin#g" -e "s#@KALTURA_VERSION@#$KALTURA_VERSION#g" -e "s#@SPHINX_SERVER@#$SPHINX_SERVER#g" -e "s#@IMAGE_MAGICK_BIN_DIR@#/usr/bin#g" -e "s#@CURL_BIN_DIR@#/usr/bin#g" -e "s@^\(bin_path_mediainfo\).*@\1=/usr/bin/mediainfo@g" -e "s#@CONTACT_URL@#$CONTACT_URL#g" -e "s#@ENVIRONMENT_NAME@#$ENVIRONMENT_NAME#g" -e "s#@BEGINNERS_TUTORIAL_URL@#$BEGINNERS_TUTORIAL_URL#g" -e "s#@BEGINNERS_TUTORIAL_URL@#$BEGINNERS_TUTORIAL_URL#g" -e "s#@QUICK_START_GUIDE_URL@#$QUICK_START_GUIDE_URL#g" -e "s#@FORUMS_URLS@#$FORUMS_URLS#g" -e "s#@CONTACT_PHONE_NUMBER@#\"$CONTACT_PHONE_NUMBER\"#g" -e "s#@UNSUBSCRIBE_EMAIL_URL@#$SERVICE_URL/index.php/extwidget/blockMail?e=#g" -e "s#@UICONF_TAB_ACCESS@#SYSTEM_ADMIN_BATCH_CONTROL#g" -e "s#@EVENTS_FETCH_METHOD@#local#g" -e "s#@HTML5_VER@#$HTML5_VER#g" -e "s#@MONIT_PASSWD@#$DB1_PASS#g" -e "s#@VOD_PACKAGER_HOST@#$VOD_PACKAGER_HOST#g" -e "s#@VOD_PACKAGER_PORT@#$VOD_PACKAGER_PORT#g" -e "s#@IP_RANGE@#$IP_RANGE#g" -e "s#@APP_REMOTE_ADDR_HEADER_SALT@#\"$APP_REMOTE_ADDR_HEADER_SALT\"#g" -i $CONF_FILE + sed -e "s#@ENVIRONMENT_PROTOCOL@#$PROTOCOL#g" -e "s#@PROTOCOL@#$PROTOCOL#g" -e "s#@CDN_HOST@#$CDN_HOST#g" -e "s#@DB[1-9]_HOST@#$DB1_HOST#g" -e "s#@DB[1-9]_NAME@#$DB1_NAME#g" -e "s#@DB[1-9]_USER@#$DB1_USER#g" -e "s#@DB[1-9]_PASS@#$DB1_PASS#g" -e "s#@DB[1-9]_PORT@#$DB1_PORT#g" -e "s#@TIME_ZONE@#$TIME_ZONE#g" -e "s#@KALTURA_FULL_VIRTUAL_HOST_NAME@#$KALTURA_FULL_VIRTUAL_HOST_NAME#g" -e "s#@KALTURA_VIRTUAL_HOST_NAME@#$KALTURA_VIRTUAL_HOST_NAME#g" -e "s#@SERVICE_URL@#$SERVICE_URL#g" -e "s#@WWW_HOST@#$KALTURA_FULL_VIRTUAL_HOST_NAME#g" -e "s#@SPHINX_DB_NAME@#kaltura_sphinx_log#g" -e "s#@SPHINX_DB_HOST@#$SPHINX_DB_HOST#g" -e "s#@SPHINX_DB_PORT@#$DB1_PORT#g" -e "s#@DWH_HOST@#$DWH_HOST#g" -e "s#@DWH_PORT@#$DWH_PORT#g" -e "s#@SPHINX_SERVER1@#$SPHINX_SERVER1#g" -e "s#@SPHINX_SERVER2@#$SPHINX_SERVER2#g" -e "s#@DWH_DATABASE_NAME@#kalturadw#g" -e "s#@DWH_USER@#etl#g" -e "s#@DWH_PASS@#$DWH_PASS#g" -e "s#@ADMIN_CONSOLE_ADMIN_MAIL@#$ADMIN_CONSOLE_ADMIN_MAIL#g" -e "s#@WEB_DIR@#$BASE_DIR/web#g" -e "s#@LOG_DIR@#$BASE_DIR/log#g" -e "s#$BASE_DIR/app#$BASE_DIR/app#g" -e "s#@PHP_BIN@#/usr/bin/php#g" -e "s#@OS_KALTURA_USER@#kaltura#g" -e "s#@BASE_DIR@#$BASE_DIR#" -e "s#@APP_DIR@#$BASE_DIR/app#g" -e "s#@DWH_DIR@#$BASE_DIR/dwh#g" -e "s#@KETTLE_SH@#/opt/kaltura/pentaho/pdi/kitchen.sh#g" -e "s#@EVENTS_LOGS_DIR@#$BASE_DIR/web/logs#g" -e "s#@TMP_DIR@#$BASE_DIR/tmp#g" -e "s#@APACHE_SERVICE@#apache2#g" -e "s#@KALTURA_VIRTUAL_HOST_PORT@#$KALTURA_VIRTUAL_HOST_PORT#g" -e "s#@BIN_DIR@#$BASE_DIR/bin#g" -e "s#@KALTURA_VERSION@#$KALTURA_VERSION#g" -e "s#@SPHINX_SERVER@#$SPHINX_SERVER#g" -e "s#@IMAGE_MAGICK_BIN_DIR@#/usr/bin#g" -e "s#@CURL_BIN_DIR@#/usr/bin#g" -e "s@^\(bin_path_mediainfo\).*@\1=/usr/bin/mediainfo@g" -e "s#@CONTACT_URL@#$CONTACT_URL#g" -e "s#@ENVIRONMENT_NAME@#$ENVIRONMENT_NAME#g" -e "s#@BEGINNERS_TUTORIAL_URL@#$BEGINNERS_TUTORIAL_URL#g" -e "s#@BEGINNERS_TUTORIAL_URL@#$BEGINNERS_TUTORIAL_URL#g" -e "s#@QUICK_START_GUIDE_URL@#$QUICK_START_GUIDE_URL#g" -e "s#@FORUMS_URLS@#$FORUMS_URLS#g" -e "s#@CONTACT_PHONE_NUMBER@#\"$CONTACT_PHONE_NUMBER\"#g" -e "s#@UNSUBSCRIBE_EMAIL_URL@#$SERVICE_URL/index.php/extwidget/blockMail?e=#g" -e "s#@UICONF_TAB_ACCESS@#SYSTEM_ADMIN_BATCH_CONTROL#g" -e "s#@EVENTS_FETCH_METHOD@#local#g" -e "s#@HTML5_VER@#$HTML5_VER#g" -e "s#@MONIT_PASSWD@#$DB1_PASS#g" -e "s#@VOD_PACKAGER_HOST@#$VOD_PACKAGER_HOST#g" -e "s#@VOD_PACKAGER_PORT@#$VOD_PACKAGER_PORT#g" -e "s#@IP_RANGE@#$IP_RANGE#g" -e "s#@APP_REMOTE_ADDR_HEADER_SALT@#\"$APP_REMOTE_ADDR_HEADER_SALT\"#g" -i $CONF_FILE done diff --git a/deb/kaltura-base/debian/rules b/deb/kaltura-base/debian/rules index 1f2e7d050..6d5910f45 100755 --- a/deb/kaltura-base/debian/rules +++ b/deb/kaltura-base/debian/rules @@ -71,6 +71,7 @@ binary-indep: install sed -i 's@kaltura_populate@kaltura-populate@g' $(tree)/configurations/monit/monit.d/sphinx.populate.template.rc sed -i 's@httpd@apache2@g' $(tree)/configurations/monit/monit.d/httpd.template.rc sed -i 's@/var/run/memcached/memcached.pid@/var/run/memcached.pid@g' $(tree)/configurations/monit/monit.d/memcached.template.rc + sed -i 's@/etc/sysconfig/memcached@/etc/memcached.conf@g' $(tree)/configurations/monit/monit.d/memcached.template.rc rm $(tree)/deployment/base/scripts/init_content/04.dropFolder.-4.template.xml cp debian/batch.ini.template $(tree)/configurations/batch/batch.ini.template cp debian/kaltura-base.sh etc/profile.d/ diff --git a/deb/kaltura-html5lib/debian/changelog b/deb/kaltura-html5lib/debian/changelog index f82feb1d9..aaf38ceaa 100644 --- a/deb/kaltura-html5lib/debian/changelog +++ b/deb/kaltura-html5lib/debian/changelog @@ -1,3 +1,93 @@ +kaltura-html5lib (2.39-1) kajam; urgency=low + + * FEC-4308 - Player mobile skin + * FEC-4512 - Mobile Skin - Long Title is cut on portrait mode + * FEC-4511 - Mobile skin - Related videos shows settings icon on video while one entry has AC free preview + * FEC-4488 - Mobile Skin - Player is disoriented on iPhone while using native menu of iphone + * FEC-4524 - Webcast NO DVR- player freeze for 10 sec when + * FEC-3608 - Related Videos - Videos are cut after closing and reing Related plugin + * FEC-4525 - webcast (NO DVR) slide sync - slides arrived 15-20 second earlier + * FEC-4454 - webcast with no DVR - slides don't change on IE browser + * FEC-4453 - webcast - future slides appear in the slide menu + * TR-552 - CaaS widgets with playlist - On iOS thumbnail is out of alignment + * FEC-4550 - Mobile skin: moderation text outstanding from the box area + * FEC-4547 - Customized info: no close button appears for Info screen + * FEC-4510 - Mobile Skin - custom style brakes player on mobile + * SUP-6115 - Apple Voice over not working with thumbnail emebd + * SUP-6782 - inquiry as to mobile thumbnail embed - number of clicks to start a video + * FEC-4555 - Mobile Skin - Related video: replay button disabled after an entry finished + * FEC-4552 - Mobile Skin - Related videos - Play Button and spinner is shown at same time + * FEC-4549 - Mobile Skin - Overly is shown on control bar + * FEC-4544 - Mobile Skin - OTT skin in fullscreen mode shows control bar cut + * FEC-4538 - Mobile Skin - Playhead is not shown on the beginning of a progress bar + * FEC-4540 - Mobile Skin - HLS server side rate selector has wrong default value + * FEC-4535 - Mobile skin - control bar is cut after using native mobiles select box ( captions/Moderation) + * FEC-4543 - Mobile Skin - disables large play button while player has an auto loop + * FEC-4539 - Mobile Skin - When player has custom style smart containers are shown even if you don't have plugins in a player + * FEC-4542 - Info plugin: The info data doesn't re-sized in full screen mode + * FEC-3608 - Related Videos - Videos are cut after closing and reing Related plugin + * PLAT-4866 - webcast -last 10 sec of video is missing from the live event . + * FEC-4455 - ID3 tag sync - changing slides less than three seconds cause that the second slide don't appear + * FEC-4573 - DRM playback: after refreshing test page ,the replay doesn't works properly on FF + * FEC-4575 - Mobile Skin: Clicking on play button disables share (share was ed before) + * FEC-4465 - High cpu usage when there are many slides (>30) + * FEC-4456 - HLS OSMF - the spinner appears during DVR playing if to stop and re-run Kaltura stream + * FEC-4459 - HLS OSMF - take around 10-12 seconds to switch from DVR to Kaltura Live + * FEC-4462 - HLS OSMF - Seek in Kaltura DVR take more time than in previous player version + * FEC-4458 - HLS OSMF - Kaltura Live with DVR loaded with 40-50 seconds of delay + * FEC-4567 - Regression: Kaltura Live without DVR stuck at beginning for 10-15 second + * WEBC-632 - Use the creation time for answer-on-air instead of relative time + * FEC-4460 - HLS OSMF - the Kaltura live's time isn't synchronized with the timer - 1 minute difference + * FEC-4457 - HLS OSMF - After Kaltura Live stopped, the DVR started from 1 minute + * FEC-4452 - HLS OSMF - the DVR timer of the Kaltura live stopped to update after several seconds + * FEC-4451 - HLS OSMF - the timer for Kaltura live isn't updated + * FEC-4582 - Playlist with moderation: if select other entry during moderation screen ed ,the video blurred + * FEC-4536 - Mobile Skin - Multi streams box is located in center of a player + * FEC-4596 - Regression: empty playlist in full screen mode displayed on the half of the screen + * WEBC-644 - webcast embed - cancel button isn't in the right place (and fonts are wrong) + * FEC-4471 - HLS OSMF - external stream (WhetherNation) stuck during manual throttling + * FEC-4581 - It takes too long to start playing live (HLS) + * FEC-4594 - HLS OSMF - Kaltura Live without DVR and VOD periodically stuck for 2-3 seconds during throttling + * FEC-4612 - mac/iPad - after preforming stop/start in the encoder the video doesn't return until refresh the page + * FEC-4611 - embed webcast - the message on the player when on off air mode is cut due to QnA + * KMS-9595 - In Video Quizzes: Seek to the end of video via end button is not working in HDS (playhead continue to play and cue-points are not pop-upped) + * SUP-6931 - Support for inlineScripting RESOLVED + * KMS-9632 - In Video Quizzes: General: Skip for now is hidden in case of showing question when plugin option list is ed + * FEC-4615 - session Android and iOS + * SUP-6773 - Kaltura player v2.36.2 - live stream with pre-roll ads mixed audio + * KMS-9871 - In Video Quizzes: Player puts different questions on the same cue-point after seek from pause (causes to add few questions in one cuepoint)(youtube entry) + * FEC-4645 - Hidden Playlist - Next/Previous buttons not display during video playing on iPad + * FEC-4638 - Vertical responsive playlist distorted after the browser resized + * FEC-4636 - Lecture capture: Duration time works for first chapter only + * FEC-4630 - Share&Embed and LC - Share screen is unexpectedly when player stared to play on Android + * FEC-4352 - CaptureSpace - scrubber does not move and spinner stuck on the player (MAC only) + * FEC-4669 - double play on native component READY FOR MERGE + * FEC-4612 - mac/iPad - after preforming stop/start in the encoder the video doesn't return until refresh the page + * SUP-6647 - alert-container text overflows + * FEC-4664 - webcast iPad/ mac - slides doesn't appear in the menu slides + * FEC-4580 - Enhanced Advertising > Content playback flow for web READY FOR DEV + * SUP-6765 - Player does not end playback properly + * SUP-6906 - Cursor remains hidden after exiting fullscreen + * FEC-4660 - webcast on mac / ipad - after stop start the slides doesn't change + * SUP-6442 - Playlist player overflow in IPHONE 6+ + * SUP-6927 - Audio thumbnail display issues. + * SUP-6143 - Player v2.35 - Icons Display + * FEC-4657 - Player seeks when changing audio stream + * FEC-4666 - autoplay doesn't work after switching media + * FEC-4432 - [Android] Add support for offline playback in mobile + * FEC-4682 - Regression - dfp overly is shown on wrong place on Android 6.0 + * OSMF-HLS plugin Buffers Refactor + + -- Jess Portnoy Sun, 17 Jan 2016 16:02:43 +0000 + +kaltura-html5lib (2.38.1-1) kajam; urgency=low + + * TR-552 - CaaS widgets with playlist - On iOS thumbnail is out of alignment + * FEC-4565 - Send Notification in native bridge crashes + * FEC-4528 - drm playback : replay doesn't work , player stuck on spinning wheel + * FEC-4562 - Channel Playlist - chapters thumbnail doesn't change + * Fix mobile inlineScript loading + kaltura-html5lib (2.37.3-1) kajam; urgency=low * patch simplePhpXMLProxy.php to disallow requests that are not over HTTP[s] diff --git a/deb/kaltura-html5lib/debian/rules b/deb/kaltura-html5lib/debian/rules index 3a081d1d6..bac1479db 100755 --- a/deb/kaltura-html5lib/debian/rules +++ b/deb/kaltura-html5lib/debian/rules @@ -21,6 +21,7 @@ $(archive): $(tree): $(archive) tar zxf $(RPM_SOURCES_DIR)/kaltura-html5lib-$(HTML5LIB_LATEST_VERSION).tar.gz + tar zxf $(RPM_SOURCES_DIR)/kaltura-html5lib-v2.38.1.tar.gz tar zxf $(RPM_SOURCES_DIR)/kaltura-html5lib-v2.37.1.tar.gz tar zxf $(RPM_SOURCES_DIR)/kaltura-html5lib-v2.36.tar.gz tar zxf $(RPM_SOURCES_DIR)/kaltura-html5lib-v2.35.5.tar.gz @@ -52,6 +53,7 @@ binary-indep: install mv kaltura-html5lib-v2.35.5 $(HTML5LIB_PREFIX)/v2.35.5 mv kaltura-html5lib-v2.36 $(HTML5LIB_PREFIX)/v2.36 mv kaltura-html5lib-v2.37.1 $(HTML5LIB_PREFIX)/v2.37.1 + mv kaltura-html5lib-v2.38.1 $(HTML5LIB_PREFIX)/v2.38.1 cp debian/LocalSettings.php $(HTML5LIB_PREFIX)/$(HTML5LIB_LATEST_VERSION)/ cp debian/LocalSettings.php $(HTML5LIB_PREFIX)/v2.29/ cp debian/LocalSettings.php $(HTML5LIB_PREFIX)/v2.30/ @@ -62,7 +64,8 @@ binary-indep: install cp debian/LocalSettings.php $(HTML5LIB_PREFIX)/v2.35.5/ cp debian/LocalSettings.php $(HTML5LIB_PREFIX)/v2.36/ cp debian/LocalSettings.php $(HTML5LIB_PREFIX)/v2.37.1/ - mkdir $(HTML5LIB_PREFIX)/$(HTML5LIB_LATEST_VERSION)/cache $(HTML5LIB_PREFIX)/v2.35.5/cache $(HTML5LIB_PREFIX)/v2.36/cache $(HTML5LIB_PREFIX)/v2.37.1/cache $(HTML5LIB_PREFIX)/v2.34/cache $(HTML5LIB_PREFIX)/v2.33/cache $(HTML5LIB_PREFIX)/v2.32.1/cache $(HTML5LIB_PREFIX)/v2.31/cache $(HTML5LIB_PREFIX)/v2.30/cache $(HTML5LIB_PREFIX)/v2.29/cache + cp debian/LocalSettings.php $(HTML5LIB_PREFIX)/v2.38.1/ + mkdir $(HTML5LIB_PREFIX)/$(HTML5LIB_LATEST_VERSION)/cache $(HTML5LIB_PREFIX)/v2.35.5/cache $(HTML5LIB_PREFIX)/v2.36/cache $(HTML5LIB_PREFIX)/v2.37.1/cache $(HTML5LIB_PREFIX)/v2.38.1/cache $(HTML5LIB_PREFIX)/v2.34/cache $(HTML5LIB_PREFIX)/v2.33/cache $(HTML5LIB_PREFIX)/v2.32.1/cache $(HTML5LIB_PREFIX)/v2.31/cache $(HTML5LIB_PREFIX)/v2.30/cache $(HTML5LIB_PREFIX)/v2.29/cache dh_install $(KALTURA_PREFIX) dh_gencontrol -u-v$(DEB_VERSION) dh_installdebconf diff --git a/deb/kaltura-kmc/debian/br.amd64 b/deb/kaltura-kmc/debian/br.amd64 index d00491fd7..0cfbf0888 100644 --- a/deb/kaltura-kmc/debian/br.amd64 +++ b/deb/kaltura-kmc/debian/br.amd64 @@ -1 +1 @@ -1 +2 diff --git a/deb/kaltura-kmc/debian/changelog b/deb/kaltura-kmc/debian/changelog index 8567e81ea..ae409ee4f 100644 --- a/deb/kaltura-kmc/debian/changelog +++ b/deb/kaltura-kmc/debian/changelog @@ -1,3 +1,10 @@ +kaltura-kmc (5.40-1) kajam; urgency=low + + * SUP-5740 - Co-editor/Co-publisher in the KMC + * PLAT-3962 - Core QA for VPaaS Usage Dashboard + + -- Jess Portnoy Sun, 17 Jan 2016 16:14:55 +0000 + kaltura-kmc (5.39.11-2) kajam; urgency=low * Version bounce to align with kaltura-html5lib v2.37.3. diff --git a/deb/kaltura-nginx/debian/br.amd64 b/deb/kaltura-nginx/debian/br.amd64 index b8626c4cf..45a4fb75d 100644 --- a/deb/kaltura-nginx/debian/br.amd64 +++ b/deb/kaltura-nginx/debian/br.amd64 @@ -1 +1 @@ -4 +8 diff --git a/deb/kaltura-nginx/debian/kaltura.conf.template b/deb/kaltura-nginx/debian/kaltura.conf.template index 9daf2828b..b01980b3b 100644 --- a/deb/kaltura-nginx/debian/kaltura.conf.template +++ b/deb/kaltura-nginx/debian/kaltura.conf.template @@ -1,21 +1,4 @@ - # common vod settings - vod_mode mapped; - vod_upstream_location /kalapi_proxy; - vod_upstream_extra_args "pathOnly=1"; - - # shared memory zones - vod_moov_cache moov_cache 512m; - vod_path_mapping_cache mapping_cache 64m; - vod_response_cache response_cache 64m; - vod_performance_counters perf_counters; - - # common file caching / aio - open_file_cache max=1000 inactive=5m; - open_file_cache_valid 2m; - open_file_cache_min_uses 1; - open_file_cache_errors on; - aio on; # static files (crossdomain.xml, robots.txt etc.) + fallback to api location / { diff --git a/deb/kaltura-nginx/debian/nginx.conf.template b/deb/kaltura-nginx/debian/nginx.conf.template index d2334404a..d2a45e49e 100644 --- a/deb/kaltura-nginx/debian/nginx.conf.template +++ b/deb/kaltura-nginx/debian/nginx.conf.template @@ -42,6 +42,23 @@ http { gzip on; gzip_types application/vnd.apple.mpegurl video/f4m application/dash+xml text/xml; + # common vod settings + vod_mode mapped; + vod_upstream_location /kalapi_proxy; + vod_upstream_extra_args "pathOnly=1"; + + # shared memory zones + vod_moov_cache moov_cache 512m; + vod_path_mapping_cache mapping_cache 64m; + vod_response_cache response_cache 64m; + vod_performance_counters perf_counters; + + # common file caching / aio + open_file_cache max=1000 inactive=5m; + open_file_cache_valid 2m; + open_file_cache_min_uses 1; + open_file_cache_errors on; + aio on; server { listen @VOD_PACKAGER_PORT@;