Versions Compared

Key

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

...

Stream transcoding while republishing

If Since build 5.2.560, if picture width and height are not set in /push/startup query parameters

...

Code Block
languagejs
themeRDark
{
 "streamName": "name",
 "rtmpUrl": "rtmp://localhost:1935/live",
 "width": 0,
 "height": 0
}

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

...