PDA

View Full Version : Error on watch ABC com


tqmartini
12-06-2013, 09:46 AM
Hi! I always downloaded videos from ABC, CBS etc. with rtmpexplorer and today I got an error on ABC site that the video can't be played cos of some error. When I want to watch it on firefox everything works ok but I'm getting the same error in IE.

Here is the link to the video:

http://watchabc.go.com/the-view/SH559080/VDKA0_2jdr6bdp/the-view-125

How to make it work and is it possible to download such video in high quality?

chap
12-06-2013, 02:11 PM
http://content-us-east-1.uplynk.com/202812396df341fda655ac14704f9631/g.m3u8?exp=1386364136&ct=a&eid=10004467&oid=d874124ecca24c88a3c9575e78686acf&iph=86eaadd0950d3528e49b26afacd204728964ae3436b296 2f7f06019e821367af&sig=1cdab9125f2189a1bc2a87d0134149d174aecd11b4ddba 8e44a7f6fb7c24ebda&pbs=bc7dc1ed948a4889b911af31610108ca
use ffmpeg
http://savepic.ru/4915310m.png (http://savepic.ru/4915310.htm)

tqmartini
12-06-2013, 02:51 PM
http://content-us-east-1.uplynk.com/202812396df341fda655ac14704f9631/g.m3u8?exp=1386364136&ct=a&eid=10004467&oid=d874124ecca24c88a3c9575e78686acf&iph=86eaadd0950d3528e49b26afacd204728964ae3436b296 2f7f06019e821367af&sig=1cdab9125f2189a1bc2a87d0134149d174aecd11b4ddba 8e44a7f6fb7c24ebda&pbs=bc7dc1ed948a4889b911af31610108ca
use ffmpeg
http://savepic.ru/4915310m.png (http://savepic.ru/4915310.htm)

Thanks for reply..

I did as it's wrote here http://www.wikihow.com/Install-FFmpeg-on-Windows but I got this:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\onlyjuliett>ffmpeg -version
ffmpeg version N-58797-g4a0d827 Copyright (c) 2000-2013 the FFmpeg developers
built on Dec 6 2013 02:21:57 with gcc 4.8.2 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena
ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l
ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp
eex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aa
cenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavp
ack --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 52. 56.100 / 52. 56.100
libavcodec 55. 45.100 / 55. 45.100
libavformat 55. 22.100 / 55. 22.100
libavdevice 55. 5.102 / 55. 5.102
libavfilter 3. 91.100 / 3. 91.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
libpostproc 52. 3.100 / 52. 3.100
[NULL @ 003fb9e0] Unable to find a suitable output format for 'ΓÇôversion'
ΓÇôversion: Invalid argument



What to do and why I need it for? Sorry I'm still lost with all those things :/

chap
12-06-2013, 03:06 PM
ffmpeg -i "http://content-us-east-1.uplynk.com/202812396df341fda655ac14704f9631/g.m3u8?exp=1386364136&ct=a&eid=10004467&oid=d874124ecca24c88a3c9575e78686acf&iph=86eaadd0950d3528e49b26afacd204728964ae3436b296 2f7f06019e821367af&sig=1cdab9125f2189a1bc2a87d0134149d174aecd11b4ddba 8e44a7f6fb7c24ebda&pbs=bc7dc1ed948a4889b911af31610108ca" -c copy t.ts

tqmartini
12-06-2013, 04:29 PM
ffmpeg -i "http://content-us-east-1.uplynk.com/202812396df341fda655ac14704f9631/g.m3u8?exp=1386364136&ct=a&eid=10004467&oid=d874124ecca24c88a3c9575e78686acf&iph=86eaadd0950d3528e49b26afacd204728964ae3436b296 2f7f06019e821367af&sig=1cdab9125f2189a1bc2a87d0134149d174aecd11b4ddba 8e44a7f6fb7c24ebda&pbs=bc7dc1ed948a4889b911af31610108ca" -c copy t.ts

Thank you a hundred times chap!