Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #391  
Old 06-21-2016, 05:46 AM
sebus sebus is offline
Member
 
Join Date: Apr 2012
Posts: 30
sebus is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by sebus View Post
Code:
Invalid DTS: 1792000 PTS: 1791360 in output stream 0:0, replacing by guess
Anybody has any idea why?
Solved with:

"-loglevel 16" is used to suppress warnings about wrong timestamps
Reply With Quote
  #392  
Old 06-23-2016, 06:48 AM
Liphtier Liphtier is offline
Junior Member
 
Join Date: Jun 2016
Posts: 2
Liphtier is on a distinguished road
Default

Re: Adobe HDS Downloader


@KSV, Thank you for explanation.

Now, at least, I know it's not there and will continue to try to work it around.

Setting fake content length header may require special handling for Range requests. Not sure if it's possible at all
Reply With Quote
  #393  
Old 08-08-2016, 09:06 AM
MrPaul MrPaul is offline
Junior Member
 
Join Date: Jul 2012
Posts: 10
MrPaul is on a distinguished road
Default

Re: Adobe HDS Downloader


Would like a feature request. Some sites have started having separate audio & video streams. Can you please allow the specification of more than one "quality" number.

2nd part is the ability to auto-join these but that's completely optional.
Reply With Quote
  #394  
Old 08-08-2016, 04: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 03:22 AM. Reason: use code tags
Reply With Quote
  #395  
Old 08-09-2016, 03:17 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Adobe HDS Downloader


@rubiohiguey

it seems you are using very old version of php. AdobeHDS.php script requires atleast 5.4 version.
Reply With Quote
  #396  
Old 08-10-2016, 03:00 PM
rubiohiguey rubiohiguey is offline
Member
 
Join Date: May 2012
Posts: 54
rubiohiguey is on a distinguished road
Default

Re: Adobe HDS Downloader


Thank you, I got this working fine on a different machine with newer PHP version. It works wonders. Great job, thank you again for this wonderful ability to work with encrypted streams.
Reply With Quote
  #397  
Old 08-11-2016, 01:25 PM
rubiohiguey rubiohiguey is offline
Member
 
Join Date: May 2012
Posts: 54
rubiohiguey is on a distinguished road
Default

Re: Adobe HDS Downloader


Hi KSV, any way to get AdobePHP working with Ooyala?
Uses the same FlashAccess. It also runs through Akamai network.

E.g. http://canalnuestratele.com/video/al...itulo-132-9441
Reply With Quote
  #398  
Old 08-25-2016, 11:43 PM
blogmexicano blogmexicano is offline
Junior Member
 
Join Date: Aug 2016
Posts: 2
blogmexicano is on a distinguished road
Default

Re: Adobe HDS Downloader


the source i have, theres 3 different quality of video, how can i select the highest?

i was using a bat file which i select max but i dont know how to use it here
Reply With Quote
  #399  
Old 09-15-2016, 01:30 PM
MaxBlum MaxBlum is offline
Junior Member
 
Join Date: Mar 2015
Posts: 25
MaxBlum is on a distinguished road
Default

Re: Adobe HDS Downloader


deleted post: no longer relevant

Last edited by MaxBlum : 09-15-2016 at 02:20 PM.
Reply With Quote
  #400  
Old 09-15-2016, 07:49 PM
AlvoErrado2 AlvoErrado2 is offline
Member
 
Join Date: Aug 2014
Location: Brazil
Posts: 52
AlvoErrado2 is on a distinguished road
Default

Re: Adobe HDS Downloader


Code:
http://globosatplay.globo.com/telecine/v/3833293/
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:56 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons