diff options
author | Zhao Zhili <[email protected]> | 2016-01-07 18:55:50 +0800 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2016-03-07 02:29:41 +0100 |
commit | 6f5048f4a0f702d92794dda7752c20ed6033233b (patch) | |
tree | a7f89140d9ed8cf9897aeb820ab6c78751c5160e /libavformat/vplayerdec.c | |
parent | 86db71b402e9f6b5782e1110ece4cb35c525d4b0 (diff) |
rtp: Fix play multiple multicast streams with the same port
We cannot play multiple multicast streams with the same port at the
same time. This is because both rtp and rtcp port are opened in
read-write mode, so they will not bind to the multicast address. Try
to make rtp port as read-only by default to solve this bug.
Signed-off-by: Zhao Zhili <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavformat/vplayerdec.c')
0 files changed, 0 insertions, 0 deletions