// Example only. Rename to srt_gosrt.go in your target repo and wire it to github.com/datarhei/gosrt once that dependency is available. //go:build gosrt package aoiprxkit // This file is intentionally left as a non-compiling example placeholder in the package zip. // Reason: the current environment cannot fetch external Go modules, and the exact gosrt API // should be verified against the version you vendor or pin in your target repository. // // Expected job of the real implementation: // - parse cfg.URL // - open a gosrt listener/caller depending on cfg.Mode // - return an io.ReadCloser that yields framed PCM packets defined by stream_proto.go