+ Reply to Thread
Results 2,491 to 2,520 of 4610
-
-
Hi everybody,
Do you have an idea to download video from this site : http://www.trictrac.tv
Before I used "USER AGENT SWITCH" in IPAD mode to have URL but it seems that this way do not work anymore...
Here a video I try to download : http://www.trictrac.tv/video/madeira-de-l-explication
Can you help me ?
Thanks -
Code:
ffmpeg -i "http://trictrac.tv:1935/vod/_definst_/mp4:HD/20140326_mandeiraexpli.mp4/playlist.m3u8?wmsAuth=cXVhbGl0eT1IRCZhZHZlcnRpc2luZz0yMDE0X01vb25zdGVyZ2FtZXNfTWluaXZpbGxlcy5tcDQmc2VydmVyX3RpbWU9MTQwMTY1MjE2MSZoYXNoX3ZhbHVlPTcwMWUwZmY5Nzc0YjhlOWM2ODNjZjk2Yjg4NmRiYmY4JnZhbGlkX21pbnV0ZXM9MTIw" -c copy video.mkv
-
Thanks a lot, it work...
How do you find this link ? Which tool do you use to do that ? -
Requesting help.
Among others, I'm interested in downloading the video from this page - http://video.disney.com/watch/mother-s-day-4c7c6b64a746b806f0601806
RTMPDump with RTMPDumpHelper acknowledges the existence of the video and tries to download, but it fails with this error:
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
rtmpdump -r "rtmpe://videodolimgfs.fplive.net/videodolimg" -a "videodolimg" -f "WIN 11,9,900,117" -W "http://a.dilcdn.com/a/playav
ista-14701b504ff4.swf" -p "http://video.disney.com/watch/mother-s-day-4c7c6b64a746b806f0601806" -y "mp4:channel_longform/unknown/0
27546/65a3eb-kpo2-16_eng_h027546-h264m_aac_848x480_904x96.mp4" -o "2014-06-01_03-20-53_65a3eb-kpo2-16_eng_h027546-h264m_aac_848x48
0_904x96.flv"
Using Firefox's Tamper Data extension to view traffic, there is this request entry (Post Data entry full of information) -
Code:15:16:33.615[83ms][total 83ms] Status: 200[OK] POST https://api.disney.com/disneynetwork/socialactivitystream/v1/publish/anonymous?persist=true Load Flags[LOAD_BYPASS_CACHE LOAD_BACKGROUND ] Content Size[45] Mime Type[text/plain] Request Headers: Host[api.disney.com] User-Agent[Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0] Accept[*/*] Accept-Language[en-US,en;q=0.5] Accept-Encoding[gzip, deflate] Content-Type[application/x-www-form-urlencoded; charset=UTF-8] Authorization[FD EF6B9571-E2B6-49E2-A92B-D25912B0E238:6A830EEA250B15D3A0BF92E6286815143E94B7FB2B6FDEF8] Referer[https://api.disney.com/] Content-Length[1832] Origin[http://video.disney.com] Connection[keep-alive] Pragma[no-cache] Cache-Control[no-cache] Post Data: {"actor":{"id":"id://disneyid/e9f258c0-c7ca-456a-a5fe-3a3006e2297a","objectType":"person"},"device":{"id":"as://devices/PC","displayName":"PC"},"object":{"author":{"properties":{"id":"dgraph://properties/4ba34a96fa1fa59e961b9666","url":"http://core.demo.diznee.net/dgraph/4ba34a96fa1fa59e961b9666"},"publishers":{"id":"dgraph://publishers/4b90600fa5ba550f422a8ba2","url":"http://core.demo.diznee.net/dgraph/4b90600fa5ba550f422a8ba2"},"networks":{"id":"dgraph://networks/4b90600fa031950f422a8ba2","url":"http://core.demo.diznee.net/dgraph/4b90600fa031950f422a8ba2"}},"displayName":"Mother's Day","id":"disvid://videos/4c7c6b64a746b806f0601806","image":{"url":"http://cdnvideo.dolimg.com/cdn_assets/c2b3cbfec1fedc338de57b60b60f87240413908b.jpg"},"links":{"reltype:dgraph":{"href":"http://api.diznee.net/dgraph/4c7c6b64a746b806f0601806"},"reltype:matterhorn":{"href":"http://video.disney.com/_grill/json/watch/mother-s-day-4c7c6b64a746b806f0601806"}},"objectType":"video","published":"2012-10-12","resolution":"848x480","stream":"mp4:channel_longform/unknown/027546/65a3eb-kpo2-16_eng_h027546-h264m_aac_848x480_904x96.mp4","summary":"It's Mother's Day and Kim and Mom both need to set aside the time to be together. Drakken's mother visits him and learns that he isn't quite the type of doctor she thought he was.","videoType":"Full Episode - TV"},"title":"Mother's Day","url":"http://video.disney.com/watch/mother-s-day-4c7c6b64a746b806f0601806","verb":"watch","generator":{"id":"as://generators/DISNEYVIDEO","displayName":"Disney Video","objectType":"service"},"namespace":"com.disney.site.video","objectType":"anonymousactivity","origin":{"lang":"en-US","location":{"address":{"country":"usa"}}},"provider":{"id":"as://providers/DISNEYVIDEO","displayName":"Disney Video","url":"http://video.disney.com","objectType":"organization"}}[] Response Headers: access-control-allow-origin[http://video.disney.com] Content-Type[text/plain; charset=utf-8] Content-Length[45]
Last edited by ausername; 1st Jun 2014 at 17:40. Reason: Code formatting.
-
-
Wow, very fast, thanks, it was as simple as Ctrl+U. I admit I was thinking more abstractly than needed, like spoofing my browser's user agent as a mobile device to hopefully force a plain mp4 request.
I suppose your finding was an obvious educated guess to combine the content delivery network domain with the .mp4 file listed in the source page, as hinted by the webm files which have a full URL, such as http://cdn.videos.dolimg.com/channel_longform/unknown/.../...vp8_vorbis_1280x720_1406x96.webm whereas the mp4 files are partial e.g. mp4:channel_longform/unknown/.../...h264m_aac_1280x720_2904x96.mp4
I've learned something today, thanks! -
doc13Guest
Can anyone help me download this video in HD? http://www.bbc.co.uk/iplayer/episode/b045p796/womens-fa-cup-final-2014-final-arsenal-l...everton-ladies
I tried some UK proxy servers, but no luck & I don't know how to get this..
Thank you! -
-
use Hola (Chrome or Firefox) to play it, IDM to download
EDIT:
or try this:
Code:rtmpdump -r "rtmp://iplayertokfs.fplive.net:1935/iplayertok?token=c3RhcnRfdGltZT0yMDE0MDYwMjEwNDQzNiZlbmRfdGltZT0yMDE0MDYwMjE0NDQzNiZkaWdlc3Q9ZTA5ODA5ZDM1Mjc0ZDU1MTVhYzc4OGNiODhkYTA2MTk=" -a "iplayertok?token=c3RhcnRfdGltZT0yMDE0MDYwMjEwNDQzNiZlbmRfdGltZT0yMDE0MDYwMjE0NDQzNiZkaWdlc3Q9ZTA5ODA5ZDM1Mjc0ZDU1MTVhYzc4OGNiODhkYTA2MTk=" -f "WIN 13,0,0,214" -W "http://emp.bbci.co.uk/emp/releases/smp-flash/revisions/1.9.23/1.9.23_smp.swf?1.9.23" -p "http://www.bbc.co.uk/iplayer/episode/b045p796/womens-fa-cup-final-2014-final-arsenal-ladies-v-everton-ladies" -y "mp4:3200kbps/modav/p01zlh4q_b045p78y_1401686080545" -o arsenal.flv
Last edited by rbl82; 2nd Jun 2014 at 08:13.
-
Help me for download this videos at 1080p:
http://www.vevo.com/watch/celine-dion/incredible/CAC231400001
http://www.vevo.com/watch/ariana-grande/problem/USUV71400762 -
use ffmpeg
Code:ffmpeg -i "http://hls-lvl3.vevo.com/v3/hls/2014/06/CAC231400001/4200/cac231400001_4200k_1920x1080_h264_4200_aac_128.m3u8" -c copy t.ts ffmpeg -i "http://hls-lvl3.vevo.com/v3/hls/2014/05/USUV71400762/4200/usuv71400762_4200k_1920x1080_h264_4200_aac_128.m3u8" -c copy t1.ts
-
-
How to download 1080p HD video from muzu.tv site?
Ex:
Code:http://www.muzu.tv/kylie-minogue/crystallize-music-video/2237057/ http://www.muzu.tv/jennifer-lopez/first-love-music-video/2241730/ http://www.muzu.tv/ariana-grande/problem-music-video/2217098/
-
Guys, I need an help to download the following video:
http://www.rai.tv/dl/RaiTV/programmi/media/ContentItem-f46149b6-1b94-485a-b9a8-c8be548e7d5c.html
Is it possible? Thanks in advance.
Sorry if my request type was already discussed.
Bye -
CristianoA, IDTox, thanks for the very quick reply!
IDTox, may I ask you how did you manage to find out the segments list link:
http://ushds-vh.akamaihd.net/i/podcastcdn/raitre/ulisse/Ulisse_puntate_2014/2661512_,8...ndex_0_av.m3u8
Thanks a lot
Bye -
Can someone please tell me how to download videos from watchdisneychannel.go.com and watchdisneyxd.go.com?
-
hello experts
i am trying to download video of this stream
http://new.livestream.com/accounts/4878/events/2540723
can anyone tell the url which i can use for ffmpeg...how to find that url out?
i tried this url but it stops after few seconds
http://livestream-f.akamaihd.net/4878_2540723_5dd77b56_1_2320@188869?v=3.0.3&fp=WIN%20...g=YMYBTDOXVHDX -
check
Code:http://api.new.livestream.com/broadcasts/53448458.m3u8?dw=100&hdnea=st=1402401210~exp=1402402110~acl=/i/4878_2540723_e3bff8e9_1@188869/*~hmac=49956632a43e5b4afd3383bbe79edbbd145f9c300da2399f621cf74238630390 or http://livestream-f.akamaihd.net/i/4878_2540723_e3bff8e9_1@188869/master.m3u8?dw=100&__b__=678&hdnea=st=1402401210~exp=1402402110~acl=/i/4878_2540723_e3bff8e9_1@188869/*~hmac=49956632a43e5b4afd3383bbe79edbbd145f9c300da2399f621cf74238630390
-
Dear cristiano
Getting following error for both url's:
[http @ 0000000002e29ae0] HTTP error 403 Forbidden
http://livestream-f.akamaihd.net/i/4878_2540723_e3bff8e9_1@188869/master.m3u8?dw=100&_...3e5b4afd3383bb
can you tell me how do u figure this out? I am just curious so asking you
thanks for the quick reply
Last edited by grsmit; 10th Jun 2014 at 08:02.
-
Similar Threads
-
How to download a rtmp stream from a website
By krb214 in forum Video Streaming DownloadingReplies: 2Last Post: 26th Jul 2011, 18:08 -
Need some advice on how to download certain rtmp streams
By aveceux in forum Video Streaming DownloadingReplies: 3Last Post: 13th Jun 2011, 08:45 -
Free DivX Pro Software Download
By MJA in forum Video ConversionReplies: 11Last Post: 18th Dec 2010, 07:21 -
RTMP Flash file help?
By xiaofan in forum Newbie / General discussionsReplies: 0Last Post: 3rd Jun 2007, 08:16