Hi,
just build the stream datas manually in that case.Only dyanmic variable you need is the app token MD5 hash.Just inspect the player on that site using inspector tab in tools section.There you can see the flashvar config you can copy and then build the stream.In the config you will find the rtmpt stream but you have to change this to rtmp or rtsp to get it working.At the end you have something like this...
Code:
rtmpdump -r "rtmp://ibbcam.mediatriple.net:80" -a "ibb_live?TOKEN=a3f0ba78508fea1f8aa3c6164627ac5e" -y "anadoluhisarihq.stream" -W "http://player.mediatriple.net/flowplayer.commercial-3.2.18.swf" -p "http://player.mediatriple.net" -o "file.flv"
greetz