My task is to get a video stream from UDP (it's set on localhost:4000) and play this stream at a webpage player. I'm not sure I can connect my webpage with incoming UDP traffic. I tried to set flask server to receive UDP but unsuccessfully.
Also, I tried this one https://github.com/simagix/udp_streaming, I've set a server and send UDP traffic to it, but received an error: UDP access out a warning: send error: Connection refused
Is it even possible to receive UDP at a web player or its only about TCP?