RIST main profile RTP section
Compare changes
Files
4- Olivier Crête authored
Currently can suppress the TS null packets, but can't insert the seqnum extension yet.
+ 9
− 1
@@ -50,10 +50,18 @@ GType gst_rist_src_get_type (void);
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
This branch provides the next step of the RIST specification. This is the RTP extensions from the main profile. Three is one extension to "compress" null MPEG-TS packets into a bitfield to reduce bandwidth. The other one is RTP sequence number extensions to extend them with an extra 16 bits.
What is not included in this branch is putting this extension into the jitterbuffer and actually allowing it to have more than 64k packets long. This will be in another MR later.
Currently can suppress the TS null packets, but can't insert the seqnum extension yet.