Page 1 of 1
MyCamChat
Posted: Tue Oct 05, 2004 2:46 pm
by BalrogSoft
Hi, i made a litle video chat application, if someone want to test it, it's available here:
http://www.balrogsoftware.com/mycamchat.html
On this page you can view if the server is online or not.
It is on beta stage if someone can connect to the server to see how it works, it don't need a webcam to connect with the server...
Posted: Tue Oct 05, 2004 3:23 pm
by Sparkie
Looks very nice BarlogSoft
App hung on Disconnect, so I just clicked Quit. On re-connecting, my User name did not appear in the window as it did the first time I connected. Both times I was able to enter and send text.
WinXPhome SP1
Athlon 1400 cpu
Logitech QuickCam
Posted: Tue Oct 05, 2004 3:25 pm
by vanleth
Works here from Denmark, but not behind any compagny firewall ect.
Posted: Tue Oct 05, 2004 3:48 pm
by BalrogSoft
Hi, i just update the server and client with some bugs found solved, i think that it will work better. One of the bugs are that a user that join to the server, sometimes don't receive the user list.
Posted: Tue Oct 05, 2004 6:36 pm
by Berikco
Very nice
Works fine here behind a NAT firewall
Posted: Sun Oct 10, 2004 12:36 pm
by BalrogSoft
Hi, i updated the server and client, now a client video stream is only sent if one user request, decreasing the bandwidth used for server and client, i added more messages for MyCamChat protocol. Now server can set the FPS and quality of webcam videostream, to configure the server for your inet connection speed.
http://www.balrogsoftware.com/mycamchat.html
Posted: Sun Oct 10, 2004 5:25 pm
by DarkDragon
Well, nobody online

. Really cool.
Posted: Sun Oct 10, 2004 8:53 pm
by BalrogSoft
Hi, i just finished a new version with sound, you can grab the sound with "Ctrl" key and send to the users up to 8 seconds. Now is a complete videoconference application...
Posted: Sun Oct 10, 2004 9:38 pm
by plouf
nice one

however it crash here when i connected (the program still works but the window tellimg me 'aplication camchat occur an error and should terminated' apears even i f it work until i 'terminate it') i gues its because
my cam does not support RGB format ? however i think that it should not crash...
Posted: Sun Oct 10, 2004 10:08 pm
by Killswitch
How did you skin the window? - Cool app.
Posted: Mon Oct 11, 2004 6:41 am
by kwag
I thought this application was written in PB, but it's not 8O

Posted: Mon Oct 11, 2004 7:33 am
by sec
Any plan for running on linux platform?
Posted: Mon Oct 11, 2004 10:20 am
by BalrogSoft
To Plouf: i will take a look to videostream capture code to avoid crash when the image format isn't RGB. It's probably that it crash for this reason, but on some computers it don't crash when you use a non RGB format... It could be your camera drivers that are not correctly coded (i know that some cameras have poor drivers).
To Killswitch: It's very easy, i discovered a usefull command to add image patterns to your window, without use a callback procedure:
Code: Select all
patternbrush = CreatePatternBrush_(UseImage(1))
SetClassLong_(hwnd,#GCL_HBRBACKGROUND,patternbrush)
and delete the brush object after use your application:
and to make it without a window style use the flat of borderless and use this:
Code: Select all
Rgn = CreateRoundRectRgn_(0, 0, 200, 280, 30, 30)
SetWindowRgn_(hWnd, Rgn, #True)
HideWindow(0, 0)
To Sec: If i have some time to install Linux again and install PB for linux, i can try to port this program... but i'm not sure...
Posted: Fri Oct 15, 2004 12:20 pm
by BalrogSoft
Hi, i made a new version of MyCamChat, now the server is available, and the client show the servers online on any moment. To download go to this web:
http://www.balrogsoftware.com/mycamchat.html