RTSP.RTP.Encoder.MPEG4Audio (RTSP v0.4.0)

View Source

Payload AAC frames into RTP packets.

The encoder does not support interleaving of samples and does not support fragmentation.

The following options can be provided:

  • :mode - either :hbr (high bitrate) or :lbr (low bitrate).
  • :sequence_number - initial sequence number (default is a random number).
  • :max_payload_size - maximum size of the RTP payload (default is 1450 bytes).
  • :payload_type - RTP payload type (default is 0).
  • :ssrc - synchronization source identifier (default is 0).