The problem is: Compile time max width is 2048 change The issue is that the recording resamples the screen to screensize * 1,3 It is currently not implemented to check if the recording is bigger then 2048 in width (or height) and to correctly scale the width/heigh parameters to a size that is supported by FFMPEG:
Sebastian 2012/3/28 Alexei Fedotov <[email protected]> > Hello folks, > Recording says "Cannot get resampling context" > > Is it a known issue? > > > Log:28.03.2012 12:39:41 > generateFFMPEG > process-generateFullFLV > error-FFmpeg version SVN-r13582, Copyright (c) 2000-2008 Fabrice > Bellard, et al. configuration: --prefix=/usr --libdir=${prefix}/lib > --shlibdir=${prefix}/lib --bindir=${prefix}/bin > --incdir=${prefix}/include/ffmpeg --enable-shared --enable-libmp3lame > --enable-gpl --enable-libfaad --mandir=${prefix}/share/man > --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid > --enable-postproc --enable-libamr-nb --enable-libamr-wb > --enable-x11grab --enable-libgsm --enable-libx264 --enable-liba52 > --enable-libtheora --extra-cflags=-Wall -g -fPIC -DPIC --cc=ccache cc > --enable-swscale --enable-libdc1394 --enable-nonfree --disable-mmx > --disable-stripping --enable-avfilter --enable-libdirac > --disable-decoder=libdirac --enable-libschroedinger > --disable-encoder=libschroedinger --disable-altivec --disable-armv5te > --disable-armv6 --disable-vis libavutil version: 49.7.0 libavcodec > version: 51.58.0 libavformat version: 52.16.0 libavdevice version: > 52.0.0 libavfilter version: 0.0.0 built on May 3 2009 12:07:18, > gcc: 4.3.2Seems stream 0 codec frame rate differs from container frame > rate: 1000.00 (1000/1) -> 1.00 (1/1)Input #0, flv, from > > '/opt/red5/webapps/openmeetings/streams/7/rec_39_stream_ee2818d7622d718365eed8563993abb2_28_03_2012_08_34_43.flv': > Duration: 00:04:37.00, start: 0.000000, bitrate: N/A Stream #0.0: > Video: flashsv, bgr24, 1920x1200, 1.00 tb(r)Input #1, wav, from > > '/opt/red5/webapps/openmeetings/streams/7/rec_39_stream_37_28_03_2012_08_34_43_FULL_WAVE.wav': > Duration: 00:04:47.61, bitrate: 705 kb/s Stream #1.0: Audio: > pcm_s16le, 44100 Hz, mono, 705 kb/sswScaler: Compile time max width is > 2048 change VOF/VOFW and recompileCannot get resampling context > command-[ffmpeg, -i, > > /opt/red5/webapps/openmeetings/streams/7/rec_39_stream_ee2818d7622d718365eed8563993abb2_28_03_2012_08_34_43.flv, > -i, > /opt/red5/webapps/openmeetings/streams/7/rec_39_stream_37_28_03_2012_08_34_43_FULL_WAVE.wav, > -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s, 2496x1552, -vcodec, > flashsv, -map, 0:0, -map, 1:0, > /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_39.flv] > exitValue-1 > > > -- > With best regards / с наилучшими пожеланиями, > Alexei Fedotov / Алексей Федотов, > http://dataved.ru/ > +7 916 562 8095 > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/openmeetings-dev?hl=en. > > -- Sebastian Wagner http://www.openmeetings.de http://incubator.apache.org/openmeetings/ http://www.webbase-design.de http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en.
