1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix isse #35: the gettimeofday jitter, log warn message

This commit is contained in:
winlin 2014-03-21 17:56:27 +08:00
parent 4f284b20f0
commit fdad7c25f0
9 changed files with 185 additions and 113 deletions

View file

@ -34,6 +34,7 @@ using namespace std;
#include <srs_protocol_rtmp_stack.hpp>
#include <srs_app_config.hpp>
#include <srs_core_autofree.hpp>
#include <srs_kernel_utility.hpp>
SrsBandwidth::SrsBandwidth()
{

View file

@ -37,6 +37,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <srs_kernel_error.hpp>
#include <srs_app_client.hpp>
#include <srs_app_config.hpp>
#include <srs_kernel_utility.hpp>
#define SERVER_LISTEN_BACKLOG 512
#define SRS_TIME_RESOLUTION_MS 500

View file

@ -24,6 +24,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <srs_app_socket.hpp>
#include <srs_kernel_error.hpp>
#include <srs_kernel_utility.hpp>
SrsSocket::SrsSocket(st_netfd_t client_stfd)
{