Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/ac #787 #33

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion admin/rt-transcoder-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down