Where is it at the moment?

 

The PATH variables isn't the one to change for library's it should be 
LD_LIBRARY_PATH, the ldconfig command I asked you to run will update the cache 
and should have picked it up if it was in the correct location.  These 
locations can be edited in the /etc/ld.so.conf file if its nonstandard.

 

Was this something you installed separately? 

 

From: Walter Neumann [mailto:wal...@buerostudio-neumann.at] 
Sent: 25 February 2013 10:17
To: user@openmeetings.apache.org
Subject: Re: errors while recording

 

Hello,
thank you Stephen. The libtheoraenc libraries exists. But ffmpeg does not find 
it. So I wrote the directory in the path variable. But ffmpeg still did not 
find it. ffmpeg -formats say: libtheoraenc.so.1 can't be open. Does not exist.
So, what can I do, that ffmpeg find it?
Walter


Am 2013-02-24 19:03, schrieb Stephen Cottham:

        Do you have the libtheoraenc library's installed?

         

        From: Walter Neumann [mailto:wal...@buerostudio-neumann.at] 
        Sent: 24 February 2013 12:49
        To: user@openmeetings.apache.org
        Subject: Re: errors while recording

         

        Hello,
        thank you Stephen for the quick reply. Unfortunately there is no 
difference after them.
        That time I tried a higher resolution. At the beginning all was black. 
After moving a picture on the whiteboard it was visible and all the places, 
where the picture moved. Is this a known issue?
        Is it possible, that some libraries or the compiler are to old, because 
it is a CentOS 5.5 64 bit server?
        All codecs are the newest one installed.
        Thank you for your help.
        Walter
        
        
        Am 2013-02-24 12:38, schrieb Stephen Cottham:

                Can you run 

                 

                ldconfig

                 

                 

                Then try again

                 

                Best Regards

                 

                 

                 

                From: Walter Neumann [mailto:wal...@buerostudio-neumann.at] 
                Sent: 24 February 2013 11:36
                To: user@openmeetings.apache.org
                Subject: Re: errors while recording

                 

                Hello,
                thank you Stepehen. Now I could compile ffmpeg without errors, 
only warnings. But still the recording doesn't work.. If I try to play the 
recording, it shows me the error log:
                
                Log:24.02.2013 11:11:55
                generateFFMPEG
                process-generateFFMPEG
                error-ffmpeg: error while loading shared libraries: 
libtheoraenc.so.1: cannot open shared object file: No such file or directory
                
                command-[ffmpeg, -async, 1, -i, 
/usr/src/om/webapps/openmeetings/streams/13/rec_5_stream_16_24_02_2013_11_10_51.flv,
 
/usr/src/om/webapps/openmeetings/streams/13/rec_5_stream_16_24_02_2013_11_10_51_WAVE.wav]
                exitValue-127
                out-
                
                
                Log:24.02.2013 11:11:55
                generateFFMPEG
                process-mergeWave
                error-sox: Can't open input file 
'/usr/src/om/webapps/openmeetings/streams/13/rec_5_stream_5c55d3649157b7e6cb72c08357f6fb85_24_02_2013_11_10_52_FINAL_WAVE.wav':
 No such file or directory
                
                command-[sox, 
/usr/src/om/webapps/openmeetings/streams/hibernate/one_second.wav, 
/usr/src/om/webapps/openmeetings/streams/13/rec_5_stream_5c55d3649157b7e6cb72c08357f6fb85_24_02_2013_11_10_52_FINAL_WAVE.wav,
 pad, 0, 61.041]
                exitValue-2
                out-
                
                
                Log:24.02.2013 11:11:55
                generateFFMPEG
                process-generateFullFLV
                error-ffmpeg: error while loading shared libraries: 
libtheoraenc.so.1: cannot open shared object file: No such file or directory
                
                command-[ffmpeg, -i, 
/usr/src/om/webapps/openmeetings/streams/13/rec_5_stream_5c55d3649157b7e6cb72c08357f6fb85_24_02_2013_11_10_52.flv,
 -i, 
/usr/src/om/webapps/openmeetings/streams/13/rec_5_stream_5c55d3649157b7e6cb72c08357f6fb85_24_02_2013_11_10_52_FINAL_WAVE.wav,
 -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s, 640x304, -vcodec, flashsv, 
-map, 0:0, -map, 1:0, 
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_5.flv]
                exitValue-127
                out-
                
                
                Log:24.02.2013 11:11:55
                generateFFMPEG
                process-generateFullFLV
                error-ffmpeg: error while loading shared libraries: 
libtheoraenc.so.1: cannot open shared object file: No such file or directory
                
                command-[ffmpeg, -i, 
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_5.flv, -vcodec, 
mjpeg, -vframes, 1, -an, -f, rawvideo, -s, 640x304, 
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_5.jpg]
                exitValue-127
                out-
                
                
                Log:24.02.2013 11:11:55
                generateFFMPEG
                process-alternateDownload
                error-ffmpeg: error while loading shared libraries: 
libtheoraenc.so.1: cannot open shared object file: No such file or directory
                
                command-[ffmpeg, -i, 
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_5.flv, -vcodec, 
copy, /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_5.avi]
                exitValue-127
                out-
                
                There are 2 flv files in the room. The first one contains only 
the sound, no pictures. The second one contains only the pictures, no sound. 
Both together would be the correct result. I recorded only the whiteboard in a 
bad resolution. Not really enough for to show.
                With the old ffmpeg I received a flv file with no pictures and 
no sound and a wave file with the sound.
                What can I do to overcome the errors in the log file?
                Thank you for your suggestions.
                Walter
                
                
                
                Am 2013-02-21 21:45, schrieb Stephen Cottham:

                        Try configure without the --enable-libx264

                         

                        ./configure --enable-libmp3lame --enable-libxvid 
--enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl 
--enable-nonfree

                         

                         

                        Stephen Cottham
                        Group IT Manager (Associate)
                        
                        Robert Bird Group
                        Level 5, 333 Ann St
                        Brisbane, Queensland, 4000, Australia

                        Phone: +6173 319 2777 (AUS)

                        Phone: +44207 633 2880 (UK)

                        Fax: +6173 319 2799

                         

                        Mobile:  +61400 756 963 (AUS)

                        Mobile:  +447900 918 616 (UK)

                        Web: www.robertbird.com <http://www.robertbird.com/> 

                          <http://www.robertbird.com.au/> 
                        
                        This email and any attachments are confidential and may 
contain legally privileged information or copyright material. Unless expressly 
stated, confidentiality and/or legal privilege is not intended to be waived by 
the sending of this email. The contents of this email, including any 
attachments, are intended solely for the use of the individual or entity to 
whom they are addressed. If you are not an intended recipient, please contact 
us immediately by return email and then delete both messages. You may not 
otherwise read, forward, copy, use or disclose this email or any attachments. 
Any views expressed in this email are those of the individual sender except 
where the sender expressly, and with authority, states otherwise. It is your 
responsibility to check any attachments for viruses or defects before opening 
or sending them on. None of the sender or its related entities accepts any 
liability for any consequential damage resulting from this email containing 
computer viruses. 

                         

                        
                        Disclaimer added by CodeTwo Exchange Rules
                        www.codetwo.com

                         

                        From: Walter Neumann 
[mailto:wal...@buerostudio-neumann.at] 
                        Sent: 21 February 2013 20:36
                        To: user@openmeetings.apache.org
                        Subject: Re: errors while recording

                         

                        Hello Maxim and Sebastian,
                        thank you for your answers. I tried to compile the 
newest version of ffmpeg, but receive this error:
                        libavcodec/libavcodec.a(libx264.o): In function 
`X264_init':
                        ../ffmpeg/libavcodec/libx264.c:550: undefined reference 
to `x264_encoder_open_129'
                        collect2: ld gab 1 als Ende-Status zurück
                        make: *** [ffmpeg_g] Fehler 1
                        Did I missing something?
                        Thank you in advance.
                        
                        
                        Am 2013-02-20 05:36, schrieb seba.wag...@gmail.com:

                                Yes,
                                
                                I think the problem might be also the 
resolution. You recorded at a screen resolution of 1680x1050 (or 1040?).

                                It might be that later FFMPEG versions don't 
have an issue with that resolution 
                                or that if you try it from a computer with 
lower resolution (like 1280x1024) it might simply work.
                                
                                Sebastian

                                 

                                2013/2/20 Maxim Solodovnik 
<solomax...@gmail.com>

                                The log seems to be incomplete (head is 
missing) 

                                I believe you need to upgrade ffmpeg (you need 
10.3+ version)

                                 

                                On Wed, Feb 20, 2013 at 1:59 AM, Walter Neumann 
<wal...@buerostudio-neumann.at> wrote:

                                Hello,
                                now I can session record, but there are errors:
                                Selecting the recorded file it shows Image 
deleted and in a second window are many errors:
                                Log:19.02.2013 19:29:15
                                generateFFMPEG
                                process-fillGap
                                error-sox: Can't open input file 
'/usr/src/om/webapps/openmeetings/streams/13/rec_3_stream_14_19_02_2013_19_28_48_GAP_FULL_WAVE_0.wav':
 No such file or directory
                                
                                command-[sox, 
/usr/src/om/webapps/openmeetings/streams/13/rec_3_stream_14_19_02_2013_19_28_48_WAVE.wav,
 
/usr/src/om/webapps/openmeetings/streams/13/rec_3_stream_14_19_02_2013_19_28_48_GAP_FULL_WAVE_0.wav,
 pad, 0.017, 0]
                                exitValue-2
                                out-
                                
                                
                                Log:19.02.2013 19:29:15
                                generateFFMPEG
                                process-addStartEndToAudio
                                error-sox: Can't open input file 
'/usr/src/om/webapps/openmeetings/streams/13/rec_3_stream_14_19_02_2013_19_28_48_GAP_FULL_WAVE_0.wav':
 No such file or directory
                                
                                command-[sox, 
/usr/src/om/webapps/openmeetings/streams/13/rec_3_stream_14_19_02_2013_19_28_48_GAP_FULL_WAVE_0.wav,
 
/usr/src/om/webapps/openmeetings/streams/13/rec_3_stream_14_19_02_2013_19_28_48_FULL_WAVE.wav,
 pad, 0.0, 0.019]
                                exitValue-2
                                out-
                                
                                
                                Log:19.02.2013 19:29:15
                                generateFFMPEG
                                process-mergeWave
                                error-sox: Can't open input file 
'/usr/src/om/webapps/openmeetings/streams/13/rec_3_stream_5823b3b58ca0d71b4c5596a28c5c9d84_19_02_2013_19_28_49_FINAL_WAVE.wav':
 No such file or directory
                                
                                command-[sox, 
/usr/src/om/webapps/openmeetings/streams/hibernate/one_second.wav, 
/usr/src/om/webapps/openmeetings/streams/13/rec_3_stream_5823b3b58ca0d71b4c5596a28c5c9d84_19_02_2013_19_28_49_FINAL_WAVE.wav,
 pad, 0, 24.057]
                                exitValue-2
                                out-
                                
                                
                                Log:19.02.2013 19:29:15
                                generateFFMPEG
                                process-generateFullFLV
                                error-FFmpeg version 0.6.5, Copyright (c) 
2000-2010 the FFmpeg developers
                                  built on Jan 29 2012 23:55:02 with gcc 4.1.2 
20080704 (Red Hat 4.1.2-51)
                                  configuration: --prefix=/usr 
--libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man 
--incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter 
--enable-avfilter-lavf --enable-libdirac --enable-libfaac --enable-libfaad 
--enable-libfaadbin --enable-libgsm --enable-libmp3lame 
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 
--enable-gpl --enable-nonfree --enable-postproc --enable-pthreads 
--enable-shared --enable-swscale --enable-vdpau --enable-version3 
--enable-x11grab
                                  libavutil     50.15. 1 / 50.15. 1
                                  libavcodec    52.72. 2 / 52.72. 2
                                  libavformat   52.64. 2 / 52.64. 2
                                  libavdevice   52. 2. 0 / 52. 2. 0
                                  libavfilter    1.19. 0 /  1.19. 0
                                  libswscale     0.11. 0 /  0.11. 0
                                  libpostproc   51. 2. 0 / 51. 2. 0
                                [flv @ 0x73418b0]Estimating duration from 
bitrate, this may be inaccurate
                                
                                Seems stream 0 codec frame rate differs from 
container frame rate: 1000.00 (1000/1) -> 2.00 (2/1)
                                Input #0, flv, from 
'/usr/src/om/webapps/openmeetings/streams/13/rec_3_stream_5823b3b58ca0d71b4c5596a28c5c9d84_19_02_2013_19_28_49.flv':
                                  Metadata:
                                    noaudiocodec    : 0
                                    duration        : 24
                                    videodatarate   : 154
                                    server          : Red5 Server 1.0.0 RC3 
Rev: 4387
                                    creationdate    : Tue Feb 19 19:29:13 CET 
2013
                                    canSeekToEnd    : true
                                    videocodecid    : 3
                                  Duration: 00:00:23.50, start: 0.000000, 
bitrate: 157 kb/s
                                    Stream #0.0: Video: flashsv, bgr24, 
1680x1050, 157 kb/s, 2 tbr, 1k tbn, 1k tbc
                                
/usr/src/om/webapps/openmeetings/streams/13/rec_3_stream_5823b3b58ca0d71b4c5596a28c5c9d84_19_02_2013_19_28_49_FINAL_WAVE.wav:
 No such file or directory
                                
                                command-[ffmpeg, -i, 
/usr/src/om/webapps/openmeetings/streams/13/rec_3_stream_5823b3b58ca0d71b4c5596a28c5c9d84_19_02_2013_19_28_49.flv,
 -i, 
/usr/src/om/webapps/openmeetings/streams/13/rec_3_stream_5823b3b58ca0d71b4c5596a28c5c9d84_19_02_2013_19_28_49_FINAL_WAVE.wav,
 -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s, 1680x1040, -vcodec, flashsv, 
-map, 0:0, -map, 1:0, 
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_3.flv]
                                exitValue-1
                                out-
                                
                                
                                Log:19.02.2013 19:29:15
                                generateFFMPEG
                                process-generateFullFLV
                                error-FFmpeg version 0.6.5, Copyright (c) 
2000-2010 the FFmpeg developers
                                  built on Jan 29 2012 23:55:02 with gcc 4.1.2 
20080704 (Red Hat 4.1.2-51)
                                  configuration: --prefix=/usr 
--libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man 
--incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter 
--enable-avfilter-lavf --enable-libdirac --enable-libfaac --enable-libfaad 
--enable-libfaadbin --enable-libgsm --enable-libmp3lame 
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 
--enable-gpl --enable-nonfree --enable-postproc --enable-pthreads 
--enable-shared --enable-swscale --enable-vdpau --enable-version3 
--enable-x11grab
                                  libavutil     50.15. 1 / 50.15. 1
                                  libavcodec    52.72. 2 / 52.72. 2
                                  libavformat   52.64. 2 / 52.64. 2
                                  libavdevice   52. 2. 0 / 52. 2. 0
                                  libavfilter    1.19. 0 /  1.19. 0
                                  libswscale     0.11. 0 /  0.11. 0
                                  libpostproc   51. 2. 0 / 51. 2. 0
                                
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_3.flv: No such 
file or directory
                                
                                command-[ffmpeg, -i, 
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_3.flv, -vcodec, 
mjpeg, -vframes, 1, -an, -f, rawvideo, -s, 1680x1040, 
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_3.jpg]
                                exitValue-1
                                out-
                                
                                
                                Log:19.02.2013 19:29:15
                                generateFFMPEG
                                process-alternateDownload
                                error-FFmpeg version 0.6.5, Copyright (c) 
2000-2010 the FFmpeg developers
                                  built on Jan 29 2012 23:55:02 with gcc 4.1.2 
20080704 (Red Hat 4.1.2-51)
                                  configuration: --prefix=/usr 
--libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man 
--incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter 
--enable-avfilter-lavf --enable-libdirac --enable-libfaac --enable-libfaad 
--enable-libfaadbin --enable-libgsm --enable-libmp3lame 
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 
--enable-gpl --enable-nonfree --enable-postproc --enable-pthreads 
--enable-shared --enable-swscale --enable-vdpau --enable-version3 
--enable-x11grab
                                  libavutil     50.15. 1 / 50.15. 1
                                  libavcodec    52.72. 2 / 52.72. 2
                                  libavformat   52.64. 2 / 52.64. 2
                                  libavdevice   52. 2. 0 / 52. 2. 0
                                  libavfilter    1.19. 0 /  1.19. 0
                                  libswscale     0.11. 0 /  0.11. 0
                                  libpostproc   51. 2. 0 / 51. 2. 0
                                
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_3.flv: No such 
file or directory
                                
                                command-[ffmpeg, -i, 
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_3.flv, -vcodec, 
copy, /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_3.avi]
                                exitValue-1
                                out-
                                
                                There is ffmpeg version 6.5 installed.
                                The player of OM does nothing. If I download 
the recorded file I can hear the voice, but no pictures.
                                OM version is 2.0.
                                Maybe, that I somthing missing?
                                Thank you for help.
                                Walter

                                
                                
                                

                                 

                                -- 
                                WBR
                                Maxim aka solomax 

                                
                                
                                
                                -- 
                                Sebastian Wagner
                                https://twitter.com/#!/dead_lock 
<https://twitter.com/#%21/dead_lock> 
                                http://www.webbase-design.de
                                http://www.wagner-sebastian.com
                                seba.wag...@gmail.com 

                         

                 

         

 


Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 633 2880 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile:  +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally 
privileged information or copyright material. Unless expressly stated, 
confidentiality and/or legal privilege is not intended to be waived by the 
sending of this email. The contents of this email, including any attachments, 
are intended solely for the use of the individual or entity to whom they are 
addressed. If you are not an intended recipient, please contact us immediately 
by return email and then delete both messages. You may not otherwise read, 
forward, copy, use or disclose this email or any attachments. Any views 
expressed in this email are those of the individual sender except where the 
sender expressly, and with authority, states otherwise. It is your 
responsibility to check any attachments for viruses or defects before opening 
or sending them on. None of the sender or its related entities accepts any 
liability for any consequential damage resulting from this email containing 
computer viruses. 

Disclaimer added by CodeTwo Exchange Rules      
http://www.codetwo.com  

<<image001.gif>>

<<image002.png>>

Reply via email to