Package com.smaxe.app.uv.loadtester.script

Class Summary
DummyRtmpClientScript DummyRtmpClientScript - base RtmpClientScript implementation.
EmptyScript EmptyScript Behaviour:
- Client just connects to the server.
PlayStreamScript PlayStreamScript Behaviour:
- Client connects to the server and starts stream playback on successfull connection (stream name is defined in the "streamToPlay" property)
- Client disconnects from the server after stream playback is stopped/completed.
PublishStreamScript PublishStreamScript Behaviour:
- Client connects to the server and publishes stream on successfull connection (stream name is defined in the "streamToPublish" property, stream source is a local flv file)
- Client disconnects from the server after stream publish is stopped/completed.