Versions Compared

Key

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

...

In this case, 'streamName' parameter or REST query /push/startup or corresponding stream creation option is ignored.

Automatic republishing to a specified RTMP server

...


WCS server can automatically republish all the published streams to a specified RTMP server. To activate this feature, set the following options in flashphoner.properties file:

...

This feature is supposed to be used for debug, not in production.

Since build 5.2.1110 it is possible to set authentication parameters

Code Block
themeRDark
rtmp_push_auto_start_url=rtmp://user:password@rtmp.server.com:1935/live

or

Code Block
themeRDark
rtmp_push_auto_start_url=rtmp://rtmp.server.com:1935/live?username=user&password=pwd

Parameters will be passed in RTMP connect command.

Known limits

Only one RTMP URL can be used for automatic republishing.

Automatic reconnection when channel is closed

...