Skip to content

Conversation

@digaobarbosa
Copy link
Contributor

Description

Only a test that needs to be run on staging to validate if it improves overall experience.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

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

YOUR_ANSWER

Any specific deployment considerations

For example, documentation changes, usability, usage/costs, secrets, etc.

Docs

  • Docs updated? What were the changes:


# When video_url or rtsp_url is provided, frames come from the URL, not the data channel
use_data_channel_frames = webrtc_request.use_data_channel_frames
if webrtc_request.video_url or webrtc_request.rtsp_url:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Would we want to send frames sequentially over data channel if requested by user?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You mean in what direction?
User receiving frames through datachannel 🆗
User sending frames to inference through datachannel when it is already sending a video url. ⛔

@grzegorz-roboflow
Copy link
Collaborator

Dropped in favor or whole video file streamed upfront over data channel

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.

3 participants