diff options
author | Martin Storsjö <martin@martin.st> | 2011-05-09 16:44:54 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-12-18 23:12:33 +0200 |
commit | 8a70ef94b9c377293b3dfa7d92cdc81a4fe1543a (patch) | |
tree | 2b5793580340d2635ba522dbd22d86745ad40e2b /Changelog | |
parent | a505c0d7373336a4cc5aa2022111c46bdd388b1f (diff) | |
download | ffmpeg-8a70ef94b9c377293b3dfa7d92cdc81a4fe1543a.tar.gz |
libavformat: Add a muxer wrapping mpegts encoding into RTP
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.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ version <next>: - XCB-based screen-grabber - creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer - H.261 RTP payload format (RFC 4587) depacketizer and experimental packetizer +- RTP/mpegts muxer version 11: |