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" |
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" |
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 |
Re: Ripping RTMPE streams from RTE.ieQuote:
|
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 |
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 :) |
Re: Ripping RTMPE streams from RTE.ieQuote:
Quote:
|
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. :)
|
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>" |
Re: Ripping RTMPE streams from RTE.ieQuote:
Quote:
|
All times are GMT -6. The time now is 02:21 AM. |