Commit Graph
5 Commits
Author SHA1 Message Date
doloro 98dbb3d36d Cleanup: over-engineering pass
- merge /api/uptime + /api/version into /api/health and /api/stats
- collapse RTMP per-codec dispatch into a single CodecParser path
- dedupe STUN attribute walking (ufrag_pair / parse_xor_mapped_address)
- dedupe StreamCodec <-> str0m Codec mapping via StreamCodec::from_str0m
- dedupe bearer token extraction in WHIP handlers
- replace regex charset validation with stdlib checks
- flatten one-field wrappers (WebRtcProxyConfig, HttpServerConfig, ServerInfo)
- remove SessionCookie extractor (only fed debug logs)
- delete dead code: entity ActiveModel helpers, get_stream_session,
  WebrtcProxy::local_addr, _connected flag, commented-out blocks
- drop unused deps: futures, rand, regex, serde_json
2026-08-21 11:39:02 +01:00
doloro 0c6705badd Bump: 0.5.0 : unlisted, password and locked stream support 2026-08-16 14:56:29 +01:00
doloro aeaed9f670 add: patch method on stream key 2026-07-11 14:35:35 +01:00
doloro 808d6ac5db a lot 2026-06-22 15:19:46 +01:00
doloro b2ad096f95 workspace reshape 2026-06-16 19:11:41 +01:00