Commit Graph
56 Commits
Author SHA1 Message Date
doloro 21a20b898c added custom url label and is protected fields to catalog listing 2026-09-17 18:57:00 +01:00
doloro 6ac7e60a34 Bump : 0.6.0 : Data channel pipeline, currently used for sending viewers data 2026-09-10 13:59:09 +01:00
doloro 94daa39d87 nix flake update 2026-09-10 13:58:09 +01:00
doloro c4a7e622b7 fmt all 2026-08-29 15:15:28 +01:00
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 f855e0e471 Bump : 0.5.3 : Fix login cookie being a chud FUCK and not persisting + support for new login system 2026-08-17 15:32:43 +01:00
doloro 72cfb26e38 Bump: 0.5.2 : label charset tightened; password/custom-id validation 2026-08-16 15:25:06 +01:00
doloro 80368b3ea5 Bump: 0.5.1 : persistent session cookie 2026-08-16 15:06:55 +01:00
doloro 0c6705badd Bump: 0.5.0 : unlisted, password and locked stream support 2026-08-16 14:56:29 +01:00
doloro 9960434c1c chore: add audit TODO notes 2026-08-08 13:45:37 +01:00
doloro c58ca27490 feat(whip): close publishes idle for 30s 2026-08-08 13:42:08 +01:00
doloro 98febe4bf3 chore: demote per-packet debug logs to trace 2026-08-08 13:42:08 +01:00
doloro f0a40efc25 chore(docker): default RUST_LOG to info, fix aarch64 build layer copy 2026-08-08 13:42:08 +01:00
doloro 7d9b3b6285 fix(http): reject unsupported codecs with 415 and the codec as body 2026-08-08 13:42:08 +01:00
doloro aa1d4e8f67 fix: WHIP not cleaning up 2026-08-07 17:21:15 +01:00
doloro e00541c07d bump: 0.4.0 (WHIP support) 2026-08-07 16:08:24 +01:00
doloro 3287a0ed7c chore: clean up and optimisation 2026-08-07 16:06:01 +01:00
doloro 5f152e9db7 feat: WHIP support 2026-08-07 11:48:31 +01:00
doloro c1435a70fb slop 2026-07-31 20:20:48 +01:00
doloro d4b77bd717 feat: High quality AGENTS.md file 2026-07-19 16:59:00 +01:00
doloro 4bb103e9b2 fix(http): use manual cookie headers with SameSite attribute and dev flag for cross-origin support 2026-07-19 01:02:55 +01:00
doloro fd1e59267d chore: add axum macros feature and remove unused tracing import 2026-07-19 01:02:52 +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 ad997d3b65 updated readme 2026-07-15 17:23:32 +01:00
doloro 7262a06f28 qol(http): replaced all explicit header setting with axum cookie jar 2026-07-15 14:41:54 +01:00
doloro ce064ba9c8 checked off things in readme 2026-07-15 14:24:31 +01:00
doloro 6168593755 add(http): custom error type for http request 2026-07-15 14:23:32 +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 1c38daeb51 bump: 0.3.0 2026-07-11 14:36:01 +01:00
doloro aeaed9f670 add: patch method on stream key 2026-07-11 14:35:35 +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 f0a77de6f4 todo(bug): time out bug 2026-07-07 12:53:49 +01:00
doloro 7d61d7b425 vomit prevention from stream finish with clients still connected 2026-07-06 13:01:49 +01:00
doloro 528dff7e8a 0.2.0 2026-07-06 12:32:20 +01:00
doloro 70872fa632 add: h265 & AV1 support (with a lot of fixes) 2026-07-06 12:31:55 +01:00
doloro 2156527e44 meow 2026-07-03 18:48:30 +01:00
doloro 872b26f4a1 fix: read me 2026-07-03 18:37:26 +01:00
doloro 11774e3c4e a 2026-07-03 18:37:03 +01:00
doloro 4242e83328 a 2026-07-03 18:36:36 +01:00
doloro e4f8226ab4 read me 2026-07-03 18:36:13 +01:00
doloro 03b584a042 fix: session cookie not saving 2026-07-03 12:33:51 +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 808d6ac5db a lot 2026-06-22 15:19:46 +01:00
doloro de96bc030d http.rs/ hyper -> axum 2026-06-19 17:07:34 +01:00