how should I make a streaming App in c++? I was thinking about taking a snapshot of screen and then streaming it, but I guess that's not how streaming works, right? because at 60fps, uploading a 60 images every second would be stupid, so, how should I handle this?