Streaming Desktop Activity in LAN

C

Cuong Tong

Hi All,

I'd like to start up a personal coding for fun project which performs some
desktop movement recording/(then)streaming. Basically all i want to do is to
have few users on LAN to be able to see what I am doing on my desktop sort
of like MS Live meeting but this is for LAN.

I did some research around and found few articles which describe how to do
with with Direct Show, GDI and something else which I dont remember (on code
project) which ddin't work for me (didn't compile).

I also looked at camstudio on sourceforge but that also didn't compile.

I was thinking using the following approach

Use GDI to take a snapshot of the desktop every 100 milisecond, then encode
this into avi or wmf, then streaming this via UDP protocol.

I haven't tried the above out, but it seems a bit resource intensive to me.
So I am just wondering if anyone has any experiences on this or that you
could point me to some resources that I can dig a bit more into.

Any help is very much appreciated.
 
A

aditya.mugali

Hi All,

I'd like to start up a personal coding for fun project which performs some
desktop movement recording/(then)streaming. Basically all i want to do is to
have few users on LAN to be able to see what I am doing on my desktop sort
of like MS Live meeting but this is for LAN.

I did some research around and found few articles which describe how to do
with with Direct Show, GDI and something else which I dont remember (on code
project) which ddin't work for me (didn't compile).

I also looked at camstudio on sourceforge but that also didn't compile.

I was thinking using the following approach

Use GDI to take a snapshot of the desktop every 100 milisecond, then encode
this into avi or wmf, then streaming this via UDP protocol.

I haven't tried the above out, but it seems a bit resource intensive to me.
So I am just wondering if anyone has any experiences on this or that you
could point me to some resources that I can dig a bit more into.

Any help is very much appreciated.

hey there,
i was also looking into the possibilities of such a streaming
application,
so what have you gathered till now....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top