Commit Graph
17 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 0a039a97c4 Bump : 0.5.4 : WHIP cleanup guarded by session id, stale detach task can't kill a newer stream on the same key 2026-08-20 19:08:12 +01:00
doloro 0c6705badd Bump: 0.5.0 : unlisted, password and locked stream support 2026-08-16 14:56:29 +01:00
doloro 98febe4bf3 chore: demote per-packet debug logs to trace 2026-08-08 13:42:08 +01:00
doloro 3287a0ed7c chore: clean up and optimisation 2026-08-07 16:06:01 +01:00
doloro c1435a70fb slop 2026-07-31 20:20:48 +01:00
doloro a2c74a6e81 fix(rtmp): replace unwrap() calls with proper error handling and add handshake timeout 2026-07-19 01:02:40 +01:00
doloro 4dfc33ca92 fix(rtmp): more task / handling of unwrap better 2026-07-15 14:23:13 +01:00
doloro 571125c5bf fix(rtmp): the very silly unwrap which causes the rtmp worker to die (i think) 2026-07-15 14:14:44 +01:00
doloro de622816cc add: timeout logic to code 😭 2026-07-10 13:34:10 +01:00
doloro 76c051145f fix: rtmp can timeout now 2026-07-10 13:33:46 +01:00
doloro 2f0a02131e fix: firefox not resolving codec (h264) 2026-07-10 00:31:01 +01:00
doloro 888eace0bf fix: rtmp being unreliable and keep session alive when there are read errors 2026-07-08 14:08:07 +01:00
doloro 70872fa632 add: h265 & AV1 support (with a lot of fixes) 2026-07-06 12:31:55 +01:00
doloro a577296608 0.1.1 2026-07-02 19:20:41 +01:00
doloro c1da3abe7d a lot 2 2026-07-01 01:49:51 +01:00
doloro b2ad096f95 workspace reshape 2026-06-16 19:11:41 +01:00