Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
b33adb77
Commit
b33adb77
authored
Aug 17, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Request that sender send no RTCP RR.
Now we can legitimately not receive them, ahaha!
parent
cf6e0b83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/stream_out/rtp.c
modules/stream_out/rtp.c
+2
-0
No files found.
modules/stream_out/rtp.c
View file @
b33adb77
...
...
@@ -785,6 +785,7 @@ static char *SDPGenerate( const sout_stream_t *p_stream,
sizeof
(
"u=*
\r\n
"
)
+
strlen
(
p_sys
->
psz_session_url
)
+
sizeof
(
"e=*
\r\n
"
)
+
strlen
(
p_sys
->
psz_session_email
)
+
sizeof
(
"t=0 0
\r\n
"
)
+
/* permanent stream */
/* when scheduled from vlm, we should set this info correctly */
sizeof
(
"b=RR:0
\r\n
"
)
+
sizeof
(
"a=tool:"
PACKAGE_STRING
"
\r\n
"
)
+
sizeof
(
"c=IN IP4 */*
\r\n
"
)
+
20
+
10
+
strlen
(
psz_destination
)
;
...
...
@@ -866,6 +867,7 @@ static char *SDPGenerate( const sout_stream_t *p_stream,
{
p
+=
sprintf
(
p
,
"b=AS:%d
\r\n
"
,
id
->
i_bitrate
);
}
p
+=
sprintf
(
p
,
"b=RR:0
\r\n
"
);
if
(
id
->
psz_rtpmap
)
{
p
+=
sprintf
(
p
,
"a=rtpmap:%d %s
\r\n
"
,
id
->
i_payload_type
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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