Thread: FFserver
View Single Post
  #1   (View Single Post)  
Old 16th May 2008
syrushcw syrushcw is offline
Port Guard
 
Join Date: May 2008
Posts: 17
Default FFserver

FFserver launches no problem but I'm having problem launching video here is what I do
#ffmpeg -i /tmp/test.avi http://localhost:8090/test.asf
FFmpeg version SVN-r10657, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --cc=cc --prefix=/usr/local --make=gmake --disable-debug --enable-memalign-hack --enable-shared --enable-pp --extra-cflags=-I/usr/local/include/vorbis -I/usr/local/include --extra-ldflags=-L/usr/local/lib -la52 --extra-libs=-pthread --enable-gpl --enable-pthreads --mandir=/usr/local/man --enable-liba52 --enable-liba52bin --enable-libfaad --enable-libfaadbin --disable-mmx --enable-libogg --disable-ffplay --enable-libtheora --enable-libvorbis --enable-libx264
libavutil version: 49.5.0
libavcodec version: 51.44.0
libavformat version: 51.14.0
built on Dec 8 2007 07:08:48, gcc: 4.2.1 20070719 [FreeBSD]

Seems stream 0 codec frame rate differs from container frame rate: 23.98 (65535/2733) -> 23.98 (10000000/417083)
Input #0, avi, from '/tmp/test.avi':
Duration: 00:21:49.8, start: 0.000000, bitrate: 1088 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 640x480, 23.98 fps(r)
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 128 kb/s
Output #0, asf, to 'http://localhost:8090/test.asf':
Stream #0.0: Video: msmpeg4, yuv420p, 640x480, q=2-31, 200 kb/s, 23.98 fps(c)
Stream #0.1: Audio: mp2, 48000 Hz, stereo, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encoding
Broken pipe

I tried mpeg and wmv videos also, I've done avi-avi, avi-asf etc... and I still can't get it to work, From goggling I enabled everything I needed to in the config file so now I'm just stuck at this point.
Reply With Quote