Change the default receiver IP for kvzRTP
This commit is contained in:
parent
4050ef0bcb
commit
b4c7e84900
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue