-
### What version of Bun is running?
1.1.29+6d43b3662
### What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
### What steps can reproduce the bug?
index.js
```js
import WebTorr…
-
When a syslog server is unreachable, we see too many of the below error messages (proportional to the number of logs rsyslog gets to process). Since the UDPSend function in omfwd.c tries sending over …
-
**Describe the bug**
It is not possible to use udp_stream.cc with broadcast UDP, as the receiving port is defined in the broadcast packet and not dynamically assigned.
**Expected behavior**
It …
-
### Is your feature request related to a problem? Please describe.
There is support for [tcp][1], [ftp][2], [http][3], [http2][4], [rewrite][5] (etc) profiles but there is no support for UDP and cu…
-
There is a way to stream MpegTS to UDP ?
-
connect rtspclientsharp to gstreamer udp
I am generating a rtp stream using gstreamer on windows 10.
G:\gstreamer\1.0\x86_64\bin\gst-launch-1.0.exe -v idsueyesrc ! videoconvert ! queue ! openh264e…
-
Thanks for creating this ! I was wondering if it is possible to combine this pipeline with the UDP source element and send streams to a remote server.
-
Receive can handle around 1,000 small UDP messages a second before encountering a large percentage of messages dropped. More messages than that per second drastically increases message drop.
AC
- …
-
The UDP load balancer algorithm doesn't count for dead servers.
Example:
./pen -fU 8080 127.0.0.1:8001 127.0.0.1:8002
If servers are up on port 8001 and 8002 traffic is forwarded, however if the s…
-
Hello
My understanding is that websockets run over TCP, therefore being much slower than webRTC which supports the UDP protocol.
Typically realtime games use the UDP protocol instead of TCP, is there…