View Single Post
  #9  
Old 05-06-2011, 07:44 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: seeon.tv: Trying to record this stream


Quote:
Originally Posted by primtim34 View Post
Wow you guys are awesome. So what would I do if I wanted to record the stream for 1 hour instead of indefinitely?
just use the --stop switch. to record 1 minute clip use
Code:
rtmpdump.exe -r "rtmp://live1.seeon.tv/edge/nvcrd4lz4zs0w34" -p "http://www.seeon.tv/view/11073" -W "http://www.seeon.tv/jwplayer/player.swf" --stop 60 --live -o Test.flv
Code:
RTMPDump v2.3 r568 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
For duration: 60.000 sec
INFO: Metadata:
INFO:   author
INFO:   copyright
INFO:   description
INFO:   keywords
INFO:   rating
INFO:   title
INFO:   presetname            Custom
INFO:   creationdate          Wed Apr 13 18:22:26 2011
INFO:   videodevice           MagicCamera Capture(User Mode)
INFO:   framerate             25.00
INFO:   width                 320.00
INFO:   height                240.00
INFO:   videocodecid          avc1
INFO:   videodatarate         400.00
INFO:   avclevel              31.00
INFO:   avcprofile            66.00
INFO:   videokeyframe_frequency5.00
INFO:   audiodevice           Digital Audio Interface (WinTV
INFO:   audiosamplerate       22050.00
INFO:   audiochannels         2.00
INFO:   audioinputvolume      75.00
INFO:   audiocodecid          .mp3
INFO:   audiodatarate         56.00
2666.693 kB / 60.00 sec
Download complete
stop time is in seconds. for an hour long recording use 3600.
Reply With Quote