View Single Post
  #4  
Old 08-14-2017, 05:59 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: stream video url capture


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
Reply With Quote