Results 1 to 5 of 5

Thread: Background processing don't work

  1. #1
    Join Date
    Apr 2009
    Posts
    1

    Default Background processing don't work

    Hello.
    I just got vshare and I have tried it and like it alot but I cant make Background processing to work.
    I have it checked but when i upload a movie the movie stands in the process queue without anything more happend until i click on convert now. Then it converts and work but i want this to happen in the background. I have checked here and I have made my php.ini as it should be but still i cant get it to work and I have tried with diffrent files and the result are the same all the time. It dont start encoding the movie

    Thanks for the help in advance :)

  2. #2
    Join Date
    Dec 2008
    Posts
    152

    Default Re: Background processing don't work

    for someone to help you will need to provide more information like the error log. your guess is better than anyone elses with limited details

  3. #3
    Join Date
    Jan 2010
    Posts
    2

    Default Background Processing on Windows

    I have installed the script under Windows XAMPP. Almost everything seems to work well. I can do video uploads/conversions with the Realtime Processing config option, and with the admin interface. So convert.php is pretty much working.

    I am stuck trying to get Background Processing option to work. I can successfully run convert.php from the command line and via exec. The following example works:

    exec(c:/xampp/php/php -q c:/xampp/vshare/convert.php 25)

    But adding the "> /dev/null &" to the end of the command fails every time. The process_queue isn't updated and nothing is written to the debug.txt. Nothing is in the error.log.

    Any ideas? This seems to be something specifically related to the "> /dev/null &" stuff at the end of the command and Windows.

  4. #4
    Join Date
    Sep 2007
    Posts
    906

    Default

    If you are running in windows, you can remove

    Code:
    > /dev/null &
    After u done that, still have problem, you need to chk if the convert.php is getting executed.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  5. #5
    Join Date
    Jan 2010
    Posts
    2

    Default

    Yes, I did remove the " > /dev/null &" and convert.php runs great. But of course it does not run in the Background. That's the point of the "&" option. So running under Windows, how can I make convert.php run as a background process?

Similar Threads

  1. Video Processing Problems
    By heyahey in forum Bug Reports
    Replies: 2
    Last Post: 05-04-2009, 04:42 AM
  2. Video Processing
    By browniegirl in forum General Discussions
    Replies: 2
    Last Post: 02-15-2008, 12:02 AM
  3. [RESOLVED] Background Processing NOT Working!
    By eddytorry in forum General Discussions
    Replies: 8
    Last Post: 11-29-2007, 10:04 AM
  4. User Photos processing
    By devarioj in forum Template Modifications
    Replies: 0
    Last Post: 09-25-2007, 06:27 AM
  5. AUTHORIZE.NET PAYMENT PROCESSING
    By devarioj in forum Feature Requests
    Replies: 3
    Last Post: 09-17-2007, 06:21 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •