[FFmpeg-trac] #3414(undetermined:new): ffmpeg stream to ffserver fails with "Not enough space"

FFmpeg trac at avcodec.org
Mon Feb 24 12:43:07 CET 2014


#3414: ffmpeg stream to ffserver fails with "Not enough space"
-------------------------------------+-------------------------------------
             Reporter:  melsom       |                     Type:  defect
               Status:  new          |                 Priority:  important
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 I'm having a problem streaming to ffserver with the latest Windows-build
 by Zeranoe. Works under Linux with the same version. Is this a bug or is
 there anything i'm missing? Same commandline works just fine under linux
 with the same git-version.

 There are no space issues. Both ffserver and machine running windows has
 plenty of space available.

 {{{
 ffmpeg -i http://10.10.0.108:7522/upnp/channelstream/18.ts
 http://10.0.1.100:8090/feed1.ffm
 ffmpeg version N-60859-g313a6c6 Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Feb 23 2014 22:01:50 with gcc 4.8.2 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r
 --enable-gnutls --enable-iconv --enable-libass --enable-libbluray
 --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc
 --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb
 --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-
 librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex
 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-
 aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx
 --enable-libwavpack --enable-libx264 --enable-libx265 --enable-libxavs
 --enable-libxvid --enable
 -zlib
   libavutil      52. 65.100 / 52. 65.100
   libavcodec     55. 52.102 / 55. 52.102
   libavformat    55. 33.100 / 55. 33.100
   libavdevice    55. 10.100 / 55. 10.100
   libavfilter     4.  1.103 /  4.  1.103
   libswscale      2.  5.101 /  2.  5.101
   libswresample   0. 17.104 /  0. 17.104
   libpostproc    52.  3.100 / 52.  3.100
 [mpeg2video @ 0441f640] Invalid frame dimensions 0x0.
     Last message repeated 2 times
 Input #0, mpegts, from 'http://10.10.0.108:7522/upnp/channelstream/18.ts':
   Duration: N/A, start: 92735.966167, bitrate: 247 kb/s
   Program 163
     Stream #0:0[0x200]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002),
 yuv420p(tv), 720x576 [SAR 64:45 DAR 16:9], max. 3750 kb/s, 25 fps, 25 tbr,
 90k tbn, 50 tbc
     Stream #0:1[0x280]: Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz,
 stereo, s16p, 247 kb/s
 http://10.0.1.100:8090/feed1.ffm: Not enough space

 ffserver.conf:
 Port 8090
 BindAddress 0.0.0.0
 MaxHTTPConnections 2000
 MaxClients 1000
 MaxBandwidth 100000

 CustomLog -
 #NoDaemon

 <Feed feed1.ffm>
    File /tmp/feed1.ffm
    FileMaxSize 20G
    ACL allow x.x.x.x # Removed
 </Feed>

 <Stream test.h264>
    Feed feed1.ffm
    Format h264

    # Audio settings
    AudioCodec libfaac
    AudioBitRate 96
    AudioSampleRate 44100
    AudioChannels 2

    # Video settings
    VideoCodec libx264
    VideoSize 640x368
    VideoFrameRate 50
    AVOptionVideo flags +global_header

    AVOptionVideo cpu-used 0
    AVOptionVideo qmin 10
    AVOptionVideo qmax 42
    AVOptionVideo quality good
    AVOptionAudio flags +global_header
    PreRoll 15
    StartSendOnKey
    VideoBitRate 1024
 </Stream>
 }}}

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


More information about the FFmpeg-trac mailing list