[Libav-user] Why ffmpeg is writing to stderr instead of stdout?

2013-07-24 Thread satya gowtham kudupudi
$ ffmpeg -f v4l2 -r 15 -s 40x30 -i /dev/video0 -f flv rtmp:// 192.168.2.125:25333/venkat/test0 ffmpeg version git-2013-07-17-a0b7e73 Copyright (c) 2000-2013 the FFmpeg developers built on Jul 17 2013 17:20:26 with gcc 4.7 (Ubuntu/Linaro 4.7.3-1ubuntu1) configuration:

[Libav-user] can't decode RTMP stream from FMS

2013-07-24 Thread Mike Versteeg
Same stream from Wowza server works fine, but when using Adobe FMS I keep getting the same error (note it works fine in a flash player). Here's the output of the latest git, anyone have an idea? ffmpeg version N-54901-g55db06a Copyright (c) 2000-2013 the FFmpeg developers built on Jul 23 2013

Re: [Libav-user] Why ffmpeg is writing to stderr instead of stdout?

2013-07-24 Thread Nicolas George
Le sextidi 6 thermidor, an CCXXI, satya gowtham kudupudi a écrit : I am making system call to above command and i want to extract only error message but unfortunately ffmpeg is writing non error messages to stderr. Well, errors are *supposed* to go to stderr, it means standard *error* stream,

Re: [Libav-user] Why ffmpeg is writing to stderr instead of stdout?

2013-07-24 Thread Carl Eugen Hoyos
satya gowtham kudupudi satyagowtham.k@... writes: I am making system call to above command and i want to extract only error message but unfortunately ffmpeg is writing non error messages to stderr. I may absolutely misunderstand your mail but are you searching for -loglevel error ? Carl

Re: [Libav-user] Why ffmpeg is writing to stderr instead of stdout?

2013-07-24 Thread satya gowtham kudupudi
thanq. my required option is -loglevel error On Wed, Jul 24, 2013 at 2:44 PM, Carl Eugen Hoyos ceho...@ag.or.at wrote: satya gowtham kudupudi satyagowtham.k@... writes: I am making system call to above command and i want to extract only error message but unfortunately ffmpeg is writing