Opened 12 years ago
Last modified 5 years ago
#1774 open enhancement
rtpproto: allow "?reuse" option in URI
Reported by: | Tristan Matthews | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | rtp udp |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
It would useful to allow users to explicitly specify a reuse=1 option when creating an RTP stream. The attached patch adds this option, which will be used by the UDP protocol when opening a socket.
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | rtpproto-add-reuse-option.patch added |
---|
comment:1 by , 12 years ago
Keywords: | reuse removed |
---|
Please consider sending patches to ffmpeg-devel, they receive more attention there.
comment:2 by , 11 years ago
I would like to add this request also for opening RTP streams indirectly, for example when opening an SDP file.
Note:
See TracTickets
for help on using tickets.
Patch to add reuse option to rtpproto