vnc2swf-users Mailing List for vnc2swf (Page 7)
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: Christopher V. <chv...@ho...> - 2008-04-07 10:17:07
|
Hello, vnc2swf is great stuff und I got it up and running, the only problem is edit.py it just wont open. I wanted to see if i could add an mp3 file, but if I double click on edit.py I can see a black screen appear but the window just closes itself, so I have no chance of working with it. I am using pyvnc2swf-0.9.3. any ideas? _________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us |
From: The A. <the...@gm...> - 2008-03-21 19:59:20
|
I'm setting up a logging system based on VNC. Vnc2swf sounded like a great way to go, except that swf encoding uses way too much CPU time. Instead, I use vncrec to save the rfb stream to a file. With CopyRect encoding, the files aren't unmanageably large, but pyvnc2swf's edit.pycomplains about unrecognized "CopyRect" encoding. So now I switched to using "vncrec -encodings raw". To keep file size down, I had to modify vncrec to allow me to write to stdout, so I can pipe it to gzip. To my surprise, gzip -9 takes <1% CPU, while pyvnc2swf takes ~80% CPU ( 3.2GHz Xeon)... both result in about the same file size. Anyway, it means that I end up with log files like: logfile.vnc.gz. I can review them with something like: zcat logfile.vnc.gz | vncrec -play - (since I've modified it to also allow reading from stdin). But with 4 hour log files, I need seekable and pausable playback. edit.py to the rescue? Almost: edit.py can't read from stdin either :( When I pipe a raw vnc stream to it, I get: # zcat logfile.vnc.gz | edit.py -o logfile.swf - Using pygame 1.7.1release RangeError: -1: must be in 0...-1 If I instead use a fifo, I get: # zcat logfile.vnc.gz > fifo.vnc & # edit.py -o logfile.swf fifo.vnc Traceback .... [snip] IOError: [Errno 29] Illegal seek I'd really like to avoid having to expand the already massive logfile.vnc.gzinto an uncompressed, raw rfb data stream before running edit.py. Has anyone found a way to make edit.py support reading an rfb stream from stdin? -- http://theamigo.blogspot.com |
From: Gabriel K. <gab...@gm...> - 2008-02-24 20:11:13
|
Hi! I tried converting a swf file (with only vector graphics in it) into avi, mpg and flv. In the resulting media file, I always get a black screen, but the sound does play. Can vnc2swf render the vector graphics part of a swf file? Many tools for windows can do it, rendering the vector graphics to video on a frame by frame basis. My question is, can vnc2swf do it as well? If not, does anyone know a commandline based linux tool that does this, free or commercial? Regards, Gabriel |
From: Yusuke S. <yu...@cs...> - 2008-02-24 01:55:39
|
Hi Andy, Sorry for the late response. So, if you are willing to take over the probject, could you give me your Sourceforge account name (off the list)? I'll make you co-admin of the project. Also I'm going to upload things that are currently hosted on unixuser.org to the sf server (or cvs) so you can make changes. Thanks, Yusuke On Tue, 12 Feb 2008 08:43:57 -0600, Andy Leszczynski <les...@ya...> wrote: > Yusuke Shinyama wrote: > > I remember pymedia was once a bit buggy and they crashed unless > > you pass them proper parameters. To be honest, I am not sure > > if I used it properly in pyvnc2swf, as I just accepted the code > > sent by someone else without understanding what's going on. > > This is my bad. I hope someone who has better understanding of pymedia > > can fix that part... > > > Do not worry. The whole idea is excellent and I think minor things are > fixable - this is open source! > > > Unfortunately, I am losing an interest of the project > > these days. Anyone is interested in taking over this project > > will be welcomed. > > > I already know the code, fixed that mp3, I have got a few convenience > patches (not published) for UI and recording multiple clips, the mouse > click sound done half way too. > > I saw pyvnc2swf crashing too before on my own data before. I will try > to extract that bug, and if successful and there are no other > candidates, perhaps I could tr to maintain it. I already know the code, > fixed that mp3, I have got a few convenience patches (not published) for > UI and recording multiple clips, the mouse click recording done half way. > > Best regards, > Andy > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Vnc2swf-users mailing list > Vnc...@li... > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > |
From: Kristian E. H. <kri...@gm...> - 2008-02-12 19:24:23
|
On Feb 12, 2008 6:43 AM, Andy Leszczynski <les...@ya...> wrote: > I saw pyvnc2swf crashing too before on my own data before. I will try > to extract that bug, and if successful and there are no other > candidates, perhaps I could tr to maintain it. I already know the code, > fixed that mp3, I have got a few convenience patches (not published) for > UI and recording multiple clips, the mouse click recording done half way. Way to go Andy! Looking forward to see what you can dig up :-) Maybe you can take over vnc2swf Yusuke when he gives it up... -- Kristian Erik Hermansen "Know something about everything and everything about something." |
From: Andy L. <les...@ya...> - 2008-02-12 14:42:48
|
Yusuke Shinyama wrote: > I remember pymedia was once a bit buggy and they crashed unless > you pass them proper parameters. To be honest, I am not sure > if I used it properly in pyvnc2swf, as I just accepted the code > sent by someone else without understanding what's going on. > This is my bad. I hope someone who has better understanding of pymedia > can fix that part... > Do not worry. The whole idea is excellent and I think minor things are fixable - this is open source! > Unfortunately, I am losing an interest of the project > these days. Anyone is interested in taking over this project > will be welcomed. > I already know the code, fixed that mp3, I have got a few convenience patches (not published) for UI and recording multiple clips, the mouse click sound done half way too. I saw pyvnc2swf crashing too before on my own data before. I will try to extract that bug, and if successful and there are no other candidates, perhaps I could tr to maintain it. I already know the code, fixed that mp3, I have got a few convenience patches (not published) for UI and recording multiple clips, the mouse click recording done half way. Best regards, Andy |
From: Yusuke S. <yu...@cs...> - 2008-02-12 10:55:21
|
I remember pymedia was once a bit buggy and they crashed unless you pass them proper parameters. To be honest, I am not sure if I used it properly in pyvnc2swf, as I just accepted the code sent by someone else without understanding what's going on. This is my bad. I hope someone who has better understanding of pymedia can fix that part... Unfortunately, I am losing an interest of the project these days. Anyone is interested in taking over this project will be welcomed. Yusuke On Mon, 11 Feb 2008 16:16:37 -0800, "Kristian Erik Hermansen" <kri...@gm...> wrote: > On Feb 11, 2008 6:30 AM, Andy Leszczynski <les...@ya...> wrote: > > sent to priv. let me know if it blinks or the clip time is not displayed > > properly. I noted that behavior before ... > > Yeah, the file you sent me is not the entire stream. So it appears > that a bug is definitely present here and affecting both windows and > linux. Is it in pygame or vnc2swf? > -- > Kristian Erik Hermansen > "Know something about everything and everything about something." > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Vnc2swf-users mailing list > Vnc...@li... > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > |
From: Kristian E. H. <kri...@gm...> - 2008-02-12 00:17:13
|
On Feb 11, 2008 1:40 PM, Andy Leszczynski <les...@ya...> wrote: > kind of good news - I am able to recreate it. it indeed crashes too yet the mpeg file of lenght 11126179 is produced. > > This is on freshly installed Gusty with latest version pymedia cooked according to this pymdehttp://pythonide.blogspot.com/2007/10/how-to-install-pymedia-on-ubuntu-gutsy.html. > > I will look into that. Yeah, I figured that. Let me know what you dig up... -- Kristian Erik Hermansen "Know something about everything and everything about something." |
From: Kristian E. H. <kri...@gm...> - 2008-02-12 00:16:33
|
On Feb 11, 2008 6:30 AM, Andy Leszczynski <les...@ya...> wrote: > sent to priv. let me know if it blinks or the clip time is not displayed > properly. I noted that behavior before ... Yeah, the file you sent me is not the entire stream. So it appears that a bug is definitely present here and affecting both windows and linux. Is it in pygame or vnc2swf? -- Kristian Erik Hermansen "Know something about everything and everything about something." |
From: Andy L. <les...@ya...> - 2008-02-11 21:40:14
|
Kristian Erik Hermansen wrote: > Thanks! Yeah, I would be interested to know if it works under Linux > in your setup. Would you mind letting me grab the resultant MPEG file > you created? I never was able to convert it properly :-( > kind of good news - I am able to recreate it. it indeed crashes too yet the mpeg file of lenght 11126179 is produced. This is on freshly installed Gusty with latest version pymedia cooked according to this pymdehttp://pythonide.blogspot.com/2007/10/how-to-install-pymedia-on-ubuntu-gutsy.html. I will look into that. Cheers, Andy |
From: Andy L. <les...@ya...> - 2008-02-11 17:25:37
|
Kristian Erik Hermansen wrote: > Thanks! Yeah, I would be interested to know if it works under Linux > in your setup. Would you mind letting me grab the resultant MPEG file > you created? I never was able to convert it properly :-( > sent to priv. let me know if it blinks or the clip time is not displayed properly. I noted that behavior before ... the second part might take a while, but I will remember about it. A. |
From: Kristian E. H. <kri...@gm...> - 2008-02-11 09:05:28
|
On Feb 10, 2008 8:54 PM, Andy Leszczynski <les...@ya...> wrote: > I took the input from the link above and in my case it passed producing > 11124736 bytes mpeg. however it blinks badly when watched with WMP. I > tested it under XP, python2.4 and the same versions of pygame/pymadia. I > am reinstalling my laptop to Ubuntu hardy a4 now, once I am done with > that I will try that under Linux. Thanks! Yeah, I would be interested to know if it works under Linux in your setup. Would you mind letting me grab the resultant MPEG file you created? I never was able to convert it properly :-( -- Kristian Erik Hermansen "Know something about everything and everything about something." |
From: Andy L. <les...@ya...> - 2008-02-11 08:33:47
|
Kristian Erik Hermansen wrote: > It's actually an unfixed bug in pygame... > > > ---------- Forwarded message ---------- > From: Kristian Erik Hermansen <kri...@gm...> > Date: Nov 30, 2007 3:13 AM > Subject: BUG: crafted pygame input can cause segfault > To: pyg...@se... > > > I filed a bug with Ubuntu, so I will just link you to there. > https://bugs.launchpad.net/ubuntu/+source/pygame/+bug/172812 > > I took the input from the link above and in my case it passed producing 11124736 bytes mpeg. however it blinks badly when watched with WMP. I tested it under XP, python2.4 and the same versions of pygame/pymadia. I am reinstalling my laptop to Ubuntu hardy a4 now, once I am done with that I will try that under Linux. A. |
From: Kristian E. H. <kri...@gm...> - 2008-02-11 04:14:29
|
Binary package hint: python-pygame khermans@hermbuntu-desktop:~/foss/pyvnc2swf-0.9.3/pyvnc2swf$ python edit.py -d -t mpeg -o /home/khermans/personal/CEPT/iacrb_prac3.mpg /home/khermans/personal/CEPT/iacrb_prac3.swf Using pygame 1.7.1release Using pymedia 1.3.7.0 Input movie: version=5, size=1024x768, framerate=12fps, frames=2670, duration=222.5s. Output movie size: 1024x768 Scanning source swf file: /home/khermans/personal/CEPT/iacrb_prac3.swf... Creating MPEG: '/home/khermans/personal/CEPT/iacrb_prac3.mpg': codec=mpeg2video, size=1024x768, framerate=12.0 .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Fatal Python error: (pygame parachute) Segmentation Fault Aborted (core dumped) -- Kristian Erik Hermansen "Know something about everything and everything about something." |
From: Kristian E. H. <kri...@gm...> - 2008-02-11 04:13:05
|
It's actually an unfixed bug in pygame... ---------- Forwarded message ---------- From: Kristian Erik Hermansen <kri...@gm...> Date: Nov 30, 2007 3:13 AM Subject: BUG: crafted pygame input can cause segfault To: pyg...@se... I filed a bug with Ubuntu, so I will just link you to there. https://bugs.launchpad.net/ubuntu/+source/pygame/+bug/172812 The issue can be recreated every time, and only with certain input files. I was utilizing vnc2swf's edit.py, which requires pygame, to convert into MPG video. This is when the SEGFAULT happened. Another input video of shorter length was converted perfectly fine... -- Kristian Erik Hermansen "I have no special talent. I am only passionately curious." -- Kristian Erik Hermansen "Know something about everything and everything about something." |
From: Andy L. <les...@ya...> - 2008-02-11 03:42:45
|
Kristian Erik Hermansen wrote: >> There some things to overcome yet - for some reason ffmpeg chokes on SWF >> generated vnc2swf during the convertion to FLV in turn. At the same >> time FLV are somehow not compatible with >> http://flowplayer.org/ itslef. I was able to see the screen cast with >> generating FLV via the mpeg stage. >> > > The SWF generated by vn2swf are older format. You can get them in > MPEG using the convert.py script, iirc. I was able to use it to get > MPEG video for one, but there was a heap corruption in converting the > other video, which were both produced similarly (I did post and file a > bug on this -- but there is no resolution). So, ymmv, but ffmpeg > should be able to do whatever you want after conversion from old swf > to mpeg... > can you repost it. I fixed once a bug in vnc2swf's mp3 code. Perhaps I could help here too (I arch/develop/code in Python professionally for many years so far after being sold to C++ before). I would like also to ask Yusuke or whoever maintains the website to include info about flowplayer. This is quite a common task to present already made screencasts. I have spend a lot of time trying to find the open source solution (and found it indirectly - BTW none of google multiple queries I tried brought me to the site). Perhaps I did not have enough luck :-). Cheers, Andy |
From: Andrew Z. <ah...@gm...> - 2008-02-11 01:22:26
|
Kristian Erik Hermansen wrote: > On Feb 9, 2008 4:39 PM, Andrew Ziem <ah...@gm...> wrote: > >> Is there any code already written for pyvnc2swf to delay loading the SWF >> until the page is clicked? This is the behavior of embedded Youtube >> videos, and it saves bandwidth for people who do not watch the video. >> > > It is a function of your front-end, not the SWF itself. Check out > flowplayer and the autoplay option... > http://flowplayer.org/player/configuration.html > Thanks for the suggestion. The product looks excellent and has a lot of features I've been looking for, but it works on every site but mine. I'll keep tinkering with it. :) Andrew |
From: <lfk...@ya...> - 2008-02-10 17:31:55
|
Hi, As far as I remember this problem is related to Adobe Flash Player security which started (on version 8) to show this message when a javascript tries to access the embedded flash animation or video, when the html file is loaded directly (without http). The thing is that currently the navigation is done using javascript, not flash. Regards, Luis Fernando ----- Mensagem original ---- De: Andrew Ziem <ah...@gm...> Para: General discussion about vnc2swf <vnc...@li...> Enviadas: Sábado, 9 de Fevereiro de 2008 23:38:18 Assunto: Re: [Vnc2swf-users] Adobe Flash Player has stopped a potentially unsafe operation Kristian Erik Hermansen wrote: > On Feb 9, 2008 4:38 PM, Andrew Ziem <ah...@gm...> wrote: > >> Is there a way to prevent "Adobe Flash Player has stopped a potentially >> unsafe operation" from ever coming up the first place? Can the code be >> changed to something considered safer? >> >> I am using flash-plugin-9.0.115.0-release on Firefox 3.0 beta 2 and >> testing on a local web page (not HTTP). >> > > Are you crafty with a hex editor? :-) NOOP that section... > I was worried it would happen to everyone, and I can't hex edit their systems. It turns out the error only happens on local files. HTTP is fine, so no big deal. :) Andrew ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Vnc2swf-users mailing list Vnc...@li... https://lists.sourceforge.net/lists/listinfo/vnc2swf-users Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento! http://br.mail.yahoo.com/ |
From: Andrew Z. <ah...@gm...> - 2008-02-10 01:38:19
|
Kristian Erik Hermansen wrote: > On Feb 9, 2008 4:38 PM, Andrew Ziem <ah...@gm...> wrote: > >> Is there a way to prevent "Adobe Flash Player has stopped a potentially >> unsafe operation" from ever coming up the first place? Can the code be >> changed to something considered safer? >> >> I am using flash-plugin-9.0.115.0-release on Firefox 3.0 beta 2 and >> testing on a local web page (not HTTP). >> > > Are you crafty with a hex editor? :-) NOOP that section... > I was worried it would happen to everyone, and I can't hex edit their systems. It turns out the error only happens on local files. HTTP is fine, so no big deal. :) Andrew |
From: Kristian E. H. <kri...@gm...> - 2008-02-10 01:35:15
|
On Feb 9, 2008 4:39 PM, Andrew Ziem <ah...@gm...> wrote: > Is there any code already written for pyvnc2swf to delay loading the SWF > until the page is clicked? This is the behavior of embedded Youtube > videos, and it saves bandwidth for people who do not watch the video. It is a function of your front-end, not the SWF itself. Check out flowplayer and the autoplay option... http://flowplayer.org/player/configuration.html -- Kristian Erik Hermansen "Know something about everything and everything about something." |
From: Kristian E. H. <kri...@gm...> - 2008-02-10 01:32:17
|
On Feb 9, 2008 4:38 PM, Andrew Ziem <ah...@gm...> wrote: > Is there a way to prevent "Adobe Flash Player has stopped a potentially > unsafe operation" from ever coming up the first place? Can the code be > changed to something considered safer? > > I am using flash-plugin-9.0.115.0-release on Firefox 3.0 beta 2 and > testing on a local web page (not HTTP). Are you crafty with a hex editor? :-) NOOP that section... -- Kristian Erik Hermansen "Know something about everything and everything about something." |
From: Andrew Z. <ah...@gm...> - 2008-02-10 00:39:43
|
Hi, Is there any code already written for pyvnc2swf to delay loading the SWF until the page is clicked? This is the behavior of embedded Youtube videos, and it saves bandwidth for people who do not watch the video. Andrew |
From: Andrew Z. <ah...@gm...> - 2008-02-10 00:38:22
|
Hi, Is there a way to prevent "Adobe Flash Player has stopped a potentially unsafe operation" from ever coming up the first place? Can the code be changed to something considered safer? I am using flash-plugin-9.0.115.0-release on Firefox 3.0 beta 2 and testing on a local web page (not HTTP). Andrew |
From: Kristian E. H. <kri...@gm...> - 2008-02-09 09:08:02
|
On Feb 8, 2008 9:06 PM, Andy Leszczynski <les...@ya...> wrote: > I have a good news. After a longer research I found the open source > flash skin tool. unfortunately the JS seekbar does not work for me - I > need a native Flash solution. And here you go: http://flowplayer.org/ . > there is another resource here too: > http://scott.yang.id.au/2006/07/flash-video-ffmpeg-flowplayer Works fine for me: http://www.kristian-hermansen.com/clonezilla/ubuntu-live-2007-clonezilla-kristian-erik-hermansen.html > There some things to overcome yet - for some reason ffmpeg chokes on SWF > generated vnc2swf during the convertion to FLV in turn. At the same > time FLV are somehow not compatible with > http://flowplayer.org/ itslef. I was able to see the screen cast with > generating FLV via the mpeg stage. The SWF generated by vn2swf are older format. You can get them in MPEG using the convert.py script, iirc. I was able to use it to get MPEG video for one, but there was a heap corruption in converting the other video, which were both produced similarly (I did post and file a bug on this -- but there is no resolution). So, ymmv, but ffmpeg should be able to do whatever you want after conversion from old swf to mpeg... -- Kristian Erik Hermansen "Know something about everything and everything about something." |
From: Andy L. <les...@ya...> - 2008-02-09 05:05:43
|
Hi, I have a good news. After a longer research I found the open source flash skin tool. unfortunately the JS seekbar does not work for me - I need a native Flash solution. And here you go: http://flowplayer.org/ . there is another resource here too: http://scott.yang.id.au/2006/07/flash-video-ffmpeg-flowplayer There some things to overcome yet - for some reason ffmpeg chokes on SWF generated vnc2swf during the convertion to FLV in turn. At the same time FLV are somehow not compatible with http://flowplayer.org/ itslef. I was able to see the screen cast with generating FLV via the mpeg stage. It is fresh, I am still working on the procedure. I will keep you posted. Cheers, Andy |