Thread: curl rtmp
View Single Post
  #9  
Old 05-08-2014, 12:51 PM
enda enda is offline
Member
 
Join Date: Jun 2012
Posts: 32
enda is on a distinguished road
Default

Re: curl rtmp


Many thanks.

Code:
http://tg4.uds.ak.o.brightcove.com.edgesuite.net/1290862567001/1290862567001_3426600466001_WCL027080.mp4
downloaded just fine. The problem was not the params but that prepended URL was


Code:
http://tg4.uds.ak.o.brightcove.com.edgesuite.net/
instead of

Code:
http://tgfour.brightcove.com.edgesuite.net/rtmp_uds/

How do you get the string above:

HTML Code:
http://tg4.uds.ak.o.brightcove.com.edgesuite.net/
I want to download over HTTP, unless curl can download a RTMP URL using a HTTP/S proxy.

Is it possible to download over HTTP for the video at http://www.rte.ie/player/ie/show/10274556/
Reply With Quote