[FFmpeg-user] FFMpeg/FFPlay/FFserver integration with Coturn

2016-04-17 Thread Bogdan Mariesan
Hi, I was wondering if FFmpeg services can integrate with a STUN/TURN server to bypass symmetric NATs or closed ports on the client side. If it's possible could you please summarize in a few words the steps required for the integration? Have any of you integrated FFServer/FFMpeg with Coturn ( http

[FFmpeg-user] Problem retrieving correct fps while streaming cameras

2016-04-17 Thread Corentin Hamel
Hi everyone, Hopefully it's the right palce to ask this kind of questions. I've have been trying to retrieve the fps information from different cameraz stream via RTSP. This is done using the OpenCV library which uses the libavormat provided by ffmpeg. However it seems I can't rely on the informat

Re: [FFmpeg-user] ffmpeg development

2016-04-17 Thread PSPunch
On 2016/04/17 1:43, Steve Corrao wrote: 1. run astats or volumedetect to calculate RMS level. 2. If RMS level = X dB, then add Y dB level to match the user specified dB level. Example: If RMS level = -30dB, and user specified RMS level = -20dB, then add 10dB. If LUFS can be used inste

Re: [FFmpeg-user] Order for Filters

2016-04-17 Thread Nicholas Robbins
Just an update. "-vf crop,fieldmatch,decimate" worked great. -Nick ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Issue on static linking of schroedinger-1.0

2016-04-17 Thread 桃源老師
> 2016/04/18 0:54A.M. Carl Eugen Hoyos ag.or.at> wrote: > > 桃源老師 dream.jp> writes: > >> I'm trying to enable libschroedinger to ffmpeg. > > Note that FFmpeg nowadays contains a native (intra-only) > dirac encoder. Sorry, again I am lack of studying. I just find out libschroedinger at http

Re: [FFmpeg-user] Issue on static linking of schroedinger-1.0

2016-04-17 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > Iirc, libschroedinger has very specific needs from other > libraries, try --extra-ldflags=-lorc Sorry, ignore this - it is unneeded. > > Undefined symbols for architecture x86_64: > > "__schro_decode_prediction_only", referenced from: > > _schro_init in

Re: [FFmpeg-user] Issue on static linking of schroedinger-1.0

2016-04-17 Thread Carl Eugen Hoyos
桃源老師 dream.jp> writes: > I'm trying to enable libschroedinger to ffmpeg. Note that FFmpeg nowadays contains a native (intra-only) dirac encoder. > When I configure ffmpeg with the following command: > > $ ./configure --prefix=${TARGET} --pkg-config-flags=--static > --disable-ffserver --enabl

[FFmpeg-user] Issue on static linking of schroedinger-1.0

2016-04-17 Thread 桃源老師
Hello, I'm trying to enable libschroedinger to ffmpeg. I'm using Mac OS X El Capitan. When I configure ffmpeg with the following command: $ ./configure --prefix=${TARGET} --pkg-config-flags=--static --disable-ffserver --enable-gpl --enable-version3 --enable-nonfree --enable-libschroedinger I