Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor speed test #376

Merged
merged 24 commits into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2a07242
Increase the video length
mustafaboleken Oct 22, 2024
1b9a160
Merge branch 'main' into refactorPlayOnlySpeedTest
mustafaboleken Oct 23, 2024
6d4edc2
Add play speed test calculation
mustafaboleken Oct 23, 2024
d2e3f6e
Merge branch 'main' into refactorPlayOnlySpeedTest
mustafaboleken Oct 25, 2024
1ed3e37
Refactor play only speed test calculation
mustafaboleken Oct 28, 2024
63971c7
Update AntMedia.js
mustafaboleken Oct 28, 2024
5b3445b
Fix package received is null
mustafaboleken Oct 28, 2024
80ab789
Merge branch 'main' into refactorPlayOnlySpeedTest
mustafaboleken Nov 4, 2024
a909346
Fix failed tests
mustafaboleken Nov 5, 2024
843c83e
Refactor speed test calculation
mustafaboleken Nov 5, 2024
d30fa83
Fix unit tests
mustafaboleken Nov 5, 2024
2c99444
Merge branch 'main' into refactorPlayOnlySpeedTest
mustafaboleken Nov 10, 2024
3229e0f
Merge branch 'main' into refactorPlayOnlySpeedTest
mustafaboleken Nov 30, 2024
1972a5d
Refactor static folder
mustafaboleken Nov 30, 2024
dcb75cf
Remove unnecessary minus value checks
mustafaboleken Dec 1, 2024
b938db0
Remove unnecessary check
mustafaboleken Dec 1, 2024
5c56469
Add unit tests
mustafaboleken Dec 1, 2024
52a8441
Add test code
mustafaboleken Dec 1, 2024
ec667cb
Add unit tests
mustafaboleken Dec 2, 2024
a7d6132
Add test code
mustafaboleken Dec 2, 2024
41e23da
Cleanup test codes
mustafaboleken Dec 2, 2024
6357de5
Merge branch 'main' into refactorPlayOnlySpeedTest
mustafaboleken Dec 4, 2024
a573e25
Add mechanism to create speed test broadcast for the tests
mustafaboleken Dec 4, 2024
54aab0d
Update rest_helper.py
mustafaboleken Dec 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion react/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ REACT_APP_RECORDING_MANAGED_BY_ADMIN=false
REACT_APP_SPEED_TEST_BEFORE_JOINING_THE_ROOM=false

# Virtual Background configurations
REACT_APP_VIRTUAL_BACKGROUND_IMAGES="https://raw.githubusercontent.com/ant-media/conference-call-application/main/virtualBackgroundImages/virtual-background0.png,https://raw.githubusercontent.com/ant-media/conference-call-application/main/virtualBackgroundImages/virtual-background1.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/virtualBackgroundImages/virtual-background2.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/virtualBackgroundImages/virtual-background3.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/virtualBackgroundImages/virtual-background4.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/virtualBackgroundImages/virtual-background5.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/virtualBackgroundImages/virtual-background7.jpg"
REACT_APP_VIRTUAL_BACKGROUND_IMAGES="https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background0.png,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background1.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background2.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background3.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background4.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background5.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background7.jpg"

# URL configurations
REACT_APP_FOOTER_LOGO_ON_CLICK_URL="https://antmedia.io/circle"
Expand Down
2 changes: 1 addition & 1 deletion react/.env.production.webinar
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ REACT_APP_FORCE_THEME="white"
REACT_APP_SPEED_TEST_BEFORE_JOINING_THE_ROOM=true

# Virtual Background configurations
REACT_APP_VIRTUAL_BACKGROUND_IMAGES="https://raw.githubusercontent.com/ant-media/conference-call-application/main/virtualBackgroundImages/virtual-background0.png,https://raw.githubusercontent.com/ant-media/conference-call-application/main/virtualBackgroundImages/virtual-background1.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/virtualBackgroundImages/virtual-background2.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/virtualBackgroundImages/virtual-background3.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/virtualBackgroundImages/virtual-background4.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/virtualBackgroundImages/virtual-background5.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/virtualBackgroundImages/virtual-background7.jpg"
REACT_APP_VIRTUAL_BACKGROUND_IMAGES="https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background0.png,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background1.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background2.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background3.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background4.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background5.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background7.jpg"

# URL configurations
REACT_APP_FOOTER_LOGO_ON_CLICK_URL=""
Expand Down
Binary file removed react/public/speed-test-sample-video.mp4
Binary file not shown.
Loading
Loading