Click to See Complete Forum and Search --> : Capturing screen stream


FrozenEye
May 31st, 2007, 03:46 AM
I intend to make a remote process to capture screen stream and broadcast it to clients on network
not capturing one snapshot fo the screan..but capturing the stream and showing it on the clients screens as continious stream

1st..how can i capture a stream from the screen card ?..should i reserve a service handl and start a service and so on ?..even if its so..plz someone guid me

2nd..even if i capture the stream (stream of frames i guess)..how can i decode and show these frames ?

i posted this here coz i thought game programming has a lot to do with what am talking..at least the streaming thing
thnx in advance..

ne0n82
June 9th, 2007, 06:56 PM
your program sounds fishy. you wouldnt happen to be writing some sort of trojan would you >:)

FrozenEye
January 10th, 2008, 04:22 PM
its more like a teaching application..i work on a computer while talking and every person sees it on his screen as if it's his computer am working on :)

verlierer
January 23rd, 2008, 04:12 PM
maybe download the free "Windows Media Encoder" from Microsoft.
It can capture the screen to a file, maybe also to a stream..
.. that other computers can connect to.

try to find such a solution before programming your own.
roland