gstreamer/gst/mpegtsmux/tsmux
Edward Hervey ef16d7558f mpegtsmux: Add SCTE-35 support
This adds two properties:
* scte-35-pid: If not 0, enables the SCTE-35 support for the current
  program. This will write the proper PMT and send SCTE-35 NULL
  commands (i.e. heartbeats) at a regular interval
* scte-35-null-interval: This specifies the interval at which the
  NULL commands should be sent

Sending SCTE-35 commands is done by creating the appropriate SCTE-35
GstMpegtsSection and then sending them on the muxer. See the
associated example
2019-10-31 12:31:27 +00:00
..
tsmux.c mpegtsmux: Add SCTE-35 support 2019-10-31 12:31:27 +00:00
tsmux.h mpegtsmux: Add SCTE-35 support 2019-10-31 12:31:27 +00:00
tsmuxcommon.h mpegtsmux: Add SCTE-35 support 2019-10-31 12:31:27 +00:00
tsmuxstream.c tsmuxstream: Do not try return from void function 2019-07-04 19:43:42 +09:00
tsmuxstream.h mpegtsmux: Remove white space 2019-07-04 19:42:48 +09:00