On 18/12/14 11:10, Martin Storsjö wrote:
> Since this structurally is quite different from normal RTP
> (multiple streams are muxed into one single mpegts stream,
> which is packetized into one single RTP session), it is kept
> as a separate muxer.
> 
> Since this structurally also behaves differently than normal
> RTP, all of the other muxers that do chained RTP muxing
> (rtsp, sap, mp4) would need to be updated similarly to handle
> this - in particular, creating one single rtp_mpegts muxer
> for the whole presentation instead of one rtp muxer per stream.
> ---
> Added a changelog entry and bumped minor, updated the commit
> message slightly.
> ---
>  Changelog                   |   1 +
>  libavformat/Makefile        |   1 +
>  libavformat/allformats.c    |   1 +
>  libavformat/rtpenc_mpegts.c | 165 
> ++++++++++++++++++++++++++++++++++++++++++++
>  libavformat/version.h       |   4 +-
>  5 files changed, 170 insertions(+), 2 deletions(-)
>  create mode 100644 libavformat/rtpenc_mpegts.c
> 

Ok.

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to