Jose Santiago

Results 9 issues of Jose Santiago

I use mouse follow focus and would like to see a configuration option that disables the raising of the window if 'File Modified Externally' happens on a window that gets...

Seems to be working well and the configuration through the UI is also working.

Testing with Master, reported by Static Sanitizer GCC-12.1.0. In `‘srt::CPacket::CPacket()’`: constructor. value in `m_nHeader[SRT_PH_SEQNO]` is referenced before it is set. ``` /mnt/share/open/toolchain/gcc12/tesu/ub16-32/srt/srtcore/packet.cpp: In constructor ‘srt::CPacket::CPacket()’: /mnt/share/open/toolchain/gcc12/tesu/ub16-32/srt/srtcore/packet.cpp:180:25: warning: member ‘srt::CPacket::m_nHeader’ is...

Type: Bug
[core]

The AccessControl concept has a huge limitation of requiring that the Acess be accepted quickly in the accept callback. It would be more useful, if we could accept the socket,...

Type: Enhancement
[core]

TSAN Reports data races. Test was run against SRT Master from 8 February 2022. [srt-tsan.txt](https://github.com/Haivision/srt/files/8400129/srt-tsan.txt)

Type: Bug
[core]

The original checks are not sufficient. For instance when building on Ubuntu14 with the Clang-3.4 compiler. This likely fixes other builds as well with older C++11 runtimes. For instance MacOS...

[apps]
[build]

The wrappers seem to be broken for i386 builds with GCC. I have tested with SDKs v10.11 and v10.13. All of the GCC tools only target x86_64. The clang tools...

Implement solution for https://github.com/Haivision/srt/issues/2610 FR request.

Type: Enhancement
[API]

**Describe the bug** Clang TSAN build of SRT Listener **To Reproduce** Configured with PKTINFO and BONDING enabled. **Expected behavior** No potential lock inversions. **Screenshots** Will attach TSAN log. **Desktop (please...

Type: Bug
[core]