View Single Post
  #394  
Old 08-08-2016, 03:31 PM
rubiohiguey rubiohiguey is offline
Member
 
Join Date: May 2012
Posts: 54
rubiohiguey is on a distinguished road
Default

Re: Adobe HDS Downloader


I am trying to download this file (US IP address required)
http://now.telemundo.com/se%C3%B1ora...o/736864835850

but during download I get a ton of errors, but at the end the video muxes into a large FLV file, individual chunks are deleted, but the end video file is unplayable, ffmpeg detects a lot of codec errors when analyzing that file, and gives me a huge number of streams (over 100) within that file (e.g. Stream#1, Stream#2, etc. which is illogical).

During download, I get error for every fragment downloaded:

Code:
PHP Notice:  Use of undefined constant OPENSSL_ZERO_PADDING - assumed 'OPENSSL_ZERO_PADDING' in /root/AdobeHDS.php on line 376
PHP Warning:  unpack(): Type N: not enough input, need 4, have 0 in /root/AdobeHDS.php on line 1580
when analyzing the file with ffprobe, I get a a looong 2-minute error pullout, before the streams list. Errors are like this:

Code:
[flashsv2 @ 0000000002b21460] Custom palette is not implemented. Update your FFm
peg version to the newest one from Git. If the problem still occurs, it means th
at your file has a feature which has not been implemented.
[flashsv2 @ 0000000002b21460] If you want to help, upload a sample of this file
to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list.
(ffmpeg-devel@ffmpeg.org)

and

[flv @ 0000000000485620] Video codec (0) is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[flv @ 0000000000485620] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
[flv @ 0000000000485620] Negative cts, previous timestamps might be wrong.
[flv @ 0000000000485620] Packet mismatch 453509120 10011

...

[flv @ 0000000000485620] Packet mismatch -1526202368 165
[flv @ 0000000000485620] video stream discovered after head already parsed
[flv @ 0000000000485620] invalid timestamps 6006 5628250
[mpeg4 @ 0000000002b218e0] header damaged
[flv @ 0000000000485620] video stream discovered after head already parsed

...

[flv @ 0000000000485620] Packet mismatch -1526202368 165
[flv @ 0000000000485620] video stream discovered after head already parsed
[flv @ 0000000000485620] invalid timestamps 6006 5628250
[mpeg4 @ 0000000002b218e0] header damaged
[flv @ 0000000000485620] video stream discovered after head already parsed

...


[flv @ 00000000030b5aa0] Bad picture start code
[flv @ 00000000030b5aa0] header damaged

...

[flv @ 0000000000395620] Stream #56: not enough frames to estimate rate; consider increasing probesize
[flv @ 0000000000395620] Stream #57: not enough frames to estimate rate; consider increasing probesize
all in all, it's like almost 2 minutes of errors before ffprobe comes to an end.

Any help would be appreciated.

Last edited by KSV : 08-09-2016 at 02:22 AM. Reason: use code tags
Reply With Quote