From 16e405fb72bf2416a7b4d83389746e7a5aa916af Mon Sep 17 00:00:00 2001 From: Sys-Admin Date: Tue, 10 Jan 2017 11:50:16 +0000 Subject: [PATCH 1/2] Update version v1.1.1 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2db5f582..e577f69e 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,11 @@ Read [Documentation](https://rtmedia.io/docs/transcoder/?utm_source####readme&ut 1. Transcoder Settings ## Changelog ## +#### 1.1.1 [Jan 10, 2017] #### +* FIXED + + * False positive result of localhost checking + #### 1.1 [Dec 27, 2016] #### * NEW FEATURES @@ -121,4 +126,4 @@ Read [Documentation](https://rtmedia.io/docs/transcoder/?utm_source####readme&ut #### 1.0.0 #### Initial release -Introduced retranscoding service to retranscode the media and the regeneration of the video thumbnails +Fix the false positive localhost checking bug. From 600b2b6a64a9f5c9441c107fc05135efcd5c7c61 Mon Sep 17 00:00:00 2001 From: Naveen Giri <1naveengiri@gmail.com> Date: Fri, 3 Mar 2017 19:47:27 +0530 Subject: [PATCH 2/2] Ac-#787 Remove x-msvideo file format --- admin/rt-transcoder-handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/rt-transcoder-handler.php b/admin/rt-transcoder-handler.php index fd08b6a3..93b7f630 100644 --- a/admin/rt-transcoder-handler.php +++ b/admin/rt-transcoder-handler.php @@ -74,7 +74,7 @@ class RT_Transcoder_Handler { * @access public * @var string $video_extensions Video extensions with comma separated. */ - public $video_extensions = ',mov,m4v,m2v,avi,mpg,flv,wmv,mkv,webm,ogv,mxf,asf,vob,mts,qt,mpeg,x-msvideo,3gp'; + public $video_extensions = ',mov,m4v,m2v,avi,mpg,flv,wmv,mkv,webm,ogv,mxf,asf,vob,mts,qt,mpeg,3gp'; /** * Audio extensions with comma separated.