Skip to content

Add deadline-aware RTX and experiment scripts#12

Open
DuckOrange wants to merge 1 commit into
hkust-spark:mainfrom
DuckOrange:course-project
Open

Add deadline-aware RTX and experiment scripts#12
DuckOrange wants to merge 1 commit into
hkust-spark:mainfrom
DuckOrange:course-project

Conversation

@DuckOrange

Copy link
Copy Markdown

This PR contains my course project based on SparkRTC.

Main changes:

  • added deadline-aware RTX logic in the RTP sender
  • exposed experiment flags in the localvideo example
  • added experiment scripts for running tests and analyzing results

This is a course submission PR and is not intended as a production-ready upstream contribution.

Name: Boya LIU
Email: bliuby@connect.ust.hk

@mengzili
mengzili requested a review from HuaMeng15 June 1, 2026 02:56
Comment thread README.md
@@ -1,313 +1,143 @@
# SparkRTC
# SparkRTC Course Project Submission

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This PR targets the sparkrtc:main branch. Please keep the existing README intact, and only add documentation for your new feature, including its introduction and enablement steps.

bool is_sender = false;
bool is_GUI = false;
bool enable_mae = true;
bool enable_adaptive_frame_drop = false;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please note adaptive_frame_drop is a new feature from another student. Kindly refrain from overlapping functionality, keep this feature as-is and adapt your implementation accordingly. Thanks!

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.

2 participants