Commit Graph

4 Commits

Author SHA1 Message Date
winlin
88a26804dd Codex: Add RTMP protocol tests
Add coverage for RTMP handshakes, chunk headers, message IO, packet decoding, transactions, and error branches.

Rename examples so Go documents the exported constructors they exercise.

Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
2026-05-02 08:01:19 -04:00
winlin
c2f2dc768a Codex: Document unsupported media transports 2026-05-02 07:36:22 -04:00
winlin
4b97841853 Codex: Add RTMP API examples.
Add executable examples for the RTMP handshake and protocol workflow, covering packet decoding, expectation helpers, command responses, and raw message forwarding.

Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
2026-05-01 08:04:05 -04:00
winlin
9b6842da9a Codex: Expose RTMP AMF0 interfaces.
Add public AMF0 and RTMP protocol interfaces, update the RTMP proxy to use the accessor APIs, and cover AMF0 encoding/decoding with unit tests and examples.
2026-04-29 11:26:40 -04:00