
Forwards each Bytes value verbatim over independent egress channels — a binary WebSocket broadcast and/or async HTTP POST as application/octet-stream — so raw binary blobs from an upstream encoder reach live clients or an external endpoint.
An encoder upstream produces a binary blob that is broadcast to subscribed WebSocket clients.
Per-tick blobs are gathered into a batch by collect, then fanned out element by element and POSTed to a downstream collector over HTTP.
transports must be the websocket or http channel; any other value aborts startup, and including the http channel with an empty url silently skips the POSTs while the broadcast continues.url can be changed at runtime; the other keys are captured once at startup.Serve the stream through the shared egress listener