Change the default receiver IP for kvzRTP

This commit is contained in:
Aaro Altonen 2020-04-14 11:17:39 +03:00
parent 4050ef0bcb
commit b4c7e84900
1 changed files with 1 additions and 1 deletions

View File

@ -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,