RentonIssac

Results 2 issues of RentonIssac

uint32_t H264Source::GetTimestamp() { /* #if defined(__linux) || defined(__linux__) struct timeval tv = {0}; gettimeofday(&tv, NULL); uint32_t ts = ((tv.tv_sec*1000)+((tv.tv_usec+500)/1000))*90; // 90: _clockRate/1000; return ts; #else */ auto time_point = chrono::time_point_cast(chrono::steady_clock::now());...

![image](https://github.com/AvaloniaUI/Avalonia.Labs/assets/8342086/e893a881-44d4-4221-ada4-a1599df223ce) ![image](https://github.com/AvaloniaUI/Avalonia.Labs/assets/8342086/734e91f4-b033-4afe-b36f-85724fbd5dea)