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

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

...

since build 5.2.560 transcoding will not be enabled for stream republishing.

If picture width and height are is set explicitly (for example, if destination server does not accept streams below 720p)

...

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

In build 5.2.785, two more parameters were added: keyFrameInterval and fps. Stream will be transcoded if either of them is specified.

Sending the REST query to the WCS server

...