There is no problem while encoding.

I faced problem while I tried to stream a video file from ffserver as
file.webm

I got following error....

at ffserver
Codec for stream 0 does not use global headers but container format
requires global headers
Codec for stream 1 does not use global headers but container format
requires global headers
Extradata corrupt.
Error writing output header

at player
FFplay version SVN-r24084, Copyright (c) 2003-2010 the FFmpeg

developers
 built on Jul  7 2010 23:50:53 with gcc 4.4.1
 configuration: --enable-gpl --enable-version3 --enable-nonfree --
enable-postproc --enable-pthreads --enable-libmp3lame --enable-
libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --
enable-libx264 --enable-libxvid --enable-x11grab --enable-libvpx
 libavutil     50.20. 0 / 50.20. 0
 libavcodec    52.79. 1 / 52.79. 1
 libavformat   52.73. 0 / 52.73. 0
 libavdevice   52. 2. 0 / 52. 2. 0
 libavfilter    1.20. 1 /  1.20. 1
 libswscale     0.11. 0 /  0.11. 0
 libpostproc   51. 2. 0 / 51. 2. 0
http://192.168.1.159:8090/test.webm: Invalid data found when
processing input

what can be the possible errror.

ffserver.conf is :.

Port 8090
BindAddress 0.0.0.0
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 10000
CustomLog -
NoDaemon

<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 5M
</Feed>

<Stream test.webm>
Feed feed1.ffm
Format webm
AudioBitRate 32
AudioChannels 2
AudioSampleRate 44100
#VideoCodec libvpx
VideoBitRate 366
VideoBufferSize 40
VideoFrameRate 24
VideoSize 320x240
VideoGopSize 12
</Stream>

-- 
Amar Kumar Nandan
MS by Research
IIIT-Bangalore
Karnataka ,India , 560100
http://aknandan.co.nr
_______________________________________________
ffserver-user mailing list
ffserver-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user

Reply via email to