Hello, i would like to run cankiri (application which can create screencast) on FR, but i am not able to do this.
First of all i have removed systray calls from cankiri and added a few lines to __main__, so expected approach now is a starting application form terminal, selecting a destination file and application termination with ctrl-c. This modification is at http://www.stud.fit.vutbr.cz/~xmlich02/openmoko/pokusy/cankiri.py Second i had installed following packages: gst-plugin-ximagesrc gst-plugin-videobox gst-plugins-base and some more python and gstreamer packages (not sure which exactly). And finally i tried to run cankiri, but there is some problem with theora, which i can't resolve: [EMAIL PROTECTED]:~/cankiri-0.1# python ./cankiri.py Cankiri Cankiri oggmux name=mux ! filesink name=sink ximagesrc show-pointer=true name=video ! ffmpegcolorspace ! videobox top=0 right=0 bottom=0 left=0 ! video/x-raw-yuv,width=1280,framerate=10/1,height=1024 ! theoraenc quality=32 ! mux. Traceback (most recent call last): File "./cankiri.py", line 397, in <module> recorder.start_recording() File "./cankiri.py", line 366, in start_recording self.pipeline = gst.parse_launch(pipeline) gobject.GError: no element "theoraenc" So i tried to create package from http://downloads.xiph.org/releases/theora/libtheora-1.0beta3.tar.gz My package is at: http://www.stud.fit.vutbr.cz/~xmlich02/openmoko/libtheora_1.0.0.3_armv4t.ipk But i am not sure if its made correctly, because there was some problem with m4 scripts in configure. I don't understand to this at all, so i tried to use google and add "m4_pattern_allow(AS_AC_EXPAND)" and lately comment some lines in configure.ac So can anyone help me with this? -- with best regards, Jozef Mlich <[EMAIL PROTECTED]> _______________________________________________ devel mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/devel
