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
  #61  
Old 03-07-2013, 10:45 AM
dublin dublin is offline
Junior Member
 
Join Date: Jan 2013
Posts: 29
dublin is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by Dream_Team100 View Post
Hello

- Can I use Tor as a proxy?
- The protocol "http://" I do not have to specify?
- Do I need to specify the port?

Thanks in advance.
I'm not sure what you are asking...? If you want to bypass geoblock using that 'x-forwarded-for' header trick you don't need tor or proxy.
If you want download/watch bbc streams just replace 1.2.3.4 with any uk ip, then bbc server will think that you are from uk.
Reply With Quote
  #62  
Old 03-07-2013, 02:06 PM
k1601 k1601 is offline
Junior Member
 
Join Date: Jan 2013
Posts: 3
k1601 is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by dublin View Post
Just downloaded few vids from NRK. No lag/delay/sync issues. Maybe the problem is on your end. What player are you using?
Use KMP and VLC. It is not noticeable for small videos and at the beginning of a long, but at the end of two hours - video with sound at odds for several or more seconds.
Reply With Quote
  #63  
Old 03-08-2013, 02:17 AM
Dream_Team100 Dream_Team100 is offline
Junior Member
 
Join Date: Aug 2012
Posts: 6
Dream_Team100 is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by dublin View Post
I'm not sure what you are asking...? If you want to bypass geoblock using that 'x-forwarded-for' header trick you don't need tor or proxy.
If you want download/watch bbc streams just replace 1.2.3.4 with any uk ip, then bbc server will think that you are from uk.
Thanks for your quick reply.

Unfortunately, it does not work for me, even though I have located with "http://www.utrace.de/" some UK IPs by larger companies and have entered into the script. Unfortunately, I am not familiar with programming, but I thought I would have done this right. Where is my fault?
Code:
// function headers()
        // {
          // $headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8';
          // $headers[] = 'Connection: Keep-Alive';
          // return $headers;
        // }
		
	  function headers()
        {
          $headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8';
          $headers[] = 'Connection: Keep-Alive';
          $headers[] = 'X-Forwarded-For: 134.223.2.33';
          return $headers;
        }

Last edited by KSV : 03-09-2013 at 10:55 PM. Reason: use code tags
Reply With Quote
  #64  
Old 03-08-2013, 03:47 AM
falkeklubben falkeklubben is offline
Member
 
Join Date: Mar 2013
Posts: 2
falkeklubben is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by k1601 View Post
Use KMP and VLC. It is not noticeable for small videos and at the beginning of a long, but at the end of two hours - video with sound at odds for several or more seconds.
Hi. Just tried a 90 minutes clip and it stays on sync (in both VLC and Totem). Do you have a URL for a long video that goes out of sync?
Reply With Quote
  #65  
Old 03-08-2013, 05:10 AM
dublin dublin is offline
Junior Member
 
Join Date: Jan 2013
Posts: 29
dublin is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by Dream_Team100 View Post
Thanks for your quick reply.

Unfortunately, it does not work for me, even though I have located with "http://www.utrace.de/" some UK IPs by larger companies and have entered into the script. Unfortunately, I am not familiar with programming, but I thought I would have done this right. Where is my fault?

// function headers()
// {
// $headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8';
// $headers[] = 'Connection: Keep-Alive';
// return $headers;
// }

function headers()
{
$headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8';
$headers[] = 'Connection: Keep-Alive';
$headers[] = 'X-Forwarded-For: 134.223.2.33';
return $headers;
}
Would you post link to the video you are trying to download.
Reply With Quote
  #66  
Old 03-08-2013, 07:57 AM
Dream_Team100 Dream_Team100 is offline
Junior Member
 
Join Date: Aug 2012
Posts: 6
Dream_Team100 is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by dublin View Post
Would you post link to the video you are trying to download.
This is the url

Last edited by chap : 03-08-2013 at 03:29 PM.
Reply With Quote
  #67  
Old 03-08-2013, 01:35 PM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: Adobe HDS Downloader


@Dream_Team100
I advise you to remove the link above and to ask it through PM if you want it to keep on working in the future.

Last edited by karlo2105 : 03-08-2013 at 05:59 PM.
Reply With Quote
  #68  
Old 03-09-2013, 06:38 AM
dublin dublin is offline
Junior Member
 
Join Date: Jan 2013
Posts: 29
dublin is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by Dream_Team100 View Post
This is the url
Hope this helps.
Attached Files
File Type: zip AdobeHDS.UK.zip (14.4 KB, 0 views)
Reply With Quote
  #69  
Old 03-09-2013, 03:20 PM
sourabh zope sourabh zope is offline
Junior Member
 
Join Date: Mar 2013
Posts: 3
sourabh zope is on a distinguished road
Default

Re: Adobe HDS Downloader


download with AdobeHDS.php IS NOT WORKING FOR ME
is there any way to download those vedios
the main url of vedio is
http://www.startv.in/episodes/prithv...-bhimdev/29772
Attached Images
File Type: jpg dwnld1.jpg (79.1 KB, 0 views)
File Type: jpg dwnld2.jpg (90.2 KB, 0 views)
Reply With Quote
  #70  
Old 03-09-2013, 03:36 PM
sourabh zope sourabh zope is offline
Junior Member
 
Join Date: Mar 2013
Posts: 3
sourabh zope is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by DriveBR View Post
ok! Thank you....Now, wait for it!
Have you got somthing about decryption of drm
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 01:19 AM.


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