We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I try to run this code form Daniel's tutorial. http://shiffman.net/processing.org/udp/2010/11/13/streaming-video-with-udp-in-processing/ I download the UDP library but still I am getting error: Datagram does not exist.
I know this post is kinda old. If this is the case, what is the best way to stream video from one PC to another ? I tried to use standard server/client classes and send RGB values of each pixel and prints them on client's PC but I guess its not the best way to do this task.