You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/synctv-api-common/src/impls
zijiren 0778c2b23e
feat(rtmp): add advertised publish workflow (#439)
## Summary

- add the RTMP advertised address runtime setting and use it when
returning generated publish URLs
- generate reusable media-scoped publish sessions through the
provider-owned workflow
- preserve single-use publish keys while allowing creators to mint
replacements
- update runtime-setting documentation and generated protobuf contracts

## Verification

- cargo check -p synctv --features web-ui
- git diff --check
- end-to-end RTMP publish and playback against the embedded Web UI
1 month ago
..
admin feat(rtmp): add advertised publish workflow (#439) 1 month ago
client feat(rtmp): add advertised publish workflow (#439) 1 month ago
messaging feat(web): add client-aware playback and reproducible UI (#433) 1 month ago
admin.rs fix(room): enforce member-owned resource lifecycle (#425) 1 month ago
email.rs refactor: remove low-value thin wrappers (#426) 1 month ago
messaging.rs refactor: remove low-value thin wrappers (#426) 1 month ago
mod.rs feat(web): add client-aware playback and reproducible UI (#433) 1 month ago
notification.rs chore: replace synctv-org backend with SyncTV v1.0.0 2 months ago
oauth2.rs feat(web): add client-aware playback and reproducible UI (#433) 1 month ago
pagination.rs chore: replace synctv-org backend with SyncTV v1.0.0 2 months ago
playback.rs fix(room): enforce member-owned resource lifecycle (#425) 1 month ago
playlist_items_snapshot.rs chore: replace synctv-org backend with SyncTV v1.0.0 2 months ago
request_context.rs refactor: remove low-value thin wrappers (#426) 1 month ago
room_members_snapshot.rs chore: replace synctv-org backend with SyncTV v1.0.0 2 months ago
room_settings_snapshot.rs chore: replace synctv-org backend with SyncTV v1.0.0 2 months ago
source_provider.rs chore: replace synctv-org backend with SyncTV v1.0.0 2 months ago
stored_files.rs chore: replace synctv-org backend with SyncTV v1.0.0 2 months ago
validation.rs refactor: remove low-value thin wrappers (#426) 1 month ago