02-02-2019 09:05 AM
If i have two PC connected to each other by server , how can i sending video from PC1 and receiving this vodeo by PC2.
Thank you
Solved! Go to Solution.
02-02-2019 09:57 AM
If i have two PC connected to each other by server , how can i sending video from PC1 and receiving this video by PC2.
Thank you
02-02-2019 10:12 AM - edited 02-02-2019 10:13 AM
Open up the Example Finder under the Help menu.
Search for examples on TCP/IP send and receive.
Please don't create two messages with the same question.
02-02-2019 10:19 AM
02-02-2019 10:21 AM
You can send whatever you want. You just have to program the protocol that translates video to bytes on the sending end, and bytes to video on the receiving end.