Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
stream video url capturehi..
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/ |
#2
|
|||
|
|||
Re: stream video url capture |
#3
|
|||
|
|||
Re: stream video url captureIt just plays sound. Is not playing video. I needed the video playback URL. Thank you
|
#4
|
|||
|
|||
Re: stream video url captureHi,
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" |
Tags: video capture |
Thread Tools | |
Display Modes | |
|
|