Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 10-24-2010, 10:20 AM
willemvdm willemvdm is offline
Junior Member
 
Join Date: Oct 2010
Posts: 5
willemvdm is on a distinguished road
Default

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


I am trying to view or download the videos from this site:
Code:
http://www.thehorseshow.com/rfd_schedule.aspx
The problem is I only have a 384kb/s connection and video is basically unwatchable. I've tried Orbit Downloader and various other downloaders, all with the same result: Lots of dropped frames and out of sink audio, leaving the video still unwatchable. Usually with youtube and alike, I just pause the video and once completely buffered, I watch the video, but with streamhoster buffering stops when paused.

I've tried rtmpdump and got the following:

Code:
C:\Users\Willem>rtmpdump -r rtmp://fss28.streamhoster.com/lambemail/The Horse Sh
ow test/The_Horse_Show_Episode_278_Webcast.mp4 -e -o 278.mp4
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
WARNING: Received FLV packet before play()! Ignoring.
Any suggestions as to what I can do to see these videos. Aren't there any sites out there that will capture rtmp streams and convert them to another more download friendly format. Even if it is a pay site. Another possibility, is there perhaps free website code (user friendly and foolproof) that I could put on my own website (with more bandwidth) that will capture the stream and save it so I can download it from my site.

Unfortunately, upgrading to higher speed ADSL is not an option. I'm too far from the exchange.

Any help would be appreciated. Thanks.
Reply With Quote
  #2  
Old 10-25-2010, 02:24 AM
Stream Recorder
 
Posts: n/a
Default

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


If your connection is not fast enough for a live stream or if the server you're trying to download from is too busy, you can get dropped frames. There is nothing you can do about it, when you download / capture live streams, unless you get a better connection.

p.s. You can ask your friends or relatives to record.
Reply With Quote
  #3  
Old 10-25-2010, 02:27 AM
Stream Recorder
 
Posts: n/a
Default

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


As for on-demand RTMP streams, you shouldn't have any problems downloading them. I don't have any problem downloading this stream with Replay Media Catcher. You can try many other RTMP flash stream recorders as well:
FAQ: How to record/download/capture/save Adobe Flash .FLV video RTMP stream from embedded player
Reply With Quote
  #4  
Old 02-18-2011, 09: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
  #5  
Old 02-18-2011, 09:26 AM
willemvdm willemvdm is offline
Junior Member
 
Join Date: Oct 2010
Posts: 5
willemvdm is on a distinguished road
Default

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


I got rtmpdump working thanks, however, just like all the other stream capture programs, I ended up with a file with lots of frame drops and out of sync audio. The problem seem to be that the streamhoster server detects a slow connection and then start dropping frames to compensate and no client side software can do anything about it. I did however came up with a solution to my problem. A friend of mine has a VPS and he installed rmtpdump on the VPS for me to use. So I dump the stream to the VPS and then download it. So now I'm getting the full 140-150MB file instead of the 45MB file I use to get. Thanks for your help.
Reply With Quote
  #6  
Old 02-19-2011, 03:08 AM
getflv getflv is offline
GetFLV support
 
Join Date: Aug 2009
Posts: 356
getflv is on a distinguished road
Default

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


Quote:
Originally Posted by willemvdm View Post
I got rtmpdump working thanks, however, just like all the other stream capture programs, I ended up with a file with lots of frame drops and out of sync audio. The problem seem to be that the streamhoster server detects a slow connection and then start dropping frames to compensate and no client side software can do anything about it. I did however came up with a solution to my problem. A friend of mine has a VPS and he installed rmtpdump on the VPS for me to use. So I dump the stream to the VPS and then download it. So now I'm getting the full 140-150MB file instead of the 45MB file I use to get. Thanks for your help.
Please try GetFLV. Maybe it can help you.
Reply With Quote
Reply Post New Thread
Tags: , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 01:23 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons