srt icon indicating copy to clipboard operation
srt copied to clipboard

Secure, Reliable, Transport

Results 305 srt issues
Sort by recently updated
recently updated
newest added

Renamed `m_iMSS` to `m_iBlockLen`. Extracting independent changes within the work on #2335.

Type: Maintenance
[core]

1. All POSIX-like signal/broadcast names changed to notify_one/all to follow the naming used in the C++ standard. 2. Added a new CUniqueSync class that integrates CSync and UniqueLock and improved...

Type: Maintenance
[core]

I need to restream srt to udp using 2nd LAN card (USB) When I use below command line I still udp stream on 1st LAN card only. I think localaddr=192.168.0.234...

Type: Question

This fixes the problem that is caused by sending back packets in response to a caller's connection request with the IP address that happens to not be the address from...

Priority: High
Type: Enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. For example: "When I try to do X, I am...

Type: Question

1. adds some more disabled warnings to platform_sys.h on Apple platforms, Windows and Android. 2. include platform_sys.h in some haicrypt files to remove warnings from these files too. 3. removed...

Type: Maintenance
[core]

Remote server starts listening. Client application opens up two connections at the same time to the server: 1. With encryption enabled, via MbedTLS 2.x.x (i.e. supplying passphrase), most times one...

Type: Bug
[core]

### The Key Material Packet/Extension The [key material](https://datatracker.ietf.org/doc/html/draft-sharabayko-srt-01#section-3.2.2) has to be altered to enable AEAD negotiation. ``` 0 1 2 3 0 1 2 3 4 5 6 7 8...

Type: Enhancement
[core]

``` 218/218 Test #218: ReuseAddr.ProtocolVersion ...........................Subprocess aborted***Exception: 3.14 sec Running main() from /disk-samsung/freebsd-ports/www/srt/work/.build/googletest/googletest-src/googletest/src/gtest_main.cc Note: Google Test filter = ReuseAddr.ProtocolVersion [==========] Running 1 test from 1 test case. [----------] Global test...

Type: Bug
[core]

Occasionally I see this, presumably because my server application starts sending the video stream very quickly. Is it a problem? It seems that after calling srt_accept() the connection isn't necessarily...

Type: Question