How to send video using UDP socket in Python: Socket Programming tutorial

Опубликовано: 17 Февраль 2021
на канале: PyShine
24,547
503

Hello friends! Previously, we have seen how TCP sockets work. In this tutorial, we will use UDP sockets to send video from a server machine to a client machine.

Source Code: https://pyshine.com/Send-video-over-U...

Basics of socket programming:    • Socket programming and OpenCv in Pyth...  


For MAC OS:
sudo sysctl -w net.inet.udp.maxdgram=65535

Music: https://www.bensound.com



#python3
#space
#udp