|
|
hace 1 mes | |
|---|---|---|
| .. | ||
| cmd/demo | hace 1 mes | |
| docs | hace 1 mes | |
| nmos | hace 1 mes | |
| README.md | hace 1 mes | |
| config.go | hace 1 mes | |
| go.mod | hace 1 mes | |
| jitter.go | hace 1 mes | |
| jitter_test.go | hace 1 mes | |
| meter.go | hace 1 mes | |
| meter_server.go | hace 1 mes | |
| pcm.go | hace 1 mes | |
| pcm_test.go | hace 1 mes | |
| receiver.go | hace 1 mes | |
| rtp.go | hace 1 mes | |
| rtp_test.go | hace 1 mes | |
| sap.go | hace 1 mes | |
| sap_listener.go | hace 1 mes | |
| sap_test.go | hace 1 mes | |
| sdp.go | hace 1 mes | |
| sdp_test.go | hace 1 mes | |
| srt.go | hace 1 mes | |
| srt_gosrt.go.example | hace 1 mes | |
| srt_profile.md | hace 1 mes | |
| srt_stub.go | hace 1 mes | |
| srt_test.go | hace 1 mes | |
| stats.go | hace 1 mes | |
| stream_finder.go | hace 1 mes | |
| stream_proto.go | hace 1 mes | |
| stream_proto_test.go | hace 1 mes | |
| stream_receiver.go | hace 1 mes | |
| stream_receiver_test.go | hace 1 mes | |
Standalone Go module for adding professional AoIP receive capabilities step by step.
This package covers the roadmap up to Phase 4 with a Go-native target architecture:
L24 decodingc=m=audioa=rtpmapa=ptimeapplication/sdp extractionffmpeg.exe dependency in the default package pathgosrt opener) in the target repoThe package now assumes a deliberately narrow WAN ingest profile:
stream_proto.goS32LEThis keeps the stack deterministic and avoids generic container / demux complexity.
The goal is not to overbuild a broadcast plant in one step. The goal is to provide a repo-addable module that gives a realistic progression:
StreamFinder for exact matching by SDP s= session nameLiveMeter for per-channel RMS / Peak / Latest valuesMeterServer with /, /healthz, /api/meter and /ws/live