View Single Post
  #1  
Old 08-03-2011, 08:25 PM
niubhacker niubhacker is offline
Junior Member
 
Join Date: Feb 2011
Posts: 5
niubhacker is on a distinguished road
Default

CBS Live Stream Record with freeware rtmpdump


CBS Live Stream:
_http://www.cbsnews.com/video/watch/?id=1n

I tried:
Code:
rtmpdump --live -r "rtmp://cnet.fc.llnwd.net/cnet/cbsnews1_live" -a "cnet" -y "cbsnews1_live" --live -o cbslive.flv
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   author
INFO:   copyright
INFO:   description
INFO:   keywords
INFO:   rating
INFO:   title
INFO:   presetname            Custom
INFO:   creationdate          Tue Jul 26 13:57:13 2011
INFO:   videodevice           Osprey-210 Video Device 1
INFO:   framerate             29.97
INFO:   width                 718.00
INFO:   height                404.00
INFO:   videocodecid          avc1
INFO:   videodatarate         650.00
INFO:   avclevel              31.00
INFO:   avcprofile            66.00
INFO:   videokeyframe_frequency5.00
INFO:   audiodevice           SigmaTel Audio
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         1.00
INFO:   audioinputvolume      100.00
INFO:   audiocodecid          .mp3
INFO:   audiodatarate         64.00
2656.994 kB / 26.01 sec
It worked BUT the output is a STLL image displaying CBS Logo.

Any idea why?

Thanks a lot!