Skip to content

Commit

Permalink
#233 activate mcast frame casting by default when -T is used
Browse files Browse the repository at this point in the history
  • Loading branch information
game-stop committed Jul 5, 2019
1 parent 0975995 commit 0ab65da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions veejay-current/veejay-server/veejay/veejay.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ static int set_option(const char *name, char *value)
{
check_val(optarg, name);
info->settings->use_vims_mcast = 1;
info->settings->mcast_frame_sender = 1;
info->settings->vims_group_name = strdup(optarg);
}
else if (strcmp(name, "multicast-osc") == 0 || strcmp(name,"M")==0)
Expand Down

0 comments on commit 0ab65da

Please sign in to comment.