View Single Post
  #4  
Old 07-28-2010, 06:52 PM
Guv Guv is offline
Junior Member
 
Join Date: Jul 2010
Posts: 3
Guv is on a distinguished road
Default

Re: Ripping RTMPE streams from RTE.ie


Quote:
Originally Posted by thurmanmurman View Post
Hey guys...

Trying to use RTMPdump to rip from RTE.ie site, but no luck... Any ideas what my problems might be?

Here is my input into RTMPdump:

Code:
c:\r\rtmpdump.exe -r"rtmpte://fmsod.rte.ie/rtevod/mp4:/2010/0703/20100703rte1a_20100703_221746_part3_saturday_night_with__002019.mp4" -W "http://www.rte.ie/player/assets/player_403.swf" -o "c:\part1.mp4"
and here is the result:

Code:
c:\r\rtmpdump.exe -r"rtmpte://fmsod.rte.ie/rtevod/mp4:/2010
/0703/20100703rte1a_20100703_221746_part3_saturday_night_with__002019.mp4" -W "h
ttp://www.rte.ie/player/assets/player_403.swf" -o "c:\part1.mp4"
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

HELPPPP!!!!
I use

Code:
rtmpdump -a "rtevod?ovpfv=1.1" -r rtmpte://fmsod.rte.ie/rtevod/mp4:insertyourvidhere.mp4 -o out.mp4 --resume
to good effect :]
Reply With Quote