Versions Compared

Key

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

...

  • edge1.flashphoner.com - server name
  • aclAuth - parameter name as set in configuration
  • test - stream name

Passing the key as stream parameter to play stream via RTMP

To pass access key in stream parameters, the following setting in flashphoner.properties file on all Edge servers should be set

Code Block
themeRDark
rtmp_use_stream_params_as_connection=true

In this case access key can be passed as follows

Code Block
themeRDark
rtmp://edge1.flashphoner.com:1935/live/test?aclAuth=key1

Backward compatibility

CDN 2.2 is compatible to CDN 2.0 and 2.1, only streams with clean ACL (as just published) can be played.

...