Am Donnerstag 09 Januar 2003 03:10 nachmittags/abends schrieb Jason Wood: > What happens when you open piave on a console , is that kdenlive tries to > open _another_ piave. This succeeds, so kdenlive starts looking for an open > connection, which it finds from piave on the console. Meanwhile, the piave > that kdenlive opened realises it cannot listen on the socket and exits. > Kdenlive does not care at this point, because it knows that it is connected > to a renderer.
- Okay, now I run piave separatelly: [booker at linux piave]$ /usr/local/bin/piave -d piave_base.cc:114 INFO: Setup video system paraeter piave_base.cc:117 INFO: Setting up project for PAL system piave_base.cc:151 INFO: Setup preview mode server.cc:105 INFO: initListenSocket server.cc:132 INFO: Listening on port 6100 - Now I'm running kdenlive: [booker at linux kdenlive]$ kdenlive Loading required GL library /usr/X11R6/lib/libGL.so.1.2 - The piave console show this: server.cc:72 INFO: Got connection on socket 4 server.cc:138 INFO: Stopp listening for connections kdenserver.cc:355 INFO: starting main server loop server.cc:192 INFO: >>>>> receive message start server.cc:193 INFO: <message><getCapabilites/> <createVideoXWindow show="false" /> </message> server.cc:194 INFO: <<<<< receive message stop kdenserver.cc:238 INFO: XML is valid kdenserver.cc:253 INFO: (*cmndListIter)->name()=getCapabilites kdenserver.cc:257 WARNING: unknown command "getCapabilites" kdenserver.cc:253 INFO: (*cmndListIter)->name()=createVideoXWindow kdenserver.cc:308 INFO: starting process thread kdenserver.cc:96 INFO: got >not empty< -> processing command outsdlstream.cc:59 INFO: Initializing SDL outsdlstream.cc:70 INFO: setting SDL video mode outsdlstream.cc:82 INFO: detected bpp=16 outsdlstream.cc:101 INFO: Got SDL overlay outsdlstream.cc:103 INFO: Got SDL hardware overlay outsdlstream.cc:104 INFO: _overlay->planes=1 outsdlstream.cc:105 INFO: _overlay->pitches[0]=1440 outsdlstream.cc:106 INFO: _overlay->w=720 _overlay->h=576 outsdlstream.cc:108 INFO: lock overlay ok outsdlstream.cc:130 INFO: Using SDL YUV overlay _SDL_init_OK=1 kdenserver.cc:403 WARNING: window not resizable server.cc:167 INFO: >>>>> sending message start server.cc:168 INFO: <?xml version="1.0"?> <reply command="createVideoXWindow" status="ok" WinID="75497475"/> server.cc:169 INFO: <<<<< sending message stop kdenserver.cc:90 INFO: waiting for dropQueue >notempty< - Now adding a clip and piave crash: server.cc:169 INFO: <<<<< sending message stop kdenserver.cc:90 INFO: waiting for dropQueue >notempty< server.cc:192 INFO: >>>>> receive message start server.cc:193 INFO: <message><getFileProperties filename="/mnt/grab80/capture/kino/raw/capture001.dv" /> </message> server.cc:194 INFO: <<<<< receive message stop kdenserver.cc:238 INFO: XML is valid kdenserver.cc:253 INFO: (*cmndListIter)->name()=getFileProperties kdenserver.cc:96 INFO: got >not empty< -> processing command avstream.cc:105 INFO: Init InRawDVStream avstream.cc:117 INFO: opened file "/mnt/grab80/capture/kino/raw/capture001.dv" with 520 frames. frame.cc:769 INFO: allocating new DVFrame avstream.cc:139 INFO: video: avstream.cc:140 INFO: system : PAL avstream.cc:141 INFO: format : 4:3 avstream.cc:145 INFO: audio: avstream.cc:146 INFO: frequency : 48000 avstream.cc:147 INFO: num_channels : 2 avstream.cc:148 INFO: quantization : 16 avstream.cc:149 INFO: emphasis : off avstream.cc:150 INFO: sampling : 2 Fatal signal: Segmentation Fault (SDL Parachute Deployed) [booker at linux piave]$ hope this is helpful! Reinhard
