here's the diff for my work (webcam pause + reflector)... (few stuff to add in the proc PausePlayCam and add a case "TSP_PAUSED" in the case "PAUSED" of the switch in writeToSock).
just in case my changes get lost somewhere (or I'm lost)...
indeed, as you can guess, going through reflector changes absolutely nothing in the paused stream...


[EMAIL PROTECTED]:~/msn$ diff msncam2.tcl msncam.tcl
544a545,547
              } elseif {$state == "TSP_SEND" } {
                      setObjOption $sock state "TSP_PAUSED"
$window.pause configure -text "[trans playwebcamsend]"
548c551,554
<               }
---
              }  elseif {$state == "TSP_PAUSED" } {
                      setObjOption $sock state "TSP_SEND"
$window.pause configure -text "[trans pausewebcamsend]"
              }
827a834
                      "TSP_PAUSED"


--
KaKaRoTo


On Fri, 12 May 2006 02:09:29 -0400, Youness Alaoui <[EMAIL PROTECTED]> wrote:


Added :
- accept/reject webcam doesn't reopen the SB if it was closed.. messages should be queued until SB is open (one line of code to add...)
Updated :
- remove unnecessary output from libng, so people stop saying "ouhh, it says can't find _plugin-init" <-- (Done, waiting for Harry's commit)


COMPLETE TODO LIST FOR 0.96

- fix linflash
- fix webcam pause + reflector
- maybe apply holy_wood patch for saving DPs in a per_email directories in the
cache.
- finish proxy support
- remove unnecessary output from libng, so people stop saying "ouhh, it
says can't find _plugin-init" <-- (Done, waiting for Harry's commit)
- enabling/disabling debug in libng is as easy as libng_debug = TRUE; so
maybe add a EnableDebug DisableDebug functions in ::Webcamsn:: so people
don't need to recompile with ./configure --enable-debug if they ever have
a problem we need debug output from
- accept/reject webcam doesn't reopen the SB if it was closed.. messages should be queued until SB is open (one line of code to add...)




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel



--
KaKaRoTo


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to