Dear David,
Hello.
thanks.
using ffmpeg i have feed the webm video to ffserver.
It was successful.
but i want to transmit data from ffserver in webm format.

But if one see the error encountered as mentioned in 1st mail,
its regarding header format.



On 11 July 2010 15:03, David Kierzkowski <davidki...@gmail.com> wrote:

> I am a newbie also, so someone correct me if im wrong.
> Read the default ffserver.conf, you have to use one of the formats listed
> to use ffserver.
> If you want to use something else just use ffmpeg.
>
> Sent from my iPhone
>
> On Jul 11, 2010, at 1:27 AM, nandan amar <nandan.a...@gmail.com> wrote:
>
> Dear David,
> Helo.
> I am new to ffserver.
> yes this may be true.
> So does this mean that we should look for extension in ffserver (ffmpeg) to
> support webm as as a valid output format...?
> Or we already have something like that in ffmpeg and we just have to do
> some minor changes.
>
> regards.
>
> On 11 July 2010 00:35, David Kierzkowski < <davidki...@gmail.com>
> davidki...@gmail.com> wrote:
>
>> I dont think webm is a valid ffserver output format.
>>
>>
>> Sent from my iPhone
>>
>> On Jul 10, 2010, at 4:30 AM, nandan amar < <nandan.a...@gmail.com>
>> nandan.a...@gmail.com> wrote:
>>
>> I tried streaming webm video file with ffserver
>> my config file 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
>> AudioCodec vorbis
>> AudioBitRate 32
>> AudioChannels 2
>> AudioSampleRate 44100
>> VideoCodec libvpx
>> VideoBitRate 366
>> VideoBufferSize 40
>> VideoFrameRate 24
>> VideoSize 320x240
>> VideoGopSize 12
>> </Stream>*
>>
>> I feed video as
>> *ffmpeg -i cartoon.mpeg 
>> <http://localhost:8090/feed1.ffm><http://localhost:8090/feed1.ffm>
>> http://localhost:8090/feed1.ffm*
>>
>> and played as
>> *ffplay 
>> <http://192.168.1.159:8090/test.webm><http://192.168.1.159:8090/test.webm>
>> http://192.168.1.159:8090/test.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><http://192.168.1.159:8090/test.webm>
>> http://192.168.1.159:8090/test.webm: Invalid data found when
>> processing input
>> *
>>
>> what can be the possible errror.
>> I can play webm viseo well using ffplay
>> Also i was able to stream in other video format like mpeg from ffserver.
>>
>>
>>
>> --
>> Amar Kumar Nandan
>>
>> <http://aknandan.co.nr> <http://aknandan.co.nr>http://aknandan.co.nr
>>
>> _______________________________________________
>> ffserver-user mailing list
>> <ffserver-user@mplayerhq.hu>ffserver-user@mplayerhq.hu
>>  <https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user>
>> https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user
>>
>>
>> _______________________________________________
>> ffserver-user mailing list
>>  <ffserver-user@mplayerhq.hu>ffserver-user@mplayerhq.hu
>>  <https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user>
>> https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user
>>
>>
>
>
> --
> Amar Kumar Nandan
> MS by Research
> IIIT-Bangalore
> Karnataka ,India , 560100
> <http://aknandan.co.nr>http://aknandan.co.nr
>
> _______________________________________________
> ffserver-user mailing list
> ffserver-user@mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user
>
>
> _______________________________________________
> ffserver-user mailing list
> ffserver-user@mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user
>
>


-- 
Amar Kumar Nandan

http://aknandan.co.nr
_______________________________________________
ffserver-user mailing list
ffserver-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user

Reply via email to