/
Flash Configuration Properties
What is Red5 Pro Server?
Flash Configuration Properties
Property | Required | Default | Description |
---|---|---|---|
protocol | [x] | rtmp | The protocol of the RTMP streaming endpoint; rtmp or rtmps |
port | [x] | 1935 | The port that the stream is accessible on. |
app | [x] | live | The application to locate the stream. |
streamMode | [x] | live | The mode to broadcast; live , record or append . |
host | [x] | None | The IP or address that the stream resides on. |
streamName | [x] | None | The stream name to subscribe to. |
mediaElementId | [-] | red5pro-publisher | The target video or audio element id attribute which will display the preview media. |
connectionParams | [-] | undefined | An object of connection parameters to send to the server upon connection request. |
embedWidth | [x] | 100% | The width of the object element for the SWF movie embed. (Integer or "100%" ) |
embedHeight | [x] | 100% | The height of the object element for the SWF movie embed. (Integer or "100%" ) |
swf | [x] | lib/red5pro/red5pro-publisher.swf | The swf file location to use as the Flash client publisher. |
minFlashVersion | [x] | 10.0.0 | Minimum semversion of the target Flash Player. |
backgroundColor | [-] | 0x000000 | The color to show in the background of the SWF movie. |
swfobjectURL | [x] | lib/swfobject/swfobject.js | Location of the swfobject dependency library that will be dynamically injected. |
productInstallURL | [x] | lib/swfobject/playerProductInstall.swf | Location of the playerProductInstall SWF used by swfobject. |
mediaConstraints | [x] | see below | An object representative of the desired broadcast constraints. |