Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#61
|
|||
|
|||
Re: Ripping RTMPE streams from RTE.ieHaving 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" |
#62
|
|||
|
|||
Re: Ripping RTMPE streams from RTE.ieQuote:
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" |
#63
|
|||
|
|||
Re: Ripping RTMPE streams from RTE.ieQuote:
is it somehow possible to download the 1024k version as well? how I would have to achieve that |
#64
|
|||
|
|||
Re: Ripping RTMPE streams from RTE.ieUnfortunately-no
|
#65
|
|||
|
|||
Re: Ripping RTMPE streams from RTE.ieso which software can ya use to download of the new RTE player
rtmp+explorer will not work anymore |
#66
|
|||
|
|||
Re: Ripping RTMPE streams from RTE.ieHey 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 |
#67
|
|||
|
|||
Re: Ripping RTMPE streams from RTE.ieNone 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.
Yes, put RtmpDumpHelper in there and use that instead. US is not very reliable at detecting Rtmp(e) streams |
#68
|
|||
|
|||
Re: Ripping RTMPE streams from RTE.ieI 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.
|
#69
|
|||
|
|||
Re: Ripping RTMPE streams from RTE.ieI 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" 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>" |
#70
|
|||
|
|||
Re: Ripping RTMPE streams from RTE.ieQuote:
So you just simply copy and paste that code into the rtmpdump cmd prompt? |
Tags: fmsod rte ie, rte ie, rteie, rtmpe |
Thread Tools | |
Display Modes | |
|
|