17

FINALLY after 48 hours coding. 1000 lines of algorythms ....

Managed to sync video playback on 30 Machines, didnt go to work "sick".

All this for a side project.
Doesnt possibly work they said....

Comments
  • 2
  • 1
    Thats pretty cool, congrats on your achievement
  • 3
    How do you account for network lag
  • 1
    @stevemk14ebr dropping frames and calculating the lag but there isnt much lag in this setup
  • 0
    How did you test this? Do you have 30 machines at home?
  • 1
    @simeg yeah i have 30 intel nucs. This side project is for a friend he bought those.
  • 0
    Yea but how do you know how many frames to drop. Like what's the external information you feed back into the system to know "how out of sync" each computer is
  • 0
    @stevemk14ebr

    the difference between the master and the slaves.

    There is one master instance and 29 slaves that get the position from the master. So every slave knows how much behind he is and starts dropping frames.
Add Comment