Sektor van Skijlen
Sektor van Skijlen
Not sure if this helps, but note that the condition for having the decoding running smoothly is: 1. The very first video I-frame - after the PMT was seen and...
The bitrate stat comes from the original codebase (UDT) and it was created for the conditions of file transfer. The file transfer, just like with TCP, comes with the dampener...
Did you set up the UDP traffic forwarding in both directions? Have you noticed that in both handskahe requests (induction and conclusion) you have a different remote port number?
Not sure if it was clearly described in any documentation, but what you actually need for SRT to function is a "bidirectional UDP link". So, for example, if you have...
The "problematic construct", as you said about the `packetfilter_api.h` file is a C++ file and this structure, which's field you pointed out, contains also constructor definition, so ain't no way...
I get it and you are completely right about this. We didn't intend this constant to be used as a size of a fixed array, no matter the language. Don't...
Did you set also the `source`? See the documentation for details. Also note that a problem might be platform-specific. On Windows there are different rules for setting things for multicast,...
Why are you using live on one side and file on the other?
Not if the sending party has closed the socket. Until then sending is always possible.
There's no `iface` attribute for UDP medium in `srt-live-transmit`, nor `localaddr`. To explicitly set the device in use, use `adapter` with the IP address assigned to that local device, although...