Eli Mallon
Eli Mallon
Streamplace nodes only have RTMPS if you set up TLS and use the MistServer sidecar container which is hard. WHIP works fine though! We should have the frontend hide RTMP...
Streamplace on Tahoe works but it's very loud with lots of spam: ``` (:35684): GLib-GObject-CRITICAL **: 18:09:43.464: cannot unreference class of invalid (unclassed) type 'GSocketFamily' ``` I'm taking a guess...
Basically: currently `place.stream.key` records are global and unscoped. This means I could change my Streamplace node from `stream.place` to `streamplace.example.com` and stream in with the same key. This might seem...
This is good behavior for stream.place but not good behavior in general, it should be an option Also we should have a whole syndicator interface
1. Turn on or off notifications for a particular streamer 2. Opt in to "notify when anyone goes live ever"
Blockers to having a sweet Streamplace Desktop experience: 1. Currently we ingest the entire atproto firehose, which is rude to do on peoples' computers. Potentially we can relay just records...
1. Create a new "delegated action" lexicon that uses the [`permission-set` construct that OAuth scopes introduced] (https://github.com/bluesky-social/proposals/tree/main/0011-auth-scopes)to assert something like "User A is allowed to take certain actions on my...
1. Consolidate all logos and titles and stuff into a single folder so we have consistent keys to reference them 2. New StateDB table: `branding` with (`broadcasterId`, `key`, `mimeType`, `data`)...