Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Ripping RTMPE streams from RTE.ie

(http://stream-recorder.com/forum/showthread.php?t=6975)

chap 01-02-2012 05:22 PM

Re: Ripping RTMPE streams from RTE.ie


 
Quote:

Originally Posted by johnny (Post 36745)
who's we just curious???

people:)
-http://www.videohelp.com/tools/StreamTransport/old-versions#download

mikito 03-13-2012 04:14 PM

Re: Ripping RTMPE streams from RTE.ie


 
I'm trying to download the next link:
http://www.rte.ie/player/#v=1127820

I have StreamTransport V 1.0.2.2041

My result is:
Download: Thread created.
Download: URL: rtmpe://fmsv1.rte.ie/rtevod/mp4:/2012/0125/2012012520120125_ingest_boney_m_in_concert_43_dein terlaced.mp4.

It's created the file:
RTÉ Player Catch up with your favourite TV programmes online_1.flv

But is downloading very slow 5 kbps, in spite of other videos from rte.ei dowloads 80kbps. Minutes later my videos stops, and the archive flv is impossible to open.

What am I doing wrong?

karlo2105 03-14-2012 05:01 AM

Re: Ripping RTMPE streams from RTE.ie


 
Quote:

Originally Posted by mikito (Post 41970)
I'm trying to download the next link:
http://www.rte.ie/player/#v=1127820

I have StreamTransport V 1.0.2.2041

My result is:
Download: Thread created.
Download: URL: rtmpe://fmsv1.rte.ie/rtevod/mp4:/2012/0125/2012012520120125_ingest_boney_m_in_concert_43_dein terlaced.mp4.

It's created the file:
RTÉ Player Catch up with your favourite TV programmes online_1.flv

But is downloading very slow 5 kbps, in spite of other videos from rte.ei dowloads 80kbps. Minutes later my videos stops, and the archive flv is impossible to open.

What am I doing wrong?

Add SWF Player link with -W feature.

WRR 04-25-2012 11:02 PM

Re: Ripping RTMPE streams from RTE.ie


 
video link
http://www.rte.ie/player/#!v=1145092

command line:

rtmpdump -r "rtmpe://fmsv1.rte.ie/rtevod/" -a "rtevod/" -f "WIN 10,1,102,64" -W "http://www.rte.ie/player/assets/player_458.swf?shareBtn=0" -p "http://www.rte.ie/player/#!v=1145092?" -y "mp4:/2012/0415/20120415rte2a_20120415_125502_part1_spar_great_ire land_r_000628.mp4" -out Test1.mp4

==============

==============


When errors? :confused:
Help, please.

karlo2105 04-26-2012 04:13 PM

Re: Ripping RTMPE streams from RTE.ie


 
Code:

rtmpdump -r "rtmpe://fmsv2.rte.ie/rtevod/" -a "rtevod/" -f "WIN 11,2,202,233" -W "http://www.rte.ie/player/assets/player_458.swf" -p "http://www.rte.ie/player/" -y "mp4:/2012/0415/20120415rte2a_20120415_125502_part1_spar_great_ireland_r_000628.mp4" -o 20120415rte2a_20120415_125502_part1_spar_great_ireland_r_000628.flv

harvey 05-02-2012 02:02 AM

Re: Ripping RTMPE streams from RTE.ie


 
Ok, I have rtmpdump working (I think) in Mac OS but it doesn't seem to like the url I give it - "rtmpe://fmsv2.rte.ie/rtevodmp4:/2012/0430/20120430rte2a_20120430_190020_part1_mns__12_______ _______002258.mp4"

I got this from Wireshark - but this doesn't seem to be parsed the way the other examples in this thread are. Is there any way I can get the required information from Wireshark?

Unfortunately rtmpsuck doesn't really work with Mac OS (it causes the computer to hang) and I'm getting an "ERROR: serverThread: accept failed" error with rtmpsrv. So, I can't seem to get an rtmpsrv command.

I'm trying to access this: http://www.rte.ie/player/#!v=1147382


Any help much appreciated. Thanks.

chap 05-02-2012 02:38 AM

Re: Ripping RTMPE streams from RTE.ie


 
Code:

rtmpdump -r "rtmpe://fmsv1.rte.ie/rtevod/" -a "rtevod/" -W "http://www.rte.ie/player/assets/player_458.swf" -p "http://www.rte.ie/player/" -y "mp4:/2012/0430/20120430rte2a_20120430_190020_part1_mns__12______________002258.mp4" -o "20120430rte2a_20120430_190020_part1_mns__12______________002258.mp4.flv"

rtmpdump -r "rtmpe://fmsv2.rte.ie/rtevod/" -a "rtevod/" -W "http://www.rte.ie/player/assets/player_458.swf" -p "http://www.rte.ie/player/" -y "mp4:/2012/0430/20120430rte2a_20120430_192550_part2_mns__12______________001638.mp4" -o "20120430rte2a_20120430_192550_part2_mns__12______________001638.mp4.flv"

rtmpdump -r "rtmpe://fmsv1.rte.ie/rtevod/" -a "rtevod/" -W "http://www.rte.ie/player/assets/player_458.swf" -p "http://www.rte.ie/player/" -y "mp4:/2012/0430/20120430rte2a_20120430_194531_part3_mns__12______________001247.mp4" -o "20120430rte2a_20120430_194531_part3_mns__12______________001247.mp4.flv"


harvey 05-02-2012 03:26 AM

Re: Ripping RTMPE streams from RTE.ie


 
Quote:

Originally Posted by chap (Post 44861)
Code:

rtmpdump -r "rtmpe://fmsv1.rte.ie/rtevod/" -a "rtevod/" -W "http://www.rte.ie/player/assets/player_458.swf" -p "http://www.rte.ie/player/" -y "mp4:/2012/0430/20120430rte2a_20120430_190020_part1_mns__12______________002258.mp4" -o "20120430rte2a_20120430_190020_part1_mns__12______________002258.mp4.flv"

rtmpdump -r "rtmpe://fmsv2.rte.ie/rtevod/" -a "rtevod/" -W "http://www.rte.ie/player/assets/player_458.swf" -p "http://www.rte.ie/player/" -y "mp4:/2012/0430/20120430rte2a_20120430_192550_part2_mns__12______________001638.mp4" -o "20120430rte2a_20120430_192550_part2_mns__12______________001638.mp4.flv"

rtmpdump -r "rtmpe://fmsv1.rte.ie/rtevod/" -a "rtevod/" -W "http://www.rte.ie/player/assets/player_458.swf" -p "http://www.rte.ie/player/" -y "mp4:/2012/0430/20120430rte2a_20120430_194531_part3_mns__12______________001247.mp4" -o "20120430rte2a_20120430_194531_part3_mns__12______________001247.mp4.flv"


Thanks for that - unfortunately, it's still telling me there's a refused connection - ERROR: RTMP_Connect0, failed to connect socket. 61 (Connection refused)


RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Parsing...
DEBUG: Parsed protocol: 2
DEBUG: Parsed host : fmsv1.rte.ie
DEBUG: Parsed app : rtevod
DEBUG: Protocol : RTMPE
DEBUG: Hostname : fmsv1.rte.ie
DEBUG: Port : 1935
DEBUG: Playpath : mp4:/2012/0430/20120430rte2a_20120430_190020_part1_mns__12_______ _______002258.mp4
DEBUG: tcUrl : rtmpe://fmsv1.rte.ie:1935/rtevod/
DEBUG: swfUrl : http://www.rte.ie/player/assets/player_458.swf
DEBUG: pageUrl : http://www.rte.ie/player/
DEBUG: app : rtevod/
DEBUG: live : no
DEBUG: timeout : 30 sec
DEBUG: SWFSHA256:
DEBUG: b7 b4 42 ec 93 fe f6 f2 fa fb 91 04 af da f7 45
DEBUG: 23 2f 9e 72 04 98 4f 98 f5 7e db b0 e5 cf 1e eb
DEBUG: SWFSize : 264916
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 61 (Connection refused)
DEBUG: Closing connection.

evol 05-02-2012 04:00 AM

Re: Ripping RTMPE streams from RTE.ie


 
This works playing in vlc
Code:

rtmpdump -r "rtmpe://fmsv1.rte.ie/rtevod/" -W "http://www.rte.ie/player/assets/player_458.swf" -a "rtevod/" -f WIN 10,3,183,10 -p "http://www.rte.ie/player/" -y "mp4:/2012/0430/20120430rte2a_20120430_194531_part3_mns__12______________001247.mp4" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
Just jchange
Code:

| "C:\Program Files\VideoLAN\VLC\vlc.exe" -
To
Code:

-o "20120430rte2a_20120430_194531_part3_mns__12______________001247.mp4.flv"

harvey 05-02-2012 06:17 AM

Re: Ripping RTMPE streams from RTE.ie


 
Quote:

Originally Posted by evol (Post 44867)
This works playing in vlc
Just jchange
Code:

| "C:\Program Files\VideoLAN\VLC\vlc.exe" -
To
Code:

-o "20120430rte2a_20120430_194531_part3_mns__12______________001247.mp4.flv"

Thanks for the suggestion. Unfortunately, it's still giving me:
Code:

RTMP_Connect0, failed to connect socket. 61 (Connection refused)


All times are GMT -6. The time now is 02:57 PM.