mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 06:40:15 +00:00
Hd-rum-translator: use recompress by default
When dynamically adding new port use transcoding one instead of packet reflector.
This commit is contained in:
@@ -301,7 +301,7 @@ static void *writer(void *arg)
|
||||
char *compress = strtok_r(NULL, " ", &save_ptr);
|
||||
replica_init(rep, host, tx_port, 100*1000, &s->mod);
|
||||
|
||||
rep->type = replica::type_t::USE_SOCK;
|
||||
rep->type = replica::type_t::RECOMPRESS;
|
||||
char *fec = NULL;
|
||||
rep->recompress = recompress_init(&rep->mod,
|
||||
host, compress,
|
||||
|
||||
Reference in New Issue
Block a user