Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
curl rtmpHow do I download rtmp videos from http://www.tg4.ie/en/player/tg4-player.html using curl
which is available by clicking Download RTMP, SSH2, SSL, SSPI Version on http://www.paehl.com/open_source/?CURL_7.36.0 (via http://curl.haxx.se/download.html) |
#2
|
|||
|
|||
Re: curl rtmpDo you have to use curl? If not, you can try downloading it using ffmpeg instead...
Download Command Code:
ffmpeg -i "http://tg4-lh.akamaihd.net/IdiBeo1_1200_tg4@118693?videoId=2539098496001&lineUpId=&pubId=1290862567001&playerId=1364138050001&affiliateId=&v=3.3.0&fp=WIN%2011,9,900,117&r=CBOCY&g=YLHBMNKDQNYV" -c copy out9.flv Code:
ffplay -i "http://tg4-lh.akamaihd.net/IdiBeo1_1200_tg4@118693?videoId=2539098496001&lineUpId=&pubId=1290862567001&playerId=1364138050001&affiliateId=&v=3.3.0&fp=WIN%2011,9,900,117&r=CBOCY&g=YLHBMNKDQNYV" BUT if you must use curl... then try this... Code:
curl "http://tg4-lh.akamaihd.net/IdiBeo1_1200_tg4@118693?videoId=2539098496001&lineUpId=&pubId=1290862567001&playerId=1364138050001&affiliateId=&v=3.3.0&fp=WIN%2011,9,900,117&r=CBOCY&g=YLHBMNKDQNYV" -k -O |
#3
|
|||
|
|||
Re: curl rtmpThanks very much.
The 'LIVE STREAM' is the only video on the page which does not use rtmp. How do you download one of the videos in the 2x4 grid below the LIVE STREAM? |
#4
|
|||
|
|||
Re: curl rtmpQuote:
Thanks. How did you get this URL? |
#5
|
|||
|
|||
Re: curl rtmpHe just concatenated a couple of strings
You can also use rtmpdump to get the code... Code:
rtmpdump -r "rtmp://cp156323.edgefcs.net:1935/ondemand" -a "ondemand?videoId=3530417353001&lineUpId=&pubId=1290862567001&playerId=1364138050001&affiliateId=" -f "WIN 11,9,900,117" -W "http://admin.brightcove.com/viewer/us20140416.1645/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.tg4.ie/en/player/tg4-player.html" -y "mp4:videos/1290862567001/201405/3028/1290862567001_3530473347001_WCL031481.mp4?videoId=3530417353001&lineUpId=&pubId=1290862567001&playerId=1364138050001&affiliateId=" -o "output.flv" |
#6
|
|||
|
|||
Re: curl rtmpThanks.
How do you get the string: Code:
http://tgfour.brightcove.com.edgesuite.net/rtmp_uds/ Also is it possible to download over HTTP for the video at http://www.rte.ie/player/ie/show/10274556/ Last edited by enda : 05-07-2014 at 02:28 PM. |
Tags: curl, rtmp |
Thread Tools | |
Display Modes | |
|
|