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)

RTEFan 10-21-2012 05:25 PM

Re: Ripping RTMPE streams from RTE.ie


 
Having trouble with this: http://www.rte.ie/player/ie/show/10067138/

Trying to follow the same format as other links in this thread but I must be missing something as I get an error: "Closing connection: NetStream.Play.StreamNotFound".

Code:

rtmpdump -r "rtmpe://fmsod.rte.ie:1935/rtevod" -a "rtevod" -W "http://www.rte.ie/static/player/swf/osmf2_2012_10_03a.swf" -y "mp4:/2012/1021/20121021_sharonshan_cl10067138_10067139_260_/20121021_sharonshan_cl10067138_10067139_260__1024k.mp4.f4m" -o "flying_circus.flv"
Can anyone correct the command or point me in the right direction? I'd really appreciate it :)

chap 10-21-2012 10:58 PM

Re: Ripping RTMPE streams from RTE.ie


 
Quote:

Originally Posted by RTEFan (Post 55606)

Trying to follow the same format as other links in this thread but I must be missing something as I get an error: "Closing connection: NetStream.Play.StreamNotFound".

Code:

rtmpdump -r "rtmpe://fmsod.rte.ie:1935/rtevod" -a "rtevod" -W "http://www.rte.ie/static/player/swf/osmf2_2012_10_03a.swf" -y "mp4:/2012/1021/20121021_sharonshan_cl10067138_10067139_260_/20121021_sharonshan_cl10067138_10067139_260__512k.mp4" -o "flying_circus.flv"

cwats 10-23-2012 06:37 PM

Re: Ripping RTMPE streams from RTE.ie


 
Quote:

Originally Posted by chap (Post 55610)
Code:

rtmpdump -r "rtmpe://fmsod.rte.ie:1935/rtevod" -a "rtevod" -W "http://www.rte.ie/static/player/swf/osmf2_2012_10_03a.swf" -y "mp4:/2012/1021/20121021_sharonshan_cl10067138_10067139_260_/20121021_sharonshan_cl10067138_10067139_260__512k.mp4" -o "flying_circus.flv"


is it somehow possible to download the 1024k version as well?
how I would have to achieve that

chap 10-23-2012 11:44 PM

Re: Ripping RTMPE streams from RTE.ie


 
Quote:

Originally Posted by cwats (Post 55664)
is it somehow possible to download the 1024k version as well?
how I would have to achieve that

Unfortunately-no:(

johnny 10-25-2012 09:24 AM

Re: Ripping RTMPE streams from RTE.ie


 
so which software can ya use to download of the new RTE player

rtmp+explorer will not work anymore

Richie 10-27-2012 08:03 AM

Re: Ripping RTMPE streams from RTE.ie


 
Hey guys, i'm totally new to RTMP, and i'm trying to learn how to rip streams from RTE.

Although I'm still trying to figure out how to use this cmd prompt, unfortunately I haven't got that far yet. My problem is that I cant find the rtmpe link in URL Snooper, even after i sniff network and even after I start playing the rte video in my browser (firefox if that makes a difference).

Is there something I need to do inside my rtmpdump folder before I start URL Snooper?

I've also tried Tubedigger but that only rips the adverts that come before the stream.

Thanks for any suggestions :)

Chug a Bug 10-27-2012 05:11 PM

Re: Ripping RTMPE streams from RTE.ie


 
Quote:

Originally Posted by Richie (Post 55814)
My problem is that I cant find the rtmpe link in URL Snooper

None of us can trigger the RTMPE stream (well chap can, somehow). All that the rest of us can find is Adobe HDS links (Keyword Filter for seg1-frag1, f4m, etc in URL Snooper.) But it's protected with Adobe Flash Access DRM.

Quote:

Originally Posted by Richie (Post 55814)
Is there something I need to do inside my rtmpdump folder before I start URL Snooper?

Yes, put RtmpDumpHelper in there and use that instead. US is not very reliable at detecting Rtmp(e) streams

QuestionableTableManners 10-28-2012 09:46 AM

Re: Ripping RTMPE streams from RTE.ie


 
I don't suppose somebody could offer some assistance with this video? It'd be much appreciated! Also, it would be great if chap could post his method for accessing the RTMPE stream, since that would allow the thread to essentially help itself. :)

QuestionableTableManners 10-29-2012 11:03 AM

Re: Ripping RTMPE streams from RTE.ie


 
I managed to download the source file. Apparently, this forum has a time limit on the ability to edit one's posts, so excuse the double post. Here's what I did:

- Used VideoCacheView to make note of the file. In my case: 20121025_rteone-movietalk_cl10068973_10068976_260__512k.mp4 (VCV affixed a [1] at the end. Not sure why.)

- Used URL Snooper to make note of the Flash player file URL. In my case: http://www.rte.ie/static/player/swf/...2012_10_19.swf

- Used this information to put together a valid command line for RTMPDump. Make note of how the following is constructed:

Code:

rtmpdump -r "rtmpe://fmsod.rte.ie:1935/rtevod" -a "rtevod" -W "http://www.rte.ie/static/player/swf/osmf2_2012_10_19.swf" -y "mp4:/2012/1025/20121025_rteone-movietalk_cl10068973_10068976_260_/20121025_rteone-movietalk_cl10068973_10068976_260__512k.mp4" -o "MovieTalk.flv"
Basically, you want:

Code:

rtmpdump -r "rtmpe://fmsod.rte.ie:1935/rtevod" -a "rtevod" -W "<flash player file URL>" -y "mp4:/<file year>/<file month and day>/<file name, minus _bitrate.mp4>/<file name>" -o "<desired file name>"
Hope this helps. :)

Richie 10-29-2012 11:52 AM

Re: Ripping RTMPE streams from RTE.ie


 
Quote:

Originally Posted by Chug a Bug (Post 55840)
Yes, put RtmpDumpHelper in there and use that instead. US is not very reliable at detecting Rtmp(e) streams

Ok I'll give that a go.


Quote:

Originally Posted by QuestionableTableManners (Post 55907)
Basically, you want:

Code:

rtmpdump -r "rtmpe://fmsod.rte.ie:1935/rtevod" -a "rtevod" -W "<flash player file URL>" -y "mp4:/<file year>/<file month and day>/<file name, minus _bitrate.mp4>/<file name>" -o "<desired file name>"
Hope this helps. :)

So you just simply copy and paste that code into the rtmpdump cmd prompt?


All times are GMT -6. The time now is 02:21 AM.