vnc2swf-users Mailing List for vnc2swf (Page 23)
Status: Alpha
Brought to you by:
euske
You can subscribe to this list here.
2005 |
Jan
|
Feb
(1) |
Mar
(11) |
Apr
(9) |
May
(2) |
Jun
(2) |
Jul
(7) |
Aug
(32) |
Sep
(22) |
Oct
(31) |
Nov
(54) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(11) |
Feb
(14) |
Mar
(2) |
Apr
(6) |
May
(13) |
Jun
(10) |
Jul
(14) |
Aug
(12) |
Sep
(13) |
Oct
(62) |
Nov
(18) |
Dec
(12) |
2007 |
Jan
(13) |
Feb
(10) |
Mar
(27) |
Apr
(1) |
May
(10) |
Jun
(1) |
Jul
|
Aug
(10) |
Sep
(21) |
Oct
(15) |
Nov
(3) |
Dec
(4) |
2008 |
Jan
(4) |
Feb
(24) |
Mar
(1) |
Apr
(9) |
May
(7) |
Jun
(11) |
Jul
(10) |
Aug
(11) |
Sep
(4) |
Oct
|
Nov
(13) |
Dec
|
2009 |
Jan
(3) |
Feb
(4) |
Mar
(6) |
Apr
(37) |
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(20) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
From: Luis F. K. <lf...@ya...> - 2005-09-26 13:44:41
|
Hi, Congratulations. This is a great software. Now, with the python version, I'm finally able to use it. I was trying to understand the C version so that I could try to translate it into java so that I would be able to use it on Windows. I'm happy that it will not be necessary. Trying it out I noticed that the swf file was alot bigger that I expected. Even after compression with edit.py. Checking the source code, I noticed that the cursor pseudo-encoding is not used. By using this encoding, the screen (framebuffer) updates are greatly reduced since the mouse movements are sent separetely from the desktop. Otherwise, every mouse movement makes it necessary to update the region under it. I think this feature would make this great software even better. Couldn't you add this to the next release? Or, at least, could you give me some hints and ideas on how this could be acomplished? Thank you, Luis Fernando _______________________________________________________ Novo Yahoo! Messenger com voz: ligações, Yahoo! Avatars, novos emoticons e muito mais. Instale agora! www.yahoo.com.br/messenger/ |
From: Yusuke S. <yu...@cs...> - 2005-09-25 17:04:16
|
"Dann S. Washko" <da...@th...> wrote: > > The application now worked, but I noticed another issue. I was not able > to enter the host name and port in the gui address. I could enter a > save location and choose shape, video, vnc. On a lark I pressed start > and received the expected error. The save location popped up again but > even that would not accept any input. I had to end up terminating the > terminal. Right... I found there's a problem in OSX, too. Sometimes, I succeeded :) but not always. Seems like OSX Tkinter modules aren't that ready for prime time... Until I figure out how to fix this, please stick with the good old command-line terminal. Thanks. Yusuke |
From: Yusuke S. <yu...@cs...> - 2005-09-25 17:00:11
|
Hi, dann s washko <da...@th...> wrote: > I've been using vnc2swf for about 2 years now, fantastic software. I > figured I set to giving pyvnc2swf a go. I'm running Ubuntu Hoary and > noticed that when I run pyvnc2swf to connect to the vncserver running on > the same machine no vnc window pops up like it does when using vnc2swf. Actually that's the expected behavior. pyvnc2swf doesn't provide a vncviewer-equivalent functionality which the original vnc2swf has. I assumed many users now will use "Remote desktop" feature such as WinVNC, x11vnc or GNOME Vino rather than a separate virtual screen for recording. But when you prefer to use a separate screen, I admit this is less convenient, as you would need to launch a viewer separately to operate. Yusuke |
From: Dann S. W. <da...@th...> - 2005-09-25 00:53:30
|
I have pyvnc2swf-0.6.4 running on Tiger right now and noticed some gotcha's. In addition to requiring pygame it seems to also require pyobjc. Both are available at the pythonmac.org/packages site. I believe both Tiger and Panther are running Python 2.3, so make sure you get the right packages. Another issue was that pygame was not found when vnc2swf.py was executed. The files were installed in /Library/Python/2.3/pygame. Now I am not in any way a Python developer, so my work around for this may not be correct. I simply created a symlink to where pygame was located in /System/Library/Frameworks/Python.framework/Versions/2.3/Extras/lib/python. The application now worked, but I noticed another issue. I was not able to enter the host name and port in the gui address. I could enter a save location and choose shape, video, vnc. On a lark I pressed start and received the expected error. The save location popped up again but even that would not accept any input. I had to end up terminating the terminal. Running vnc2swf.py from the command line with all the necessary options was successful. |
From: dann s w. <da...@th...> - 2005-09-24 20:59:53
|
I've been using vnc2swf for about 2 years now, fantastic software. I figured I set to giving pyvnc2swf a go. I'm running Ubuntu Hoary and noticed that when I run pyvnc2swf to connect to the vncserver running on the same machine no vnc window pops up like it does when using vnc2swf. I figured there might be an issue with the versions (I was using 0.6.4) so I bumped back to 0.6.2 and it did the same thing. On a lark I fired up a vncviewer session to the same server and it was recorded by pyvnc2swf. Is this how the sofware is supposed to function? Unlike vnc2swf you don't get a window and have to connecting using vcnviewer? I do not get any errors when running pyvnc2swf. I've tried both the command line and gui. -- Dann S. Washko The Linux Link Tech Show Check Us Out Weekly: Live/Stream/Podcast http://www.thelinuxlink.net The Linux Link Web Radio Portal TLLTS -- LUGRadio -- The LinuxBox Show get slack (www.slackware.com) and get happy |
From: Yusuke S. <yu...@cs...> - 2005-09-20 20:04:15
|
"sumoto.iki" <la...@ar...> wrote: > Hi, > > How make a 640x480 swf with a 1280x1024 resolution ? > I can't make a resize movie on WinXP. I simply just can't make the same sample movie available for windows. > How to rescale a movie ? > You're talking about the OSX demo I put up? Well you can rescale it by using edit.py from command line. Try: edit.py -o out.swf -s0.5 in.swf Yusuke |
From: sumoto.iki <la...@ar...> - 2005-09-20 18:58:28
|
Hi, How make a 640x480 swf with a 1280x1024 resolution ? I can't make a resize movie on WinXP. I simply just can't make the same = sample movie available for windows. How to rescale a movie ?=20 regards, smt |
From: Yusuke S. <yu...@cs...> - 2005-09-16 08:07:09
|
Hi, Open up the Vnc server property window, click the "Connection" tab, and check the "Only allow connections from the local machines" box. This should do the trick, hopefully... > thanks for your help, under debian sarge it works fine :-) > Well, I realized supporting Windows is really a pain in the ass ;) Yusuke pde...@sy... wrote: > hi, > im using vnc2swf 0.64 with pygame 1.71 and phyton 2.4.1 on win xp. > after connecting to my local vnc-server and pressing the startbutton, i > get the following message: > > ------------------------------------------------------------------------------- > > Using pygame 1.7.1release > Connected: 127.0.0.1:5900, preferred_encoding=(0,) > VNC Screen: size=1280x1024, name='PDW' > Output movie size: 1280x1024 > Creating movie: 'C:/swf/pyvnc2swf-0.6.4/test4.swf': version=5, > size=1280x1024, framerate=12.0, compression=None > Exception in Tkinter callback > Traceback (most recent call last): > File "C:\Python24\lib\lib-tk\Tkinter.py", line 1345, in __call__ > return self.func(*args) > File "C:\swf\pyvnc2swf-0.6.4\vnc2swf.py", line 198, in record > self.client.loop() > File "C:\swf\pyvnc2swf-0.6.4\vnc2swf.py", line 65, in loop > if not self.loop1(): break > File "C:\swf\pyvnc2swf-0.6.4\rfb.py", line 228, in loop1 > data = self.recv_relay(l) > File "C:\swf\pyvnc2swf-0.6.4\rfb.py", line 83, in recv_relay > return self.recv(n) > File "C:\swf\pyvnc2swf-0.6.4\rfb.py", line 379, in recv > x = self.sock.recv(n) > MemoryError |
From: Yusuke S. <yu...@cs...> - 2005-09-16 07:52:38
|
Hi Markus, sorry for the delayed reply. I finally figured out the cause of this kinda errors. (Actually several other people asked about this, too.) The bottom line: Vnc2swf doesn't run with WinVnc 3.3.7 when you're running the vnc2swf on the same machine, because WinVNC 3.3.7 doesn't allow localhost as a client. And I've also noticed you get the MemoryError with Vnc 4.1.1 if you didn't set up the Access Control list properly. To fix this, you simply use Vnc 4 (or 4.1.1), and check the "Only accept connections from the local machine" box. This is at "Connections" tab in the Vnc server property window. Or you could connect to the target machine remotely from some other machine, though it might be slower. Thanks Yusuke Markus Scholzen <die...@ya...> wrote: > Hi! > > Trying to run vnc2swf on W2k I always get the message > "Unsupported server security type: 0" when I connect > to the server. > > Problem occurs with realvnc 3.3.7 and also with tight > vnc. > > In the python source there's kind of a password > dialogue but I had not been asked for one. > > Thanks for help! > Markus > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Vnc2swf-users mailing list > Vnc...@li... > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > |
From: Markus S. <die...@ya...> - 2005-09-13 10:35:11
|
Hi! Trying to run vnc2swf on W2k I always get the message "Unsupported server security type: 0" when I connect to the server. Problem occurs with realvnc 3.3.7 and also with tight vnc. In the python source there's kind of a password dialogue but I had not been asked for one. Thanks for help! Markus __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com |
From: <in...@ya...> - 2005-09-04 00:13:18
|
◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇ 残暑にも負けずランランラン♪KING☆ http://merutomo.1192296.net/ranran.html 【解禁】リアルな女の子の写メールも一挙公開だじょぉ♪ http://merutomo.1192296.net/ranran.html 今日中に早食いしたいヒトにはオイシイかも!?《笑》 http://merutomo.1192296.net/ranran.html ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇ 拒否はこちら ky...@de... . |
From: Yusuke S. <yu...@cs...> - 2005-09-02 18:44:49
|
Michael Will <mic...@gm...> wrote: > Hi, > > what does -F in edit.py do? What does "disables seeking audio" mean? > Micha When you edit a movie by adding mp3 files and choosing multiple frames at the same time, like "edit.py -a sound.mp3 -f 10-20,40-50", -f cuts and splices the mp3 stream too. But -F doesn't. In fact this is equivalent to: $ edit.py -f 10-20,40-50 -o tmp.swf in.swf and then $ edit.py -a sound.mp3 -o out.swf tmp.swf Does this make sense? Yusuke |
From: Yusuke S. <yu...@cs...> - 2005-09-02 18:21:15
|
Uchida-san Patch applied. Thanks. -Yusuke Uchida Yasuo <kg6...@ya...> wrote: > Hi, > > I also had the problem with attaching mp3 sound on Windows > XP. > > Just adding a binary mode flag to the line 124 of > edit.py(pyvnc2swf-0.6.4) seems to solve the problem. > > fp = file(v) -> fp = file(v, "rb") > > Yours truly > > Yasuo Uchida |
From: Uchida Y. <kg6...@ya...> - 2005-09-02 14:45:23
|
Hi, I also had the problem with attaching mp3 sound on Windows XP. Just adding a binary mode flag to the line 124 of edit.py(pyvnc2swf-0.6.4) seems to solve the problem. fp = file(v) -> fp = file(v, "rb") Yours truly Yasuo Uchida |
From: Michael W. <mic...@gm...> - 2005-09-02 09:26:18
|
Hi, what does -F in edit.py do? What does "disables seeking audio" mean? Micha -- The answer is 42. |
From: Yusuke S. <yu...@cs...> - 2005-09-01 17:59:10
|
MF <mag...@gm...> wrote: > Hi, > > I've been playing with vnc2swf for the past few days and would like to > ask if there are plans to support creating SVG files instead of SWF. I'd > like to use this in other projects where the target audience would not > have a flash player and I am concerned about the legal aspects of > reading and creating SWF files, as many may have seen in this recent > article: > http://yro.slashdot.org/article.pl?sid=05/08/29/2339216 Yes, I've read that article, too. I agree with you in that we could have a better open format instead of SWF. For screen recording, however, perhaps MNG format is more appropriate, because SVG lacks a bitmap fill support. But MNG also lacks audio streaming. Currently SWF is the only format which supports both animation and audio, but I am not a zealous advocate of this format. Especially I want to use OGG format instead of MP3, which is currently impossible with SWF. Here's an interesting comparison between SVG and SWF: http://www.carto.net/papers/svg/comparison_flash_svg/ > Perhaps this is not the place to start a huge "Flash vs. SVG" or > "Gratis, under-NDA vs. Free, Open" endless debate, but I'd like some > indication of the direction vnc2swf would have. I have aproject in mind > where I could justify some funding to have an SVG version, is this > something others would also chip in ? Well, believe or not, I'm definitely pro-open or free format. And I think adding supports for other formats to pyvnc2swf now is relatively easy because of its nice redesign ;) Maybe I can look into those specs this weekend, and figure out how we could support any of them. Yusuke |
From: Yusuke S. <yu...@cs...> - 2005-09-01 17:11:57
|
Jerome Jacobsen <jja...@ya...> wrote: > I have only one machine. It is Windows XP. I want to > Record on it. Can I use pyvnc2swf for this? Yes, you can. Setup a vnc server and connect to the localhost. I am now planning to make a tutorial movie for Windows... Yusuke |
From: MF <mag...@gm...> - 2005-09-01 13:49:19
|
Hi, I've been playing with vnc2swf for the past few days and would like to ask if there are plans to support creating SVG files instead of SWF. I'd like to use this in other projects where the target audience would not have a flash player and I am concerned about the legal aspects of reading and creating SWF files, as many may have seen in this recent article: http://yro.slashdot.org/article.pl?sid=05/08/29/2339216 Regardless of what the real legal implications of the past, current and future EULAs or other provisions may be, the mere fact that someone using vnc2swf has to check and may be liable for potential violations of them makes it difficult to justify producing any content in SWF format, particularly when they're tied to corporate interests and the content itself may not be accessible freely in the longterm. I initially researched ways to convert to SVG but even reading SWF has legal implications I can't accept, personally. Perhaps this is not the place to start a huge "Flash vs. SVG" or "Gratis, under-NDA vs. Free, Open" endless debate, but I'd like some indication of the direction vnc2swf would have. I have aproject in mind where I could justify some funding to have an SVG version, is this something others would also chip in ? Thanks for any *constructive* discussion ;) Cheers, Fabian |
From: Jerome J. <jja...@ya...> - 2005-09-01 12:34:30
|
I have only one machine. It is Windows XP. I want to Record on it. Can I use pyvnc2swf for this? ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs |
From: <in...@ya...> - 2005-09-01 02:36:23
|
http://free-deai.1192296.net/oldlog/20050728.php 相変わらず出会い系サイトにドップリの小次郎です! 今日は29歳のOL、かおりちゃんとエッチしてきたのだ!。 7月終わりに出会って以来、2度目のデートなのだ。 相変わらずスタイル抜群で、大人の魅力全開! http://free-deai.1192296.net/oldlog/20050728.php 今日も、前回と同様にホテルに直行! さすがセフレは話が早いね! またまた中出ししちゃったよー! 中出しサイコー!かおりちゃんサイコー!! エッチの後は食事をご馳走になったのだ!! ダブルでご馳走様でした!! http://free-deai.1192296.net/oldlog/20050728.php 拒否はこちら。 ky...@de... . |
From: Yusuke S. <yu...@cs...> - 2005-08-31 23:14:12
|
Hey, I've just done this. It was pretty easy :) Now $ ./edit.py -f 2-4 -o murks.png should do exactly what you want. (generated images will be murks-00000.png, murks-00001.png, murks-00002.png) The latest version is available from sourceforge cvs. So if you're interested, just check it out. I am not sure if I should release this as a newer version though. How do you think? Yusuke Yusuke Shinyama <yu...@cs...> wrote: > Oops, still image extraction is not yet implemented in edit.py. > Can you use the old version of edit_vnc2swf.py? > BTW, pygame does not support png saving. You could either save it > with bmp and then convert it to png, or use PIL. > > Thanks > Yusuke > > Michael Will <mic...@gm...> wrote: > > Hello, > > > > Ive tried to extract frames with the 0.6.3 Version of pyvnc. > > > > michael@kanobox:~/sr/pyvnc2swf-0.6.3$ ./edit.py -f 2-4 -o murks.png > > vertont.swf > > Using pygame 1.6 > > open /dev/sequencer: No such device > > Scanning source swf file: vertont.swf... > > Input movie: version=5, size=800x600, framerate=12fps, frames=829, > > duration=69.1s. > > Output movie size: 800x600 > > Creating movie: 'murks.png': version=5, clipping=800x600+0+0, > > framerate=12.0, compression=False > > ...3 frames written > > michael@kanobox:~/sr/pyvnc2swf-0.6.3$ ls *png > > murks.png > > michael@kanobox:~/sr/pyvnc2swf-0.6.3$ > > > > I get only one picture (murks.png) and Ive expected 3. > > What is wrong ? > > Micha |
From: Yusuke S. <yu...@cs...> - 2005-08-30 15:58:09
|
Oops, still image extraction is not yet implemented in edit.py. Can you use the old version of edit_vnc2swf.py? BTW, pygame does not support png saving. You could either save it with bmp and then convert it to png, or use PIL. Thanks Yusuke Michael Will <mic...@gm...> wrote: > Hello, > > Ive tried to extract frames with the 0.6.3 Version of pyvnc. > > michael@kanobox:~/sr/pyvnc2swf-0.6.3$ ./edit.py -f 2-4 -o murks.png > vertont.swf > Using pygame 1.6 > open /dev/sequencer: No such device > Scanning source swf file: vertont.swf... > Input movie: version=5, size=800x600, framerate=12fps, frames=829, > duration=69.1s. > Output movie size: 800x600 > Creating movie: 'murks.png': version=5, clipping=800x600+0+0, > framerate=12.0, compression=False > ...3 frames written > michael@kanobox:~/sr/pyvnc2swf-0.6.3$ ls *png > murks.png > michael@kanobox:~/sr/pyvnc2swf-0.6.3$ > > I get only one picture (murks.png) and Ive expected 3. > What is wrong ? > Micha |
From: Michael W. <mic...@gm...> - 2005-08-30 15:39:29
|
Hello, Ive tried to extract frames with the 0.6.3 Version of pyvnc. michael@kanobox:~/sr/pyvnc2swf-0.6.3$ ./edit.py -f 2-4 -o murks.png vertont.swf Using pygame 1.6 open /dev/sequencer: No such device Scanning source swf file: vertont.swf... Input movie: version=5, size=800x600, framerate=12fps, frames=829, duration=69.1s. Output movie size: 800x600 Creating movie: 'murks.png': version=5, clipping=800x600+0+0, framerate=12.0, compression=False ...3 frames written michael@kanobox:~/sr/pyvnc2swf-0.6.3$ ls *png murks.png michael@kanobox:~/sr/pyvnc2swf-0.6.3$ I get only one picture (murks.png) and Ive expected 3. What is wrong ? Micha -- The answer is 42. |
From: Michael W. <mic...@gm...> - 2005-08-27 09:47:39
|
accidentally I found out that there is already version 0.4.2 online. Its mentioned in the history but there is not download link to it. Micha -- The answer is 42. |
From: Michael W. <mic...@gm...> - 2005-08-26 20:56:20
|
> But I cannot say when it happens, because this is my spare time job, okay? :) Did you already thought about a paypal or a money bookers account? > Here's a good news. Today I received a reply from Jesse Ruderman, > the author of flashSeekbar.js, who says I may be redistribute the > javascript code under GPL. So I will include this starting from the > next release. > Great, thank you for asking him. I also planed to ask him. Michael -- The answer is 42. |