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

Thread: Video not showing

  1. #1
    Join Date
    Jul 2007
    Posts
    8

    Default Video not showing

    The video is not playing on my site http://www.profilespark.com

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

    Default

    Check if video get converted to flv format in flvideo folder.

    Post content of templates_c/debug.txt after uploading a video.

  3. #3
    Join Date
    Jul 2007
    Posts
    8

    Default

    It did not get converted in the flvvideo folder. I'm not exactly sure what i'm suppose to be looking at http://profilespark.com/templates_c/debug.txt

  4. #4
    Join Date
    Jul 2007
    Posts
    8

    Default

    I looked into it more and it said it is converting.

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

    Default

    The convert command is


    Code:
    /usr/local/bin/ffmpeg -i /var/www/vhosts/profilespark.com/httpdocs/video/5.avi -acodec mp3 -ar 22050 -ab 32 -f flv /var/www/vhosts/profilespark.com/httpdocs/flvideo/5.flv
    Try running this on the server. If ffmpeg is properly installed, you should see converted video file at

    /var/www/vhosts/profilespark.com/httpdocs/flvideo/5.flv

    It seems you have problem with the requirements installation.

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

    Default

    You are using old version of ffmpeg-php, you need to install latest version of all requirements.


    ffmpeg-php version 0.4.2
    Latest version is

    ffmpeg-php version 0.5.0

  7. #7
    Join Date
    Jul 2007
    Posts
    8

    Default

    I just had it upgraded but still the same problem

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

    Default

    That is not theonly software required to convert video, you may have problem with other software, any way, try running the convert command on the server and see if it can convert video into flv format.

    Code:
    /usr/local/bin/ffmpeg -i /var/www/vhosts/profilespark.com/httpdocs/video/5.avi -acodec mp3 -ar 22050 -ab 32 -f flv /var/www/vhosts/profilespark.com/httpdocs/flvideo/5.flv

  9. #9
    Join Date
    Jul 2007
    Posts
    8

    Default

    Got this error

    [root@sv1 bin]# /usr/local/bin/ffmpeg -i /var/www/vhosts/profilespark.com/httpdo cs/video/5.avi -acodec mp3 -ar 22050 -ab 32 -f flv /var/www/vhosts/profilespark. com/httpdocs/flvideo/5.flv
    FFmpeg version SVN-r9633, Copyright (c) 2000-2007 Fabrice Bellard, et al.
    configuration: --enable-libmp3lame --enable-shared
    libavutil version: 49.4.1
    libavcodec version: 51.40.4
    libavformat version: 51.12.1
    built on Jul 13 2007 14:17:21, gcc: 3.4.6 20060404 (Red Hat 3.4.6-3)
    Input #0, avi, from '/var/www/vhosts/profilespark.com/httpdocs/video/5.avi':
    Duration: 00:00:10.0, start: 0.000000, bitrate: 1307 kb/s
    Stream #0.0: Video: mjpeg, yuvj422p, 320x240, 10.00 fps(r)
    Stream #0.1: Audio: pcm_u8, 8000 Hz, mono, 64 kb/s
    Output #0, flv, to '/var/www/vhosts/profilespark.com/httpdocs/flvideo/5.flv':
    Stream #0.0: Video: flv, yuv420p, 320x240, q=2-31, 200 kb/s, 10.00 fps(c)
    Stream #0.1: Audio: libmp3lame, 22050 Hz, mono, 0 kb/s
    Stream mapping:
    Stream #0.0 -> #0.0
    Stream #0.1 -> #0.1
    [flv @ 0xb7e57370]removing common factors from framerate
    Press [q] to stop encoding
    Compiler did not align stack variables. Libavcodec has been miscompiled
    and may be very slow or crash. This is not a bug in libavcodec,
    but in the compiler. Do not report crashes to FFmpeg developers.
    frame= 100 fps= 0 q=6.5 Lsize= 378kB time=10.0 bitrate= 309.6kbits/s
    video:331kB audio:39kB global headers:0kB muxing overhead 2.119658%

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

    Default

    ffmpeg is not working properly on your server.

Page 1 of 2 12 LastLast

Similar Threads

  1. Showing Video Page Ads
    By airvidsnet in forum Template Modifications
    Replies: 6
    Last Post: 11-24-2008, 05:39 PM
  2. Video not showing?
    By polog in forum Installation Support
    Replies: 5
    Last Post: 10-13-2008, 05:11 PM
  3. Video not showing
    By tax in forum Installation Support
    Replies: 12
    Last Post: 12-11-2007, 12:39 PM
  4. Video Not showing up...
    By Rodrod in forum General Discussions
    Replies: 1
    Last Post: 09-05-2007, 08:47 AM
  5. Video not showing
    By micah in forum Installation Support
    Replies: 11
    Last Post: 08-28-2007, 02:39 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
  •