user-1195
25-03-2016, 03:55 PM
Hello,
The windows setup program, "get_iplayer_setup_latest.exe", is having difficulties getting ffmpeg and rtmpdump, well it is on my windows XP machine at least.
I already had GiP installed and I used Wireshark to inspect the data being sent and received.
At the bit where one selects which components to install none of the checkboxes were already checked, I checked them all.
It got stuck when it tried to get ffmpeg, with a pop-up saying "Download Failed: " and "Error: SendRequest Error".
I found the problem in Wireshark....
It got AtomicParsley then finished
On XP, rtmpdump.exe is in folder...
C:\Program Files\get_iplayer\RTMPDump\rtmpdump-20140302-git-79459a2-win32\bin
and ffmpeg.exe is in folder...
C:\Program Files\get_iplayer\FFmpeg\ffmpeg-2.2.3-win32-static\bin
d4x
The windows setup program, "get_iplayer_setup_latest.exe", is having difficulties getting ffmpeg and rtmpdump, well it is on my windows XP machine at least.
I already had GiP installed and I used Wireshark to inspect the data being sent and received.
At the bit where one selects which components to install none of the checkboxes were already checked, I checked them all.
It got stuck when it tried to get ffmpeg, with a pop-up saying "Download Failed: " and "Error: SendRequest Error".
I found the problem in Wireshark....
Code:
GET /builds/win32/static/ffmpeg-2.2.3-win32-static.7z HTTP/1.1
User-Agent: curl/7.21.7 (i386-pc-win32) libcurl/7.21.7 OpenSSL
/0.9.8r zlib/1.2.5
Host: ffmpeg.zeranoe.com
Connection: Keep-Alive
Cache-Control: no-cache
HTTP/1.1 301 Moved Permanently
Server: nginx/1.8.1
Date: Fri, 25 Mar 2016 12:34:42 GMT
Content-Type: text/html; charset=iso-8859-1
Content-Length: 283
Connection: keep-alive
Location:
https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-2.2.3-win32-static.7z
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a
href="https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-2.2.3-win32-static.7z">here</a>.</p>
</body></html>
It got VLC ok then had the same problem with rtmpdump...
GET /builds/win32/external_libs/rtmpdump-20140302-git-79459a2-win32.7z
HTTP/1.1
User-Agent: curl/7.21.7 (i386-pc-win32) libcurl/7.21.7 OpenSSL/0.9.8r
zlib/1.2.5
Host: ffmpeg.zeranoe.com
Connection: Keep-Alive
Cache-Control: no-cache
HTTP/1.1 301 Moved Permanently
Server: nginx/1.8.1
Date: Fri, 25 Mar 2016 13:34:37 GMT
Content-Type: text/html; charset=iso-8859-1
Content-Length: 300
Connection: keep-alive
Location:
https://ffmpeg.zeranoe.com/builds/win32/external_libs/rtmpdump-20140302-git-79459a2-win32.7z
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a
href="https://ffmpeg.zeranoe.com/builds/win32/external_libs/rtmpdump-20140302-git-79459a2-win32.7z">here</a>.</p>
</body></html>
It got AtomicParsley then finished
On XP, rtmpdump.exe is in folder...
C:\Program Files\get_iplayer\RTMPDump\rtmpdump-20140302-git-79459a2-win32\bin
and ffmpeg.exe is in folder...
C:\Program Files\get_iplayer\FFmpeg\ffmpeg-2.2.3-win32-static\bin
d4x