From b4c7e84900996b8d4512787be779bc63a628c7a2 Mon Sep 17 00:00:00 2001 From: Aaro Altonen Date: Tue, 14 Apr 2020 11:17:39 +0300 Subject: [PATCH] Change the default receiver IP for kvzRTP --- benchmarks/kvzrtp/receiver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/kvzrtp/receiver.cc b/benchmarks/kvzrtp/receiver.cc index 5d02a97..14a28e2 100644 --- a/benchmarks/kvzrtp/receiver.cc +++ b/benchmarks/kvzrtp/receiver.cc @@ -50,7 +50,7 @@ void thread_func(int thread_num) { kvz_rtp::context rtp_ctx; - auto sess = rtp_ctx.create_session("127.0.0.1"); + auto sess = rtp_ctx.create_session("10.21.25.200"); auto hevc = sess->create_stream( 8888 + thread_num, 8889 + thread_num,