Re: Ripping RTMPE streams from RTE.ieQuote:
|
Re: Ripping RTMPE streams from RTE.ieQuote:
Shame the Rtmpe version is only a low bitrate version, I guess it's for portable devices, or something. |
Re: Ripping RTMPE streams from RTE.iehow does a person paste into rtmpdump
|
Re: Ripping RTMPE streams from RTE.ieThat's great, thanks QuestionableTableManners. I'll give it a go tonight. No doubt I'll be back with more questions later :o
|
Re: Ripping RTMPE streams from RTE.ieQuote:
Quote:
|
Re: Ripping RTMPE streams from RTE.iewhen i open rtmpdump it just flashes and goes away how do i get it to stay on the screen or am i missing something
|
Re: Ripping RTMPE streams from RTE.ieQuote:
Using the Windows command prompt is one of the most basic things you can do with a computer, if you're still clueless you really need read up on it there are plenty of good guides on the 'net. |
Re: Ripping RTMPE streams from RTE.ieHi guys,
I once ripped a video from RTe.ie with rtmpedump but that was some time ago... I just wanted to grab another one today but I got a problem. The player gives me an error Quote:
Quote:
Here is the video: http://www.rte.ie/player/gb/show/10070311/ Any help would be very very appreciated. I really need it, please! |
Re: Ripping RTMPE streams from RTE.ieQuote:
ok guys i am nearly there but!!!! have this so far 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/1101/20121101 here is the original i want to download and i know the numbers below are going to be different but how do i get them of VideoCacheView http://www.rte.ie/player/ie/show/10070311/ Code:
20121025_rteone-movietalk_cl10068973_10068976_260__512k.mp4 Quote:
|
Re: Ripping RTMPE streams from RTE.ieIt might be easier do it this way instead of using VideoCacheView:
Start URL snooper (or web developer console in FF), keyword filter swf;hds, open browser and start video playing - ![]() Use the swf URL listed and grab one of the HDS URL's as in the picture and you get these two URL's: http://www.rte.ie/static/player/swf/osmf2_2012_10_19.swf http://vod.hds.rasset.ie/hds-vod/2012/1101/adaptive/20121101_rtetwo-thecraigdo_cl10070311_10070321_260_/20121101_rtetwo-thecraigdo_cl10070311_10070321_260__1024k.mp4Seg1-Frag18 Delete the HDS related stuff bolded above and you're left with this: (512k is the only bitrate available for RTMPE stream) - 2012/1101/20121101_rtetwo-thecraigdo_cl10070311_10070321_260_/20121101_rtetwo-thecraigdo_cl10070311_10070321_260__512k.mp4 put that together with the SWF url into our RTMPdump command line and we're left with: 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/1101/20121101_rtetwo-thecraigdo_cl10070311_10070321_260_/20121101_rtetwo-thecraigdo_cl10070311_10070321_260__512k.mp4" -o "thecraigdoyleshow.flv" |
All times are GMT -6. The time now is 06:08 PM. |