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

RTC: Fix rtc to rtmp sync timestamp using sender report. #2470

Merged
merged 12 commits into from
Aug 16, 2021
Prev Previous commit
Next Next commit
Fix compiler error in C++98
  • Loading branch information
xiaozhihong committed Aug 15, 2021
commit 5d8d3e892af46875abaaeb308ace4b773e63d894
1 change: 1 addition & 0 deletions trunk/src/app/srs_app_rtc_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <srs_app_rtc_source.hpp>

#include <math.h>
#include <unistd.h>

#include <srs_app_conn.hpp>
Expand Down