PDA

View Full Version : Please Help! get rtmp link/download link for the givel url stream


vamshi
02-12-2015, 12:18 AM
Hi
Can anyone help me in downloading the stream from this URL

http://ivb7.com/player/ivb7Player-VersionII.swf?src=f19211


Thanks in advance

biezom
02-12-2015, 01:29 AM
Hi
Can anyone help me in downloading the stream from this URL

http://ivb7.com/player/ivb7Player-VersionII.swf?src=f19211


Thanks in advance

rtmpdump -v -r "rtmp://vm3.gloriatech.in/vodnew/vizag1stlive-8502/wedding3.flv?f19211" -o video.flv

or faster

livestreamer "rtmp://vm3.gloriatech.in/vodnew/vizag1stlive-8502/wedding3.flv?f19211" live -o video.flv

vamshi
02-12-2015, 06:13 AM
Thanks a lot for the help!
I'm interested in knowing the method you followed for getting the rtmp link, if possible can you please explain me or give me a link to a thread having the same.

Thank you :) :) :)

nash28
02-15-2015, 01:58 PM
Thanks a lot for the help!
I'm interested in knowing the method you followed for getting the rtmp link, if possible can you please explain me or give me a link to a thread having the same.

Thank you :) :) :)

Just use rtmpdumphelper, it gives you all the necessary data you need to create the link for rtmpdump. Plus it downloads the source automatically for you.