On Mon, 14 Jan 2013, Martin Storsjö wrote:
This is mostly useful for encryption together with the RTP muxer, but could also be set up as IO towards the peer with the SDP demuxer with custom IO. --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/srtpproto.c | 144 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 146 insertions(+) create mode 100644 libavformat/srtpproto.cdiff --git a/libavformat/Makefile b/libavformat/Makefile index 7c0b926..838e7ab 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -367,6 +367,7 @@ OBJS-$(CONFIG_RTMPTE_PROTOCOL) += rtmpproto.o rtmppkt.o OBJS-$(CONFIG_RTMPTS_PROTOCOL) += rtmpproto.o rtmppkt.o OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o OBJS-$(CONFIG_SCTP_PROTOCOL) += sctp.o +OBJS-$(CONFIG_SRTP_PROTOCOL) += srtpproto.o
This is missing srtp.o, fixed locally // Martin
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
