gosrt icon indicating copy to clipboard operation
gosrt copied to clipboard

Implementation of the SRT protocol in pure Go

Results 6 gosrt issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.23.0. Commits 905d78a go.mod: update golang.org/x dependencies ebb717d ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response 0da2a6a openpgp: fix function name in comment 5defcc1 sha3: fix...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.19.0 to 0.20.0. Commits 7d69d98 unix: extend support for z/OS 7758090 cpu: add support for sve2 detection 9a28524 windows: drop go version tags for unsupported versions 27dc90b...

dependencies

Hello, Would you consider developing support for SRT bonding ? George

Hey @ioppermann SRT and NDI are for different things, and I was wondering what your thoughts are on each ? I use Video Mixing hardware / software, but not really...

When using the gosrt library with SRT version 4, I encountered an issue where the Write buffer does not always maintain a length that is a multiple of 188, even...

bug

Hi, i have a very simple setup with, on one side, the contrib/server basic implementation of gosrt and on the other side a simple FFmpeg caller. On the server side...