Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRTPForwardRequest

Hierarchy

  • IRTPForwardRequest

Index

Properties

audio_port

audio_port: number

port to forward the audio RTP packets to

Optional audio_pt

audio_pt: string

audio payload type to use when streaming; optional

Optional audio_rtcp_port

audio_rtcp_port: number

port to contact to receive audio RTCP feedback from the recipient; optional, and currently unused for audio

Optional audio_ssrc

audio_ssrc: string

audio SSRC to use to use when streaming; optional

data_port

data_port: number

port to forward the datachannel messages to

host

host: string

host address to forward the RTP and data packets to

publisher_id

publisher_id: number

unique numeric ID of the publisher to relay externally

request

request: "rtp_forward"

room

room: number

unique numeric ID of the room the publisher is in

Optional srtp_crypto

srtp_crypto: string

key to use as crypto (base64 encoded key as in SDES); optional

Optional srtp_suite

srtp_suite: number

length of authentication tag (32 or 80); optional

video_port

video_port: number

port to forward the video RTP packets to

video_port_2

video_port_2: number

if simulcasting, port to forward the video RTP packets from the second substream/layer to

video_port_3

video_port_3: number

if simulcasting, port to forward the video RTP packets from the third substream/layer to

Optional video_pt

video_pt: string

video payload type to use when streaming; optional

Optional video_pt_2

video_pt_2: number

if simulcasting, video payload type to use the second substream/layer; optional

Optional video_pt_3

video_pt_3: string

if simulcasting, video payload type to use the third substream/layer; optional

Optional video_rtcp_port

video_rtcp_port: number

port to contact to receive video RTCP feedback from the recipient; optional

Optional video_ssrc

video_ssrc: string

video SSRC to use to use when streaming; optional

Optional video_ssrc_2

video_ssrc_2: string

if simulcasting, video SSRC to use to use the second substream/layer; optional

Optional video_ssrc_3

video_ssrc_3: string

if simulcasting, video SSRC to use to use the third substream/layer; optional

Generated using TypeDoc