View Single Post
  #4  
Old 02-18-2011, 08:00 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Cool

Re: www.thehorseshow.com: viewing/downloading steamhoster video on 384kb/s ADSL


Quote:
Originally Posted by willemvdm View Post
I am trying to view or download the videos from this site:
Code:
http://www.thehorseshow.com/rfd_schedule.aspx
Quote:
Originally Posted by willemvdm View Post
I've tried rtmpdump and got the following:
Code:
WARNING: Received FLV packet before play()! Ignoring.
That works for me:

Code:
rtmpdump -r "rtmp://fss28.streamhoster.com/lambemail" -a "lambemail" -y "mp4:The Horse Show test/THS_322.mp4" -o THS_322.flv --live
Code:
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: trackinfo:
INFO:   timescale             32000.00
INFO:   length                49920000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
INFO:   timescale             2997.00
INFO:   length                4675300.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   audiochannels         2.00
INFO:   audiosamplerate       32000.00
INFO:   videoframerate        29.97
INFO:   aacaot                2.00
INFO:   avclevel              21.00
INFO:   avcprofile            66.00
INFO:   audiocodecid          mp4a
INFO:   videocodecid          avc1
INFO:   width                 512.00
INFO:   height                288.00
INFO:   frameWidth            512.00
INFO:   frameHeight           288.00
INFO:   displayWidth          512.00
INFO:   displayHeight         288.00
INFO:   moovposition          32.00
INFO:   duration              1560.00
116058.640 kB / 1559.97 sec (99.9%)
Download complete
Reply With Quote