[FFmpeg-trac] #3384(ffmpeg:new): Video only playing over Buffer complete

FFmpeg trac at avcodec.org
Fri Feb 14 15:59:57 CET 2014


#3384: Video only playing over Buffer complete
----------------------------------+------------------------------------
             Reporter:  dulcetti  |                     Type:  defect
               Status:  new       |                 Priority:  critical
            Component:  ffmpeg    |                  Version:  0.10.10
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+------------------------------------
 Summary of the bug:
 Hi. We working with ffmpeg and when we testing the video on player, he
 playing only the buffer is total complete.

 How to reproduce:
 {{{
 exports.load = function(ffmpeg) {
     ffmpeg
         .withVideoCodec('libx264')
         .toFormat('mp4')
         .withSize('640x480')
         .withVideoBitrate(3500)
         .withAudioCodec('aac')
         .withAudioBitrate('256')
         .withAudioFrequency('44100')
         .withAudioChannels(2)
     return ffmpeg;
 };
 ffmpeg git-2013-10-10-5ac6b60
 built on Ubuntu on AWS
 }}}

 How can I solve this? Is there any lib, some command parameter? Link for
 tests: http://olhardigital.uol.com.br/teste/videolog.html

 Regards.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3384>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list