This element causes a small indicator "light" to show the status of the connection:
red: no connection
green: working connection
The following example shows a trivial rtmpstatus example.
<canvas height="40">
<simplelayout spacing="5"/>
<text text="The indicator light is red because there is no rtmp connection."/>
<rtmpstatus/>
</canvas>