Skip to content
Snippets Groups Projects
Commit 6f5048f4 authored by Zhao Zhili's avatar Zhao Zhili Committed by Michael Niedermayer
Browse files

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: default avatarZhao Zhili <wantlamy@gmail.com>
Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 86db71b4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment