Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Video not showing on new install

  1. #1
    Join Date
    May 2007
    Posts
    10

    Default Video not showing on new install

    I just got everything installed, and things look right. I can upload a video, it says it is uploaded, but the video won't actually play. The thumbnail shows up, but nothing plays. haloflix.com

  2. #2
    Join Date
    May 2007
    Posts
    10

    Default

    I just realized it isn't creating the flv video and putting it in the flvideo directory. Any suggestions for fixing this?

  3. #3
    Join Date
    May 2007
    Posts
    98

    Default

    I had similar problems.

    First make sure ffmpeg is properly installed on your server.

    Then read what i did in this thread:
    http://forums.buyscripts.in/viewtopic.php?t=201

    Good luck.

  4. #4
    Join Date
    May 2007
    Posts
    10

    Default

    thanks for the info, but nope, still not converting to flv and storing in the video folder...

  5. #5
    Join Date
    May 2007
    Posts
    98

    Default

    Do you have ffmpeg installed ?
    What does your phpinfo.php say ?

  6. #6
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Are you saying .flv video is created in flvvideo folder ?

    It seems problem with your ffmpeg installation. You can try running the command in SSH or from PHP script to see if video is genered or not. Check your PM.

  7. #7
    Join Date
    May 2007
    Posts
    10

    Default

    Yeah, the ffmpeg is installed and enabled. It functions like it is uploading, but no flv video is actually being created and added to the flvvideo folder. Nothing is there.

  8. #8
    Join Date
    May 2007
    Posts
    98

    Default

    If you login via SSH and try something like this:

    Code:
    ffmpeg -i 2.wmv -acodec mp3 -ar 22050 -ab 32 -f flv ../flvideo/2.flv
    What happens ?

  9. #9
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    dealerpix, i checked your server. ffmpeg is not properly installed. You need to reinstall ffmpeg.

    Code:
    [dealerpix@ip-68-178-144-28 ~]$ /usr/local/bin/ffmpeg -i 1.wmv -acodec mp3 -ar 22050 -ab 32 -f flv 1.flv
    FFmpeg version SVN-r9144, Copyright (c) 2000-2007 Fabrice Bellard, et al.
      configuration: --enable-shared
      libavutil version: 49.4.0
      libavcodec version: 51.40.4
      libavformat version: 51.12.1
      built on May 28 2007 19:49:49, gcc: 4.0.2 20051125 (Red Hat 4.0.2-8)
    
    Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 15.00 (15/1)
    Input #0, asf, from '1.wmv':
      Duration: 00:00:09.9, start: 5.000000, bitrate: 133 kb/s
      Stream #0.0: Audio: wmav2, 16000 Hz, mono, 16 kb/s
      Stream #0.1: Video: wmv3, yuv420p, 320x240, 134 kb/s, 15.00 fps(r)
    Output #0, flv, to '1.flv':
      Stream #0.0: Video: flv, yuv420p, 320x240, q=2-31, 200 kb/s, 15.00 fps(c)
      Stream #0.1: Audio: 0x0000, 22050 Hz, mono, 0 kb/s
    Stream mapping:
      Stream #0.1 -> #0.0
      Stream #0.0 -> #0.1
    Unsupported codec for output stream #0.1
    [dealerpix@ip-68-178-144-28 ~]$ pwd
    /home/dealerpix
    [dealerpix@ip-68-178-144-28 ~]$

  10. #10
    Join Date
    May 2007
    Posts
    10

    Default

    Ok, I'll do that. I am new at ffmpeg; what exactly is not properly installed?

Page 1 of 2 12 LastLast

Similar Threads

  1. Video not showing?
    By polog in forum Installation Support
    Replies: 5
    Last Post: 10-13-2008, 05:11 PM
  2. Video not showing
    By tax in forum Installation Support
    Replies: 12
    Last Post: 12-11-2007, 12:39 PM
  3. Video Not showing up...
    By Rodrod in forum General Discussions
    Replies: 1
    Last Post: 09-05-2007, 08:47 AM
  4. Video not showing
    By micah in forum Installation Support
    Replies: 11
    Last Post: 08-28-2007, 02:39 PM
  5. Video not showing
    By mattg in forum Installation Support
    Replies: 15
    Last Post: 07-14-2007, 02:06 PM

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
  •