Re-streaming an RTSP stream through Wowza Pro (RTSP/RTP)

I have a task to connect RTMP and RTP through Wowza. RTMP side implemented with JW Player folowing this topic

http://community.wowza.com/t/-/33

RTP stream made by VLC player ( http://wiki.videolan.org/Documentation:Streaming_HowTo/Easy_Streaming )

All is situated at localhost. RTP from VLC have no error, after tuning RTMP from this topic (using /usr/local/WowzaMediaServerPro-1.7.0/examples/LiveVideoStreaming/client/live.html to start) Wowza report like this

INFO session disconnect 1416139784 -

INFO session connect-pending 127.0.0.1 -

INFO session connect 127.0.0.1 -

INFO server comment - sortPackets[2]: sortBufferSize:500

INFO stream create - -

INFO server comment - MediaStreamMediaCasterPlay: startPlay

INFO server comment - MediaStreamMediaCasterPlay: close

INFO stream destroy rtps://localhost:7777 -

INFO session disconnect 21562135 -

INFO server comment - RTPMediaCaster.shutdown: rtps://localhost:7777

INFO server comment - RTPMediaCaster.disconnect

INFO server comment - RTPMediaCaster.Reconnector: stop

INFO application app-stop definst rtplive/definst

and using this script

This text will be replaced
var so = new SWFObject('player.swf','mpl','470','320','9'); so.addParam('allowscriptaccess','always'); so.addParam('allowfullscreen','true'); so.addParam('wmode','opaque'); so.addParam('flashvars','fullscreen=true&bufferlength=2&streamer=rtmp://127.0.0.1/rtplive&file=mp3:1.mp3'); so.write("player"); but nothing happen, no sound , no errors please, help me understand, what's wrong. Oleg