Friday, September 24, 2010

Ubuntu 10.10 Install latest MPlayer which include RTMPDUMP and RTMPSRV

After following the guide that can be found HERE you should be able to capture videos from sites using the commands exampled HERE And have the latest Mplayer.

./rtmpdump -r "rtmpe://cp9950.edgefcs.net:1935/ondemand?ovpfv=1.1" -a "ondemand?ovpfv=1.1" -f "LNX 10,0,42,34" -W "http://media.mtvnservices.com/player/release/?v=4.2.2-8" -t "rtmpe://cp9950.edgefcs.net:1935/ondemand?ovpfv=1.1" -p "http://www.colbertnation.com/full-episodes/thu-january-14-2010-kathleen-sebelius" -C Z: -y "mp4:mtvnorigin/gsp.comedystor/com/colbert/season_06/episode_008/cr_06008_act1_768x432_1720.mp4" -o output.flv


Note: I had to exclude the ./ from the very beginning of the code in order for it to work.