Video calls (rooms, lobby admission, recording-egress seam) for the Stapel framework
Project description
stapel-video
Video calls for the Stapel framework — a thin, provider-agnostic library over a real-time video backend (LiveKit by default).
- Rooms with human-shareable join codes (
abc-defg-hij). - Admission model —
public(anyone with the code joins),scope_trusted(members of the room's scope join instantly, others wait),restricted(everyone but the host waits in a lobby). - Realtime lobby over WebSockets (Channels) —
waiting/admitted/denied, authenticated by the same Stapel JWT stack HTTP uses. - Host controls — admit / deny waiting guests.
- Provider seam — one
VideoProviderABC (mint join token, create room, start/stop recording egress, verify webhook). Swap vendors without forking. - Recording is a seam, not a pipeline:
start/stop_egressproxy the provider and avideo.egress_endedcomm event carries the storage key to stapel-recordings — by event, never by import.
Alpha (0.1.0). See MODULE.md for the agent-facing map of seams.
Install
pip install stapel-video # core library
pip install 'stapel-video[livekit]' # + the default LiveKit backend
pip install 'stapel-video[channels]'# + the realtime lobby (WebSockets)
Mount
# urls.py
path("video/", include("stapel_video.urls"))
# asgi.py (realtime lobby)
from channels.routing import ProtocolTypeRouter, URLRouter
from stapel_core.django.jwt.channels import JWTAuthMiddlewareStack
from stapel_video.routing import websocket_urlpatterns
application = ProtocolTypeRouter({
"http": django_asgi_app,
"websocket": JWTAuthMiddlewareStack(URLRouter(websocket_urlpatterns)),
})
API
| Method | Path | What |
|---|---|---|
| POST | /video/api/rooms |
Create a room (creator auto-admitted host, with a token) |
| GET | /video/api/rooms/{join_code} |
Room info |
| POST | /video/api/rooms/{join_code}/join |
Join → admitted / waiting / denied |
| GET | /video/api/rooms/{join_code}/participants |
Participants (anchor-paginated) |
| POST | /video/api/rooms/{join_code}/lobby/admit |
Admit a waiting guest (host-only) |
| POST | /video/api/rooms/{join_code}/lobby/deny |
Deny a waiting guest (host-only) |
| POST | /video/api/webhook |
Provider webhook ingress (signed, unauthenticated) |
Configuration (STAPEL_VIDEO)
| Key | Default | What |
|---|---|---|
VIDEO_PROVIDER |
…livekit.LiveKitProvider |
Video backend (dotted path) |
SCOPE_PROVIDER |
…scope.DefaultScopeProvider |
scope_key resolution + membership |
DEFAULT_ACCESS_LEVEL |
restricted |
Access level for a room created without one |
DEFAULT_ADMIT_REQUIRED |
True |
Whether new rooms start with the lobby on |
LIVEKIT_URL / LIVEKIT_API_KEY / LIVEKIT_API_SECRET |
"" |
Default-provider credentials |
VIDEO_PROVIDER, DEFAULT_ACCESS_LEVEL and DEFAULT_ADMIT_REQUIRED are the
three CTO-facing config axes surfaced in docs/capabilities.json.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stapel_video-0.1.0.tar.gz.
File metadata
- Download URL: stapel_video-0.1.0.tar.gz
- Upload date:
- Size: 40.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d874829d5d24818834ae3f675292eeacbd6d7702aaa881ded0bfcf3aae5a7cd0
|
|
| MD5 |
19b8fd306e7aaa33f558637bd20ae111
|
|
| BLAKE2b-256 |
d96e0a8a24a7eac9c6d99d4ea59d484f9186e06b155534dc4af549502760d561
|
Provenance
The following attestation bundles were made for stapel_video-0.1.0.tar.gz:
Publisher:
publish.yml on usestapel/stapel-video
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stapel_video-0.1.0.tar.gz -
Subject digest:
d874829d5d24818834ae3f675292eeacbd6d7702aaa881ded0bfcf3aae5a7cd0 - Sigstore transparency entry: 2151286158
- Sigstore integration time:
-
Permalink:
usestapel/stapel-video@759b5cc00f766f3ba78f900c38550c517ae0f3bf -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/usestapel
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@759b5cc00f766f3ba78f900c38550c517ae0f3bf -
Trigger Event:
push
-
Statement type:
File details
Details for the file stapel_video-0.1.0-py3-none-any.whl.
File metadata
- Download URL: stapel_video-0.1.0-py3-none-any.whl
- Upload date:
- Size: 39.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f51dea11388873eb4d95b2245b501c551e87bf38a924afd1cbb392de4fa7d27d
|
|
| MD5 |
091c46c87ff6c99c314ac1de39071395
|
|
| BLAKE2b-256 |
5ef53aca9de46d49eb985a8d8124e588c7b60436289a773c5145dade217fecc9
|
Provenance
The following attestation bundles were made for stapel_video-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on usestapel/stapel-video
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stapel_video-0.1.0-py3-none-any.whl -
Subject digest:
f51dea11388873eb4d95b2245b501c551e87bf38a924afd1cbb392de4fa7d27d - Sigstore transparency entry: 2151286222
- Sigstore integration time:
-
Permalink:
usestapel/stapel-video@759b5cc00f766f3ba78f900c38550c517ae0f3bf -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/usestapel
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@759b5cc00f766f3ba78f900c38550c517ae0f3bf -
Trigger Event:
push
-
Statement type: