Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RTPStream: Add protection for bad input
If min_rtp_port is 0 and max_rtp_port is -2147483648, we try to bind to port 0. Fixes #771.
- Loading branch information