You can also record the pulled stream for later viewing, for example:
record localstreamname=myStream pathToFile=/var/evostreamms/media type=mp4
You can view it later by using the URI:
rtmp://myIpAddress/vod/myStream.mp4
There are other means like creating HLS/HDS/MSS/DASH to make it playable on other devices/players. Please refer to the createhlsstream/createhdsstream/createmssstream/createdashstream API commands for details.
Cheers,
Don