View Single Post
  #35  
Old 03-18-2013, 11:58 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Download video from JW player


Quote:
Originally Posted by rmahlert View Post
Any idea how to get the live stream url from this JW player?

http://www1.whdh.com/video/7newslive

I tried a few programs, but I'm a noop.

Thanks
Code:
rtmpdump -v -r "rtmp://whdh.mpl.miisolutions.net/whdh-live01" -a "whdh-live01" -f "WIN 11,6,602,180" -W "http://www1.whdh.com/swf/player-viral.swf" -p "http://www1.whdh.com/video/7news-live_flv.php?width=480&height=288" -y "mp4:7newslive" -o "output.flv"
Reply With Quote