Commit Graph

21 Commits

Author SHA1 Message Date
Joni Räsänen a011bde424 Update latency benchmarks to use command line parameters 2021-11-23 14:55:47 +02:00
Joni Räsänen fa99d5f697 Sleep so there is no busy loop increasing CPU usage and time 2021-11-23 13:20:58 +02:00
Joni Räsänen 3459d6530a Fix timeout of receiver to not extend the time of the benchmark 2021-11-23 13:11:03 +02:00
Joni Räsänen a62f4e7567 Update prints and remove compilation warnings 2021-11-19 09:33:27 +02:00
Joni Räsänen 12ae71035d Reformat what uvgrtp programs print for clarity 2021-11-19 08:47:19 +02:00
Joni Räsänen 725b74939e Remove the no binding option since it is not part of uvgrtp main atm 2021-11-18 10:58:30 +02:00
Joni Räsänen f1e49b267d Increase the receiver timeout 2021-10-28 11:15:15 +03:00
Joni Räsänen 8b544161f3 Add timeout to receiver and fix the ending 2021-10-28 10:38:19 +03:00
Joni Räsänen 6a4eb67dd3 Fix the correct addresses when initializing uvgRTP 2021-10-27 19:31:11 +03:00
Joni Räsänen 6554d2300c Remove port hack so it doesn't confuse unnecessarily 2021-10-27 15:47:35 +03:00
Joni Räsänen db29576088 Append the results instead of overwriting 2021-10-27 14:24:52 +03:00
Joni Räsänen 269b4e4af0 Print the addresses and ports at the start of the test 2021-10-27 13:05:02 +03:00
Joni Räsänen 6f5942f1c2 Temp fix so ports don't collide and cause weird problems 2021-10-27 12:56:55 +03:00
Joni Räsänen 9392e876aa Don't bind in the uvgRTP sending end 2021-10-26 20:15:42 +03:00
Joni Räsänen f2ca8478f1 Fix format checks 2021-10-26 17:49:41 +03:00
Joni Räsänen 225c474e0b Add some includes needed for compilation on some platforms 2021-10-26 17:18:48 +03:00
Joni Räsänen d78281956d Fix uvgRTP receiver code 2021-10-26 13:22:30 +03:00
Joni Räsänen c8ed0f9598 Command line support for address and format 2021-10-26 12:00:10 +03:00
Joni Räsänen 4608be4d61 Make all uvgRTP instances use the same function for init and cleanup
This makes it much easier to implement command line changing of formats,
ip addresses and whether SRTP is enabled.
2021-10-23 16:05:24 +03:00
Joni Räsänen 8c54d0cb32 Merge RTP and SRTP uvgRTP sender and receiver
This should make changing the tests easier. I have not tested this
version of the tests and it will likely not compile or run correctly.
2021-10-23 07:10:43 +03:00
Aaro Altonen 7151dbab95 Initial commit 2020-06-10 08:48:25 +03:00