Skip to content

Conversation

@eliteprox
Copy link
Collaborator

@eliteprox eliteprox commented Dec 4, 2025

This change resolves an issue with max_framerate parameter update not being applied during stream start.

New functionality is added to allow updating the parameters during runtime

  • Removed runtime restriction on updating max_framerate in StreamParamsUpdateRequest.
  • Implemented update_params method in TrickleProtocol to allow dynamic updates of max_framerate during operation.
  • Updated StreamServer to propagate parameter updates to the protocol, improving flexibility in stream management.

- Removed runtime restriction on updating max_framerate in StreamParamsUpdateRequest.
- Implemented update_params method in TrickleProtocol to allow dynamic updates of max_framerate during operation.
- Updated StreamServer to propagate parameter updates to the protocol, improving flexibility in stream management.
@eliteprox eliteprox linked an issue Dec 4, 2025 that may be closed by this pull request
@eliteprox eliteprox marked this pull request as draft December 4, 2025 21:38
- Updated assertions in TestStreamingEndpoints to verify parameter updates without direct comparison of MagicMock objects.
@eliteprox eliteprox marked this pull request as ready for review December 4, 2025 22:47
@eliteprox
Copy link
Collaborator Author

Note: the current livepeer-app-pipelines reference app requires max_framerateto be manually set as a parameter to test

@eliteprox eliteprox requested a review from JJassonn69 December 4, 2025 22:50
@JJassonn69
Copy link
Contributor

I think we tested this together when checking for the limit of encoder. Worked well in that case. LGTM

@eliteprox eliteprox merged commit ac113ab into main Dec 8, 2025
4 checks passed
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.

[BUG] max_framerate parameter does not modify decoder max rate

3 participants