R
R
Robotex2015-01-28 09:31:35
Qt
Robotex, 2015-01-28 09:31:35

How to stream screen to multiple computers over network (c++)?

There is a task to transfer desktop video from one machine to several. Now I take screenshots several times per second and send them to each machine in the list via UDP. Everything works fine until I collapse the server application. Then the transmission slows down sharply and disappears.
What is the right way to do it? I can't find a clear code example anywhere.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
DancingOnWater, 2015-01-28
@DancingOnWater

At startup, set the correct priority to the application

O
oleg0xff, 2015-02-03
@oleg0xff

And what OS? ffmpeg or avconv theoretically allow you to capture the screen under some operating systems and broadcast a video stream somewhere.

O
oleg0xff, 2015-02-03
@oleg0xff

And what OS? ffmpeg or avconv theoretically allow you to capture the screen under some operating systems and broadcast a video stream somewhere.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question