Opened 10 years ago

Closed 6 years ago

#3414 closed defect (invalid)

ffmpeg stream to ffserver fails with "Not enough space"

Reported by: Andreas Owned by:
Priority: normal Component: ffserver
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

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>

Change History (4)

comment:1 by Carl Eugen Hoyos, 10 years ago

Do you think this is a regression?

comment:2 by Carl Eugen Hoyos, 10 years ago

Priority: importantnormal

comment:3 by Carl Eugen Hoyos, 9 years ago

Component: undeterminedffserver

comment:4 by Rostislav Pehlivanov, 6 years ago

Resolution: invalid
Status: newclosed

ffserver was removed from git master, closing bug as invalid

Note: See TracTickets for help on using tickets.