diff --git a/README.md b/README.md index 2db5f58..e577f69 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. diff --git a/admin/rt-transcoder-handler.php b/admin/rt-transcoder-handler.php index fd08b6a..93b7f63 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.