datarhei / gosrt

Implementation of the SRT protocol in pure Go
https://datarhei.com
MIT License
114 stars 17 forks source link

Windows support #13

Closed tobbee closed 1 year ago

tobbee commented 1 year ago

Basic support for Windows by making a separate version of setSockOpt for Windows.

Cannot access the right level to do it in the dial function, though.

The GitHub test harness has not yet been updated with Windows tests, but that should be done.

When testing towards one SRT source, the Windows version hangs on Read, while the MacOS version does not. This is not yet thoroughly investigated.