Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter name

Description

Example

streamName

Name of the republished stream

streamName

rtmpUrl

URL of the server the stream is republished to

rtmp://localhost:1935/live

rtmpFlashVersionRTMP subscriber Flash versionLNX 76.219.189.0

options

Transponder options

{"action": "mute"}

mediaSessionId

Unique identifier of the transponder

eume87rjk3df1i9u14elffga6t

width

Image width

320

height

Image height

240

keyFrameIntervalVideo keyframe interval60
fpsVideo FPS30

muted

Is sound muted

true

soundEnabled

Is sound enabled

true

soundFile

Sound file

test.wav

loop

Loop playback

false

 Parameters added since build 5.2.785: rtmpFlashVersion, keyFrameInterval and fps.

The options parameter can be used to turn off audio or insert audio from a file when creating a transponder.

...

the stream will be transcoded and pushed to destination server in defined resolution.

Specified width is applied only if picture aspect ratio preserving is disabled, and height is also specified. In If only width parameter is passed - without height - it is not applied, and the stream is not transcoded.

Since build 5.2.785, there are two more parameters were addedenabling transcoding: keyFrameInterval and fps. Stream will be transcoded if either of them, or height is specified.

Sending the REST query to the WCS server

...