the rtmpurl is defined in my publishing script:
_room.publish({
display: document.getElementById("myVideo"),
constraints: constraints,
record: false,
receiveVideo: false,
receiveAudio: false,
rtmpUrl: 'rtmp://xxx.xxx.com/wcs/'+_roomID
}).
so if i understand clear, i should not specify rtmpurl...