Skip to content

Commit

Permalink
fix: don't check rtmp client status result.code
Browse files Browse the repository at this point in the history
  • Loading branch information
ireader committed Dec 3, 2022
1 parent 7c595c5 commit 10063f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librtmp/source/rtmp-client-invoke-handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ static int rtmp_command_onstatus(struct rtmp_t* rtmp, double transaction, const
{
assert(0);
printf("%s: level: %s, code: %s, description: %s\n", __FUNCTION__, result.level, result.code, result.description);
return -1;
return 0;
}
}

Expand Down

0 comments on commit 10063f9

Please sign in to comment.