Setup:
   Ubuntu Linux 10.04 on VMWare 6.5.4 on Windows Vista (un-lobotomized almost 
into being XP)
   ffmpeg:  SVN-r0.5.1-4:0.5.1-1ubuntu1 - instyalled via apt-get
   ffserver: SVN-r0.5.1-4:0.5.1-1ubuntu1 - instyalled via apt-get
   AVI file: SAMPLE.AVI downloaded from Microsoft - plays using ffplay - 
filename is all caps


Following the instructions in the ffserver doc, I executed:

     ffserver -f doc/ffserver.conf &
     ffmpeg -i  SAMPLE.AVI http://localhost:8090/feed1.ffm

And I get the following error:

   Error while opening codec for output stream #0.1 - maybe incorrect 
parameters such as bit_rate, rate, width or height

The whole console output is attached below.

Can someone explain?

Wesley Miller

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1, Copyright (c) 2000-2009 Fabrice 
Bellard, et al.
  configuration: --extra-version=4:0.5.1-1ubuntu1 --prefix=/usr 
--enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib 
--enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora 
--enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping 
--disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc 
--enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared 
--disable-static
  libavutil     49.15. 0 / 49.15. 0
  libavcodec    52.20. 1 / 52.20. 1
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  libavfilter    0. 4. 0 /  0. 4. 0
  libswscale     0. 7. 1 /  0. 7. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on Mar  4 2010 12:35:30, gcc: 4.4.3
Input #0, avi, from '/home/wmiller/ff/SAMPLE.AVI':
  Duration: 00:00:07.00, start: 0.000000, bitrate: 1168 kb/s
    Stream #0.0: Video: cinepak, yuv420p, 320x240, 15 tbr, 15 tbn, 15 tbc
    Stream #0.1: Audio: pcm_u8, 22050 Hz, mono, s16, 176 kb/s
Wed Jul  7 11:48:22 2010 127.0.0.1 - - [GET] "/feed1.ffm HTTP/1.1" 200 4149
Output #0, ffm, to 
'http://localhost:8090/feed1.ffm':<http://localhost:8090/feed1.ffm%27:><http://localhost:8090/feed1.ffm%27:>
    Stream #0.0: Audio: mp2, 44100 Hz, mono, s16, 32 kb/s
    Stream #0.1: Video: mpeg1video, yuv420p, 320x240, q=3-31, 64 kb/s, 1000k 
tbn, 3 tbc
    Stream #0.2: Audio: mp2, 22050 Hz, mono, s16, 64 kb/s
    Stream #0.3: Video: msmpeg4, yuv420p, 352x240, q=3-31, 256 kb/s, 1000k tbn, 
15 tbc
Stream mapping:
  Stream #0.1 -> #0.0
  Stream #0.0 -> #0.1
  Stream #0.1 -> #0.2
  Stream #0.0 -> #0.3
[mpeg1video @ 0x8a49070]bitrate tolerance too small for bitrate
Error while opening codec for output stream #0.1 - maybe incorrect parameters 
such as bit_rate, rate, width or height
Wed Jul  7 11:48:22 2010 127.0.0.1 - - [POST] "/feed1.ffm HTTP/1.1" 200 0
_______________________________________________
ffmpeg-user mailing list
[hidden 
email]<http://ffmpeg-users.933282.n4.nabble.com/user/SendEmail.jtp?type=node&node=2281098&i=0>
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
_______________________________________________
ffserver-user mailing list
ffserver-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user

Reply via email to