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
b1f09108
Commit
b1f09108
authored
Oct 23, 2005
by
Marian Durkovic
Browse files
SAP announcer needs destination address in URI
Hosts should never send packets with TTL=0
parent
6ab18a50
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/stream_out/rtp.c
View file @
b1f09108
...
...
@@ -114,7 +114,7 @@ vlc_module_begin();
add_integer
(
SOUT_CFG_PREFIX
"port-video"
,
1232
,
NULL
,
PORT_VIDEO_TEXT
,
PORT_VIDEO_LONGTEXT
,
VLC_TRUE
);
add_integer
(
SOUT_CFG_PREFIX
"ttl"
,
0
,
NULL
,
TTL_TEXT
,
add_integer
(
SOUT_CFG_PREFIX
"ttl"
,
1
,
NULL
,
TTL_TEXT
,
TTL_LONGTEXT
,
VLC_TRUE
);
set_callbacks
(
Open
,
Close
);
...
...
@@ -1314,7 +1314,7 @@ static int SapSetup( sout_stream_t *p_stream )
if
(
(
p_sys
->
i_es
>
0
||
p_sys
->
p_mux
)
&&
p_sys
->
psz_sdp
&&
*
p_sys
->
psz_sdp
)
{
p_sys
->
p_session
=
sout_AnnounceRegisterSDP
(
p_sout
,
p_sys
->
psz_sdp
,
p_sys
->
psz_
s
es
sion_url
,
p_sys
->
psz_
d
es
tination
,
p_method
);
}
...
...
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