Re: [FFmpeg-user] ffmpeg/ffserver h264 webcam streaming

2014-10-28 Thread Ricardo Mota
But should't ffserver configuration file provide the encoding options, namely *VideoCodec *libvpx? With ffmpeg command I'm just feeding the raw video stream... On Tue, Oct 28, 2014 at 12:28 PM, Moritz Barsnick wrote: > On Tue, Oct 28, 2014 at 12:00:46 +, Ricardo Mota wrote: > > >- http:

Re: [FFmpeg-user] ffmpeg/ffserver h264 webcam streaming

2014-10-28 Thread Moritz Barsnick
On Tue, Oct 28, 2014 at 12:00:46 +, Ricardo Mota wrote: >- http://pastebin.com/Z0ePhx3N Please always post logs to the list! > but when i try to run it with *ffmpeg -f v4l2 -input_format rawvideo > -pixel_format yuyv422 -framerate 25 -video_size 1280x720 -i /dev/video0 > http://localhost

Re: [FFmpeg-user] ffmpeg/ffserver h264 webcam streaming

2014-10-28 Thread Ricardo Mota
Thank you for your help Moritz, I tried your suggestion and I can say it works. I'm now trying to implement the same thing but using webm streaming, with the same configuration, just replacing the format and VideoCodec: * # Output stream URL definition* * Feed feed1.ffm

Re: [FFmpeg-user] ffmpeg/ffserver h264 webcam streaming

2014-10-28 Thread Moritz Barsnick
On Mon, Oct 27, 2014 at 20:52:13 +, Ricardo Mota wrote: > I'm trying to setup a h264 streaming from my webcam to the web using the > following configuration file for ffserver. >- ffserver.conf For reference, here is one relevant part: # Output

[FFmpeg-user] ffmpeg/ffserver h264 webcam streaming

2014-10-27 Thread Ricardo Mota
I'm trying to setup a h264 streaming from my webcam to the web using the following configuration file for ffserver. - ffserver.conf When I feed ffserver with *fmpeg -f v4l2 -input_format rawvideo -pixel_format yuyv422 -framerate 10 -video_size 1280x720 -i /dev/