Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
89014f68
Commit
89014f68
authored
Jan 11, 2009
by
Rémi Denis-Courmont
Browse files
SAP: raw UDP has no RTCP
parent
9e129c71
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/services_discovery/sap.c
View file @
89014f68
...
...
@@ -1020,7 +1020,7 @@ static int ParseConnection( vlc_object_t *p_obj, sdp_t *p_sdp )
return
VLC_EGENERIC
;
}
if
(
FindAttribute
(
p_sdp
,
0
,
"rtcp-mux"
))
if
(
!
strcmp
(
vlc_proto
,
"udp"
)
||
FindAttribute
(
p_sdp
,
0
,
"rtcp-mux"
))
p_sdp
->
rtcp_port
=
0
;
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment