PDA

View Full Version : Smotri live stream donwload


notsopvt
04-23-2014, 04:22 PM
Hi!
After searching for some time, I can't find a way to download the live streams from this site:
http://smotri.com/broadcast/list/

I don't think they use rtmpdump protocol but I don't know which one they do use.
Please don't suggest to use a screen recording software, I already know that obvious solution.

Can someone with higher knowledge of video streams help me out?

Thanks

hasomaso
04-24-2014, 07:35 AM
here a example stream from list

rtmpdump -v -r "rtmp://stream140.loadup.ru:443/broadcast/12386661_8815102_bd64ba64d018424805d31e4ca3c9590e" -a "broadcast/12386661_8815102_bd64ba64d018424805d31e4ca3c9590e" -f "WIN 13,0,0,182" -W "http://pics.smotri.com/broadcast_play.swf" -p "http://smotri.com/live/994/" -C S:fc4553f3843343bd9ad30ae9ad59c06f -y "12386661_8815102_bd64ba64d018424805d31e4ca3c9590e" -o "output.flv"

notsopvt
04-25-2014, 10:09 AM
Thanks for the answer.
I'm glad it works with rtmpdump. But how did you manage to find the parameters?
I've tried rtmpDumpHelper, rtmpsuck, rtmpsrv without none of them being able to detect the stream from this particular site. What was the trick?

hasomaso
04-25-2014, 10:20 AM
rtmpdumphelper + rtmpsuck is the right way
which browser do use?

try with firefox

notsopvt
04-25-2014, 11:29 AM
I can't try it right now because I'm on linux, but when I get to windows again i'll give it a try again.

But I would prefer to be able to find the rtmpdump command on linux. Any sugestion for that? I've redirected the traffic in iptables to use with rtmpsuck but with no luck (for this site).