Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#71
|
|||
|
|||
Re: Ripping RTMPE streams from RTE.ieYeah, once you've substituted the mentioned fields with the appropriate data, pasting it into the command prompt should work just fine.
|
#72
|
|||
|
|||
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. Last edited by Chug a Bug : 10-30-2012 at 10:53 AM. |
#73
|
|||
|
|||
Re: Ripping RTMPE streams from RTE.iehow does a person paste into rtmpdump
|
#74
|
|||
|
|||
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
|
#75
|
|||
|
|||
Re: Ripping RTMPE streams from RTE.ieQuote:
Copy your desired text, switch back to the cmd prompt window, click the cmd prompt icon in the top-left-hand corner, go down to "Edit", and select "Paste". |
#76
|
|||
|
|||
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
|
#77
|
|||
|
|||
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. |
#78
|
|||
|
|||
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! |
#79
|
|||
|
|||
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:
|
#80
|
|||
|
|||
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" |
Tags: fmsod rte ie, rte ie, rteie, rtmpe |
Thread Tools | |
Display Modes | |
|
|