git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
5269cef
)
avformat/udp: Allow to specify DSCP class
author
Vincent Bernat
<vincent@bernat.im>
Fri, 23 May 2014 13:26:32 +0000
(15:26 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 27 Nov 2014 18:53:09 +0000
(19:53 +0100)
By appending `?dscp=26` to the URL, IP packets will be classified as
AF31 (assured forwarding for multimedia flows with low probability of
loss). On congested network, this allows a user to assign priorities to
flows.
Signed-off-by: Vincent Bernat <vincent@bernat.im>
No differences found