Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#201
|
|||
|
|||
Re: Adobe HDS DownloaderGreetings,
Sorry if this has been asked before. But is there a way to use the hds downloader output, as a source for ffmpeg? Or, is there a way to use hds downloader to push to an rtmp destination instead of vlc? (This is what I would use ffmpeg for). Thanks so much. |
#202
|
|||
|
|||
Re: Adobe HDS DownloaderI have using Adobe HDS Downloader for 2 years.
The script are working very well for me. I haven't got even an error until now. I have a question about the script. Last week, I accidentally closed the command line while the downloading are continuing, after %90 of the downloading is complete. There are seg-frag files in my Adobe HDS Downloader folder. How can I join them as manually for watch %90 of the video? Is there a way for that? Thank you very much for your help. |
#203
|
|||
|
|||
Re: Adobe HDS DownloaderQuote:
https://github.com/K-S-V/Scripts/wiki |
#204
|
|||
|
|||
Re: Adobe HDS DownloaderHi,
for some videos, like http://www.dailymotion.com/video/x24u2h3, the script fails. With these changes works: ************************************************ 869 // Extract baseFilename 870 $this->baseFilename = $this->media['url']; to // Extract baseFilename $this->baseFilename = explode("?",$this->media['url'])[0]; if ($this->auth=="") $this->auth="?".explode("?",$this->media['url'])[1]; ************************************************ and 886 $this->fragUrl = AbsoluteUrl($this->baseUrl, $this->media['url']); to $this->media['url']=explode("?",$this->media['url'])[0]; $this->fragUrl = AbsoluteUrl($this->baseUrl, $this->media['url']); ************************************************** I dont know if these changes break other streams. |
#205
|
|||
|
|||
Re: Adobe HDS DownloaderI keep getting the below error when I tried to download a video:
Processing manifest info.... Access Denied! Unable to download the manifest. I am new to this. Can anyone help? Thanks in advance |
#206
|
|||
|
|||
Re: Adobe HDS DownloaderVideo url?
|
#207
|
|||
|
|||
Re: Adobe HDS Downloader |
#208
|
|||
|
|||
Re: Adobe HDS DownloaderQuote:
https://addons.mozilla.org/en-US/fir...link-detector/ Code:
php AdobeHDS.php --manifest "http://vodcolors-vh.akamaihd.net/z/revamp/14102014/BIGGBOS8EPISODEP23/SEGWHOLE-,256000,512000,712000,.mp4.csmil/manifest.f4m?hdnea=st=1413365954~exp=1413365984~acl=/*~hmac=fc97ded0f6596571a3e4a4d4c57f2693f831c9708dbe9561a480ab4cd3a1263b&jwstreamtype=hds&g=HQFPLWARZNSP&hdcore=3.3.0&plugin=jwplayer-3.3.0.0" --delete --auth "hdntl=exp=1413452358~acl=%2f*~data=hdntl~hmac=8537f7f25ec16db76fb6e91d76680954b96d4c1f8046cf0db9e57d625491fe2a&jwstreamtype=hds&als=0,3,NaN,0,0,NaN,0,0,0,19,f,0,2725.06,f,s,HQFPLWARZNSP,3.3.0,19&hdcore=3.3.0&plugin=jwplayer-3.3.0.0" --useragent "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0" |
#209
|
|||
|
|||
Re: Adobe HDS Downloader |
#210
|
|||
|
|||
Re: Adobe HDS DownloaderQuote:
|
Tags: hds |
Thread Tools | |
Display Modes | |
|
|