Results 1 to 10 of 14

Thread: Realtime processing not working

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2009
    Posts
    9

    Default Realtime processing not working

    Running 2,7. Anytime I import a video from Youtube, the videos are added to the queue but are not processed unless I manually go to cron.php (twice).

    Realtime processing is set to YES. And this happens whether there is 1 or 10 videos in the queue.

    What am I doing wrong?

    Attachment 13

    Attachment 14

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default

    Realtime convertion is only for video uploaded by user. For youtube video imports, you need cronjob set.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3
    Join Date
    Nov 2009
    Posts
    9

    Default

    Thanks for the reply.

    I just setup a cron job in cPanel using the instructions in the forum. Hopefully it will work.

  4. #4
    Join Date
    Nov 2009
    Posts
    9

    Default

    I just to ensure I have set this up correctly, because it doesn't seem to be working.

    My vshare subdirectory is "videos"... is this correct or does the subdirectory have to be included?

    /usr/bin/php -q /home/MYACCOUNT/public_html/cron.php > /dev/null 2>&1

  5. #5
    Join Date
    Sep 2007
    Posts
    906

    Default

    You need to use full path to cron.php, if it is inside a subfolder, add folder name after public_html.

    Code:
    /usr/bin/php -q /home/MYACCOUNT/public_html/videos/cron.php > /dev/null 2>&1
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  6. #6
    Join Date
    Nov 2009
    Posts
    9

    Default

    Thanks... testing it now.

  7. #7
    Join Date
    Dec 2009
    Posts
    1

    Default

    Quote Originally Posted by hostonnet View Post
    Realtime convertion is only for video uploaded by user. For youtube video imports, you need cronjob set.
    Hi all, I am a new member of forum. Would a newcomer be warmly welcome here? Good day you guys!!!

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
  •