Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
85 views

Need suggestions for tile caching mechanism in VNC-alike app

I'm developing "remote screencasting" application (just like VNC but not exactly), where I transfer updated tiles of screen pixels over the network. I'd like to implement the caching mechanism, and ...
2
votes
2answers
140 views

Is using zlib (or similar) compression worth/recommended when transmitting JPEG-compressed screen tiles over network (remote screencasting app)?

I'm starting to implement some sort of remote screencasting (VNC-alike) client/server software in C++ (Windows platform), which just transmits the screen updates (image tiles) over the network. The ...
2
votes
2answers
340 views

What is your favorite video/screen capturing tool for the iPhone simulator?

I'm about to publish a new web site design with all of my iPhone apps, and I would like to display a video demonstration of the iPhone apps in an embedded video on the web page. I need recommendations ...
2
votes
1answer
2k views

Resizing a window to a set size in Linux

Anyone knows a good way to resize any window to for example 640x480? Reason is, of course, screencasting. Under windows I've used ZoneSize from donationcoder. (Btw: For Firefox it's easy, just use ...
1
vote
3answers
85 views

How to add video to my site?

I have a website, Now I need to add screen-casting (the movies are in ogg format) to that site. All videos are less than 1MB in size. I don't want to use third party players like youtube on my site. ...
0
votes
1answer
39 views

Screen Casting using Flex 4.5

Is it possible to develop a Flex Mobile App to record the complete actions we do on the mobile?? Like recording (screencasting) all the activities I do on the Mobile Phone. I want to do this using ...
0
votes
0answers
53 views

stream my screen to fms [closed]

I need to stream my desktop and camera to flash media server. streaming webcam is possible and there are no problems with it, but streaming my desktop as I understand needs some application to be ...
0
votes
1answer
1k views

Synchronizing screencasting (ffmpeg) and capturing from the webcam (OpenCV)

As from my previous questions, I am trying to build a simple eye tracker. Decided to start from a Linux version (run Ubuntu). To complete this task one should organize screencasting and webcam ...
0
votes
1answer
819 views

Screen cast/screen share/remote desktop controk SDK for .NET

I am working on a project needs a screen cast/screen share/remote desktop control feature. The software should be able to broadcast the screen of one PC to at least 16 other PCs in real-time and the ...