Skip to content

Conversation

@digaobarbosa
Copy link
Contributor

@digaobarbosa digaobarbosa commented Nov 12, 2025

Description

Adding sdk functionality to udpate outputs.
And adding the optional parameter to start the stream as data-only, depends on @lrosemberg branch #1700

It is also built on top of the initial webrtc sdk version: #1701
Which should be merged before this one too.

Type of change

  • New feature (non-breaking change which adds functionality)

How has this change been tested, please provide a testcase or example of how you tested the change?

locally

Any specific deployment considerations

None

Docs

  • Docs updated? What were the changes:
    Not updated yet. But it will be done in a future PR

@digaobarbosa digaobarbosa self-assigned this Nov 12, 2025
logger.info(f"Starting WebRTC worker with output_mode: {args.output_mode}")
if args.output_mode == "data_only":
logger.info(
"DATA_ONLY mode: Server will send JSON data via data channel only (no video track)"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe dont want these changes in this PR

@digaobarbosa digaobarbosa changed the base branch from main to webrtc-python-sdk-webcam November 13, 2025 10:48
@digaobarbosa digaobarbosa requested a review from hansent November 13, 2025 10:50
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.

5 participants