Results 1 to 10 of 18

Thread: Duration problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2010
    Posts
    14

    Default Duration problem

    All video duration are 1 minute. Why?

    Please help me!

    Many thanks!

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default

    How you added video ?
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3
    Join Date
    Jul 2010
    Posts
    14

    Default

    Upload -> title,details,tags,category -> youtube link (http://www.youtube.com/watch?v=xyz)

  4. #4
    Join Date
    Sep 2007
    Posts
    906

    Default

    Open a suport ticket with url to forum post at

    BuyScripts Helpdesk
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  5. #5
    Join Date
    Jul 2010
    Posts
    14

    Default

    public_html\admin\video_add_flv_2.php

    Code:
           $sql = "INSERT INTO `videos` SET
                   `video_user_id`=" . (int) $video_user_id . ",
                   `video_title`='" . mysql_clean($video_title) . "',
                   `video_description`='" . mysql_clean($video_description) . "',
                   `video_keywords`='" . mysql_clean($upload_video_keywords) . "',
                   `video_seo_name`='" . seo_name($video_title) . "',
                   `video_embed_code`='" . mysql_clean($embed_code) . "',
                   `video_channels`='0|$video_channels|0',
                   `video_type`='$video_type',
                   `video_vtype`=$vtype,
                   `video_adult`='$video_adult',
                   `video_duration`=1,
                   `video_length`='01:00',
                   `video_add_time`='" . time() . "',
                   `video_add_date`='" . date("Y-m-d") . "',
                   `video_active`='1',
                   `video_approve`='$config[approve]'";

  6. #6
    Join Date
    Sep 2007
    Posts
    906

    Default

    When you add embeded code, there is no way to find video length. One solution is to add a text box, so admin can specify video length while adding video.
    Last edited by hostonnet; 07-18-2010 at 03:32 PM.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

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
  •