70.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

03-28-2015, 02:22 AM
Post: #41
RE:
Thanx For Sharing Those Great Plugins
03-28-2015, 03:51 AM
Post: #42
RE:
Great Stuff TY repped +5
03-28-2015, 04:44 AM
Post: #43
RE:
(03-28-2015 01:56 AM)shiva111 Wrote:  
(03-27-2015 09:16 PM)evfa Wrote:  Yup,I know.I'm not noob, I have claimed " Just fall back to 3.0 with changing document root". 3.0 works fine as apache uploadprogress module + lighttpd sec module.
(03-27-2015 08:07 PM)bear911 Wrote:  
(03-27-2015 05:46 PM)evfa Wrote:  tested, upload video did not work.No upload no uploadprogress bar displayed.Just fall back to 3.0 with changing document root, everything works.
Server Requirements
  • Linux OS (Fedora Core, CentOS, Ubuntu, Slackware or SuSE).
  • Apache Web Server
    • Support for AcceptPathInfo
    • Support for MultiViews (or mod_rewrite which is slower)
  • MySQL 5.x
    • Recommended configuration:
    • interactive_timeout = 1000
    • connect_timeout = 1000
    • wait_timeout = 1000
  • PHP 5.x (mod_php/CGI)
    • Support for GD2 Library
    • Support for MySQL
    • Support for Curl
    • Support for uploadprogress PHP extension (only if you want to display a progress bar on uploads)
  • Recommended PHP Configuration
    • safe_mode off
    • open_basedir off
    • max_execution_time 7200
    • max_input_time 7200
    • memory_limit (with 1MB more then the maximum video upload size)
    • post_max_size (maximum video upload size)
    • upload_max_size (maximum video upload size)
    • exec() should be allowed
  • PHP CLI 5.x (see above + register_argc_argv ON)
  • Mencoder 1.0rc1 + (support for jpeg, gif, png, freetype, h264, lame, xvid, mad, win32codecs, dv, 3gp, mp4, theora)
  • Mplayer 1.0rc1 +
  • FFMPEG (SVN) (support for jpeg, gif, png, freetype, h264, lame, xvid, mad, win32codecs, dv, 3gp, mp4, theora)
  • Flvtool2 or Yamdi (Yamdi recommended)
  • MediaInfo
  • Extra Requirements for HD (H.264) Video Conversion
Upload and progress bar is working 100% for me, just uploaded 695MB movie and its working flawless. Your server might be missing PECL.
oh, I compiled the uploadprogress from source.Does it matter or PECL must be need in 3.1? I don't know why this became.I create two root and their databases for 2 vers to test. The OS environment is same. Just modify apache virtualhost file back and forth.
03-28-2015, 04:51 AM
Post: #44
RE:
(03-28-2015 04:44 AM)evfa Wrote:  
(03-28-2015 01:56 AM)shiva111 Wrote:  
(03-27-2015 09:16 PM)evfa Wrote:  Yup,I know.I'm not noob, I have claimed " Just fall back to 3.0 with changing document root". 3.0 works fine as apache uploadprogress module + lighttpd sec module.
(03-27-2015 08:07 PM)bear911 Wrote:  
(03-27-2015 05:46 PM)evfa Wrote:  tested, upload video did not work.No upload no uploadprogress bar displayed.Just fall back to 3.0 with changing document root, everything works.
Server Requirements
  • Linux OS (Fedora Core, CentOS, Ubuntu, Slackware or SuSE).
  • Apache Web Server
    • Support for AcceptPathInfo
    • Support for MultiViews (or mod_rewrite which is slower)
  • MySQL 5.x
    • Recommended configuration:
    • interactive_timeout = 1000
    • connect_timeout = 1000
    • wait_timeout = 1000
  • PHP 5.x (mod_php/CGI)
    • Support for GD2 Library
    • Support for MySQL
    • Support for Curl
    • Support for uploadprogress PHP extension (only if you want to display a progress bar on uploads)
  • Recommended PHP Configuration
    • safe_mode off
    • open_basedir off
    • max_execution_time 7200
    • max_input_time 7200
    • memory_limit (with 1MB more then the maximum video upload size)
    • post_max_size (maximum video upload size)
    • upload_max_size (maximum video upload size)
    • exec() should be allowed
  • PHP CLI 5.x (see above + register_argc_argv ON)
  • Mencoder 1.0rc1 + (support for jpeg, gif, png, freetype, h264, lame, xvid, mad, win32codecs, dv, 3gp, mp4, theora)
  • Mplayer 1.0rc1 +
  • FFMPEG (SVN) (support for jpeg, gif, png, freetype, h264, lame, xvid, mad, win32codecs, dv, 3gp, mp4, theora)
  • Flvtool2 or Yamdi (Yamdi recommended)
  • MediaInfo
  • Extra Requirements for HD (H.264) Video Conversion
Upload and progress bar is working 100% for me, just uploaded 695MB movie and its working flawless. Your server might be missing PECL.
oh, I compiled the uploadprogress from source.Does it matter or PECL must be need in 3.1? I don't know why this became.I create two root and their databases for 2 vers to test. The OS environment is same. Just modify apache virtualhost file back and forth.
PECL is required.
03-28-2015, 07:10 AM
Post: #45
RE:
Works like a charm now.
60.gif
03-28-2015, 09:13 AM
Post: #46
RE:
Fantastic share, thank you!
[Image: banner1.jpg]
03-28-2015, 01:32 PM (This post was last modified: 03-28-2015 01:33 PM by DaniloIN.)
Post: #47
RE:
(03-28-2015 04:44 AM)evfa Wrote:  oh, I compiled the uploadprogress from source.Does it matter or PECL must be need in 3.1? I don't know why this became.I create two root and their databases for 2 vers to test. The OS environment is same. Just modify apache virtualhost file back and forth.
Working here, CENTOS

yum install gcc-c++ php-devel php-pear
pecl install uploadprogress
service httpd restart
03-29-2015, 03:47 PM
Post: #48
RE:
hey, anybody here can help me to install the requirements for avs 3.1 for a bucks ?
03-29-2015, 07:26 PM
Post: #49
RE:
(03-29-2015 03:47 PM)deadbite Wrote:  hey, anybody here can help me to install the requirements for avs 3.1 for a bucks ?
What operating system you're currently using?
03-29-2015, 08:08 PM
Post: #50
RE:
Thanks for the share OP and all the advice given! Does anyone one if the embed process can be automated?
83.gif




34.gif
Free counters!