[FFserver-user] FFServer and FFMpeg Could not find input stream matching output stream

forumhelp forum helpforum2011 at hotmail.com
Thu Aug 11 10:38:46 CEST 2011


Hello,

I'am experiencing the same problem.
But the thing that I can't understand is that it worked well 3 days ago.
I didn't update or upgrade ma desktop. Also I haven't reboot or shutdown the machine

And some times I have this output:
ffmpeg version N-31788-g0d4ea7b, Copyright (c) 2000-2011 the FFmpeg developers
  built on Aug 11 2011 10:11:56 with gcc 4.5.2
  configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-avfilter
  libavutil    51. 11. 1 / 51. 11. 1
  libavcodec   53. 10. 0 / 53. 10. 0
  libavformat  53.  6. 0 / 53.  6. 0
  libavdevice  53.  2. 0 / 53.  2. 0
  libavfilter   2. 28. 1 /  2. 28. 1
  libswscale    2.  0. 0 /  2.  0. 0
  libpostproc  51.  2. 0 / 51.  2. 0

Seems stream 1 codec frame rate differs from container frame rate: 48.00 (23999/500) -> 24.00 (23999/1000)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '../home.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: isomavc1mp42
    creation_time   : 2009-09-26 22:59:41
  Duration: 01:33:17.77, start: 0.000000, bitrate: 2123 kb/s
    Stream #0.0(und): Audio: aac, 44100 Hz, stereo, s16, 125 kb/s
    Metadata:
      creation_time   : 2009-09-26 22:59:41
    Stream #0.1(und): Video: h264 (High), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 1996 kb/s, 24 fps, 24 tbr, 23999 tbn, 48 tbc
    Metadata:
      creation_time   : 2009-09-26 22:59:51
[tcp @ 0x19b2080] TCP connection to localhost:8090 failed: Connection refused
Incompatible sample format '(null)' for codec 'mp2', auto-selecting format 's16'
Incompatible sample format '(null)' for codec 'libmp3lame', auto-selecting format 's16'
[tcp @ 0x19b78e0] TCP connection to localhost:8090 failed: Connection refused
[buffer @ 0x19a9ae0] w:1280 h:720 pixfmt:yuv420p tb:1/1000000 sar:1/1 sws_param:
[scale @ 0x19b3ce0] w:1280 h:720 fmt:yuv420p -> w:160 h:128 fmt:yuv420p flags:0x4
[buffer @ 0x19d43a0] Invalid pixel format string '-1'
Error opening filters!

While on FFserver I have the following output
Thu Aug 11 10:34:07 2011 FFserver started.
Thu Aug 11 10:34:14 2011 127.0.0.1 - - [GET] "/feed1.ffm HTTP/1.1" 200 4149
Thu Aug 11 10:34:14 2011 127.0.0.1 - - [POST] "/feed1.ffm HTTP/1.1" 200 0


I really don't understand

Zouhair
> From: adyson.maia at gmail.com
> Date: Fri, 15 Jul 2011 16:03:45 -0300
> To: ffserver-user at ffmpeg.org
> Subject: [FFserver-user] FFServer and FFMpeg Could not find input stream	matching output stream
> 
> FFMpeg version:
> ffmpeg version N-31502-g32aef7d, Copyright (c) 2000-2011 the FFmpeg developers
>   built on Jul 15 2011 14:38:55 with gcc 4.4.5
> 
> Configure:
> --enable-libmp3lame --enable-librtmp --enable-libfaac --enable-libspeex --enable-nonfree
> 
> My FFServer config:
> 
> Port 8090
> BindAddress 0.0.0.0 
> MaxHTTPConnections 100
> MaxClients 100
> MaxBandwidth 1500
> CustomLog - 
> NoDaemon
> <Feed feed1.ffm>
> File /tmp/feed1.ffm
> FileMaxSize 1M 
> ACL allow 127.0.0.1 
> </Feed>
> <Stream stream.mp3>
> Feed feed1.ffm
> Format mp3
> AudioCodec libmp3lame
> AudioBitRate 128
> AudioChannels 2
> AudioSampleRate 44100
> NoVideo 
> </Stream> 
> <Stream stat.html> 
> Format status
> ACL allow localhost 
> ACL allow 192.168.0.0 192.168.255.255 
> </Stream>
> <Redirect index.html> 
> URL http://ffmpeg.org
> </Redirect>
> 
> FFMpeg Output:
> ffmpeg version N-31502-g32aef7d, Copyright (c) 2000-2011 the FFmpeg developers
>   built on Jul 15 2011 14:38:55 with gcc 4.4.5
>   configuration: --enable-libmp3lame --enable-librtmp --enable-libfaac --enable-libspeex --enable-nonfree
>   libavutil    51. 11. 0 / 51. 11. 0
>   libavcodec   53.  8. 0 / 53.  8. 0
>   libavformat  53.  6. 0 / 53.  6. 0
>   libavdevice  53.  2. 0 / 53.  2. 0
>   libavfilter   2. 26. 0 /  2. 26. 0
>   libswscale    2.  0. 0 /  2.  0. 0
> [flv @ 0x1dc5400] max_analyze_duration 5000000 reached at 5018000
> [flv @ 0x1dc5400] Estimating duration from bitrate, this may be inaccurate
> Input #0, flv, from 'rtmp://wowza01.dyb.fm/dyb/radiodyb/media':
>   Duration: N/A, start: 0.000000, bitrate: 128 kb/s
>     Stream #0.0: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s
> [tcp @ 0x1de08e0] TCP connection to localhost:8090 failed: Connection refused
> Incompatible sample format '(null)' for codec 'libmp3lame', auto-selecting format 's16'
> [tcp @ 0x1dde8c0] TCP connection to localhost:8090 failed: Connection refused
> Output #0, ffm, to 'http://localhost:8090/feed1.ffm':
>     Stream #0.0: Video: [3][0][0][0] / 0x0003, q=8500512-0, 1000k tbn
> Could not find input stream matching output stream #0.0
> *** glibc detected *** ./ffmpeg: free(): invalid pointer: 0x0000000001dbf540 ***
> ======= Backtrace: =========
> /lib/libc.so.6(+0x774b6)[0x7fbc4aa304b6]
> /lib/libc.so.6(cfree+0x73)[0x7fbc4aa36c83]
> ./ffmpeg[0x4e1a98]
> ./ffmpeg[0x43233b]
> ./ffmpeg[0x4399f5]
> ./ffmpeg[0x43c2a5]
> /lib/libc.so.6(__libc_start_main+0xfe)[0x7fbc4a9d7d8e]
> ./ffmpeg[0x43189d]
> ======= Memory map: ========
> 00400000-00ba1000 r-xp 00000000 08:11 55480                              /home/dybffserver/ffmpeg/ffmpeg
> 00da0000-00da1000 r--p 007a0000 08:11 55480                              /home/dybffserver/ffmpeg/ffmpeg
> 00da1000-00dc7000 rw-p 007a1000 08:11 55480                              /home/dybffserver/ffmpeg/ffmpeg
> 00dc7000-01322000 rw-p 00000000 00:00 0 
> 01dbe000-01e42000 rw-p 00000000 00:00 0                                  [heap]
> 7fbc44000000-7fbc44021000 rw-p 00000000 00:00 0 
> 7fbc44021000-7fbc48000000 ---p 00000000 00:00 0 
> 7fbc49848000-7fbc4985d000 r-xp 00000000 08:01 2162759                    /lib/libgcc_s.so.1
> 7fbc4985d000-7fbc49a5c000 ---p 00015000 08:01 2162759                    /lib/libgcc_s.so.1
> 7fbc49a5c000-7fbc49a5d000 r--p 00014000 08:01 2162759                    /lib/libgcc_s.so.1
> 7fbc49a5d000-7fbc49a5e000 rw-p 00015000 08:01 2162759                    /lib/libgcc_s.so.1
> 7fbc49a5e000-7fbc49a74000 r-xp 00000000 08:01 2163186                    /lib/libresolv-2.12.1.so
> 7fbc49a74000-7fbc49c73000 ---p 00016000 08:01 2163186                    /lib/libresolv-2.12.1.so
> 7fbc49c73000-7fbc49c74000 r--p 00015000 08:01 2163186                    /lib/libresolv-2.12.1.so
> 7fbc49c74000-7fbc49c75000 rw-p 00016000 08:01 2163186                    /lib/libresolv-2.12.1.so
> 7fbc49c75000-7fbc49c77000 rw-p 00000000 00:00 0 
> 7fbc49c77000-7fbc49c7c000 r-xp 00000000 08:01 2163181                    /lib/libnss_dns-2.12.1.so
> 7fbc49c7c000-7fbc49e7b000 ---p 00005000 08:01 2163181                    /lib/libnss_dns-2.12.1.so
> 7fbc49e7b000-7fbc49e7c000 r--p 00004000 08:01 2163181                    /lib/libnss_dns-2.12.1.so
> 7fbc49e7c000-7fbc49e7d000 rw-p 00005000 08:01 2163181                    /lib/libnss_dns-2.12.1.so
> 7fbc49e7d000-7fbc49e89000 r-xp 00000000 08:01 2163194                    /lib/libnss_files-2.12.1.so
> 7fbc49e89000-7fbc4a088000 ---p 0000c000 08:01 2163194                    /lib/libnss_files-2.12.1.so
> 7fbc4a088000-7fbc4a089000 r--p 0000b000 08:01 2163194                    /lib/libnss_files-2.12.1.so
> 7fbc4a089000-7fbc4a08a000 rw-p 0000c000 08:01 2163194                    /lib/libnss_files-2.12.1.so
> 7fbc4a08a000-7fbc4a08d000 r-xp 00000000 08:01 2163020                    /lib/libgpg-error.so.0.4.0
> 7fbc4a08d000-7fbc4a28c000 ---p 00003000 08:01 2163020                    /lib/libgpg-error.so.0.4.0
> 7fbc4a28c000-7fbc4a28d000 r--p 00002000 08:01 2163020                    /lib/libgpg-error.so.0.4.0
> 7fbc4a28d000-7fbc4a28e000 rw-p 00003000 08:01 2163020                    /lib/libgpg-error.so.0.4.0
> 7fbc4a28e000-7fbc4a29e000 r-xp 00000000 08:01 1721766                    /usr/lib/libtasn1.so.3.1.9
> 7fbc4a29e000-7fbc4a49d000 ---p 00010000 08:01 1721766                    /usr/lib/libtasn1.so.3.1.9
> 7fbc4a49d000-7fbc4a49e000 r--p 0000f000 08:01 1721766                    /usr/lib/libtasn1.so.3.1.9
> 7fbc4a49e000-7fbc4a49f000 rw-p 00010000 08:01 1721766                    /usr/lib/libtasn1.so.3.1.9
> 7fbc4a49f000-7fbc4a513000 r-xp 00000000 08:01 2163085                    /lib/libgcrypt.so.11.5.3
> 7fbc4a513000-7fbc4a713000 ---p 00074000 08:01 2163085                    /lib/libgcrypt.so.11.5.3
> 7fbc4a713000-7fbc4a714000 r--p 00074000 08:01 2163085                    /lib/libgcrypt.so.11.5.3
> 7fbc4a714000-7fbc4a717000 rw-p 00075000 08:01 2163085                    /lib/libgcrypt.so.11.5.3
> 7fbc4a717000-7fbc4a7b2000 r-xp 00000000 08:01 1721774                    /usr/lib/libgnutls.so.26.14.12
> 7fbc4a7b2000-7fbc4a9b2000 ---p 0009b000 08:01 1721774                    /usr/lib/libgnutls.so.26.14.12
> 7fbc4a9b2000-7fbc4a9b8000 r--p 0009b000 08:01 1721774                    /usr/lib/libgnutls.so.26.14.12
> 7fbc4a9b8000-7fbc4a9b9000 rw-p 000a1000 08:01 1721774                    /usr/lib/libgnutls.so.26.14.12
> 7fbc4a9b9000-7fbc4ab33000 r-xp 00000000 08:01 2163180                    /lib/libc-2.12.1.so
> 7fbc4ab33000-7fbc4ad32000 ---p 0017a000 08:01 2163180                    /lib/libc-2.12.1.so
> 7fbc4ad32000-7fbc4ad36000 r--p 00179000 08:01 2163180                    /lib/libc-2.12.1.so
> 7fbc4ad36000-7fbc4ad37000 rw-p 0017d000 08:01 2163180                    /lib/libc-2.12.1.so
> 7fbc4ad37000-7fbc4ad3c000 rw-p 00000000 00:00 0 
> 7fbc4ad3c000-7fbc4ad54000 r-xp 00000000 08:01 2163182                    /lib/libpthread-2.12.1.so
> 7fbc4ad54000-7fbc4af53000 ---p 00018000 08:01 2163182                    /lib/libpthread-2.12.1.so
> 7fbc4af53000-7fbc4af54000 r--p 00017000 08:01 2163182                    /lib/libpthread-2.12.1.so
> 7fbc4af54000-7fbc4af55000 rw-p 00018000 08:01 2163182                    /lib/libpthread-2.12.1.so
> 7fbc4af55000-7fbc4af59000 rw-p 00000000 00:00 0 
> 7fbc4af59000-7fbc4afdb000 r-xp 00000000 08:01 2163187                    /lib/libm-2.12.1.so
> 7fbc4afdb000-7fbc4b1da000 ---p 00082000 08:01 2163187                    /lib/libm-2.12.1.so
> 7fbc4b1da000-7fbc4b1db000 r--p 00081000 08:01 2163187                    /lib/libm-2.12.1.so
> 7fbc4b1db000-7fbc4b1dc000 rw-p 00082000 08:01 2163187                    /lib/libm-2.12.1.so
> 7fbc4b1dc000-7fbc4b1eb000 r-xp 00000000 08:01 1720847                    /usr/lib/libfaac.so.0.0.0
> 7fbc4b1eb000-7fbc4b3ea000 ---p 0000f000 08:01 1720847                    /usr/lib/libfaac.so.0.0.0
> 7fbc4b3ea000-7fbc4b3eb000 r--p 0000e000 08:01 1720847                    /usr/lib/libfaac.so.0.0.0
> 7fbc4b3eb000-7fbc4b3ee000 rw-p 0000f000 08:01 1720847                    /usr/lib/libfaac.so.0.0.0
> 7fbc4b3ee000-7fbc4b433000 r-xp 00000000 08:01 1720714                    /usr/lib/libmp3lame.so.0.0.0
> 7fbc4b433000-7fbc4b633000 ---p 00045000 08:01 1720714                    /usr/lib/libmp3lame.so.0.0.0
> 7fbc4b633000-7fbc4b634000 r--p 00045000 08:01 1720714                    /usr/lib/libmp3lame.so.0.0.0Aborted
> 
> Does anyone know how to solve this?
> _______________________________________________
> ffserver-user mailing list
> ffserver-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffserver-user
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/ffserver-user/attachments/20110811/345bec0a/attachment.html>


More information about the ffserver-user mailing list