gosrt icon indicating copy to clipboard operation
gosrt copied to clipboard

Go SRT library with the net package like API.

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

I know SRT is still evolving, but is there a plan for pure-go version?

Looks like this is what is needed for 1.4.2 libstr changes

I'm using this library with libsrt 1.4.0, and listening works great, but dialing hangs when connecting to srt-live-transmit (tried both 1.4.0 and 1.4.2). The other side reports that the SRT...

Hi openfresh, I noticed that some useful stats are missing from https://github.com/openfresh/gosrt/blob/81c6a571969bafefb3459b30c8c1ebbc5877e4c0/srtapi/srtapi_cgo.go#L395 Do you have plan to add more stats? https://github.com/Haivision/srt/blob/master/docs/statistics.md I feel that pktSentACK, pktRecvACK, pktSentNAK, pktRecvNAK are useful...

Are there any plans to expand formats/functionality, or is this meant to do SRT and do SRT well? I ask because we've been peeking at another project (https://github.com/nareix/joy4) and while...

Hi, We are working on using the gosrt component for receiving SRT packets.We would like to write test cases for the receiver component. Can you please guide us in writing...