Hi,
Please try this procedure to check if your stream was pulled correctly and if it plays back properly:
A) Check if the pulled stream is active by typing the following commands at the terminal (for Linux) or command prompt (for Windows):
1) telnet localhost 1112
2) getstreamscount
=> The field "count" should be at least 1.
3) liststreams
{"data":[{"appName":"evostreamms","audio":{"bytesCount":3242486,"codec":"AAAC","codecNumeric":4702111241970122752,"droppedBytesCount":0,"droppedPack
etsCount":0,"packetsCount":12275},"bandwidth":0,"connectionType":1,"creationTimestamp":1378266733362.5659,"edgePid":0,"farIp":"192.168.2.137","farPort":5544,"ip":"192.168.2.49","name":"test","nearIp":"192.168.2.49","nearPort":50188,"outStreamsUniqueIds":null,"port":50188,"pullSettings":{"audioCodecBytes":"","configId":1,"emulateUserAgent":"EvoStream Media Server (www.evostream.com) player","forceTcp":false,"httpProxy":"","isAudio":true,"keepAlive":true,"localStreamName":"test","operationType":1,"pageUrl":"","ppsBytes":"","rangeEnd":-1,"rangeStart":-2,"rtcpDetectionInterval":10,"sendRenewStream":false,"spsBytes":"","ssmIp":"","swfUrl":"","tcUrl":"","tos":256,"ttl":256,"uri":"rtsp://192.168.2.137:5544/bunny.sdp"},"queryTimestamp":1378266995360.8350,"type":"INP","typeNumeric":5282247373882392576,"uniqueId":12,"upTime":261998.2690,"video":"bytesCount":12622125,"codec":"VH264","codecNumeric":6217274493967007744,"droppedBytesCount":0,"droppedPacketsCount":0,"packetsCount":6487}}],"description":"Available streams","status":"SUCCESS"}
=> The field "localStreamName" should show the name of the pulled stream.
B) Check if the pulled stream is playable:
1) Open JW Player using this link
2) Set the File field as follows, replacing "test" with the actual stream name pulled
rtmp://localhost/vod/test
3) Click the play button
=> Playback should start.
Let me know if this works for you.
If not, please email the log file so that we can check any errors encountered.