Skip to content

Add push ingest mode to connect_rtstream#78

Merged
lalit-videodb merged 1 commit into
release-0-4-5from
feat/rtstream-push-ingest
Jun 29, 2026
Merged

Add push ingest mode to connect_rtstream#78
lalit-videodb merged 1 commit into
release-0-4-5from
feat/rtstream-push-ingest

Conversation

@lalit-videodb

Copy link
Copy Markdown
Collaborator

What

Adds push ingest mode to connect_rtstream.

dest = coll.connect_rtstream(name="Recall meeting", ingest_mode="push", protocol="rtmp")
dest.push_url   # publish your feed here; it becomes a normal RTStream

Changes

  • connect_rtstream(..., ingest_mode="pull"|"push", protocol=...); url is now optional and validated per mode. Backward compatible for existing pull callers.
  • RTStream exposes push_url, ingest_mode, protocol.

Targets release-0-4-5 (latest version). Requires the corresponding server PR (Spext/videodb-server#809).

connect_rtstream(name=..., ingest_mode="push", protocol="rtmp") provisions a
push destination and returns an RTStream exposing push_url. url is now optional
and the change is backward compatible for pull streams.
@lalit-videodb lalit-videodb merged commit 575b3c4 into release-0-4-5 Jun 29, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant