PDA

View Full Version : stream video url capture


eznora99
08-14-2017, 02:58 AM
hi..
How can I capture the video URL on the link? I have not tried urlsnopper. I have not tried firefox videohelper. Could you help.

http://www.istanbuluseyret.com/TuristikKameralar/

hjjj259999
08-14-2017, 07:16 AM
http://services.ibb.gov.tr/tks/uploads/tks/2014/04/anadoluhisari-tr.mp3

eznora99
08-14-2017, 10:39 AM
It just plays sound. Is not playing video. I needed the video playback URL. Thank you

troller12
08-14-2017, 05:59 PM
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...
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