Sektor van Skijlen
Sektor van Skijlen
Ok, so there's an alternative, enabled with `-DENABLE_CONFIG_HEADER=ON`. If enabled, these flags will be placed in the generated version.h file. This file is automatically included by `srt.h`, so if configured...
If we state that Windows can only be built with C++11, then it should suffice to declare `thread_local WSAEventRef lEvent` under a condition for WIN32 only.
This is only a formal compiler shut-up. The thing taken from these uninitialized fields is their reference, which remains the same after initialization. Moreover, this type doesn't feature an explicit...
In live mode the single call to `srt_send` (all sending functions actually) is limited to the size of `SRTO_PAYLOADSIZE`. The value for this option in the default live mode is...
I'm not sure where this delay can come from. SRT has a default latency of 120ms. The only delay in data delivery is then this latency plus time to send...
Why can't this be done the same way as for all other such options - by adding -D to the "definitions" in SRT in cmakefile?
Well, that's not exactly a "common practice for TS transmission", it's simply a different protocol. This 12-byte header is not just "to be stripped" - the data contained there should...
You really sound like highly underestimating the information that RTP protocol provides. Timely delivery, error detection and reordering detection in particular is what makes it preferred to a dumb UDP....
That's still very good. And that would be the purpose of the `RtpSource` class. The first version would do exactly this, and beside that it would be an exact copy...
@maxsharabayko I think we need a list of options that are set to their defaults for particular mode in the description. Currently this is only mentioned at the options that...