public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Amazon Streaming broken, need hal-0.5.14-gentoo-patches-5.tar.bz2
Date: Sun, 12 Feb 2012 10:43:27 +0000	[thread overview]
Message-ID: <201202121043.37238.michaelkintzios@gmail.com> (raw)
In-Reply-To: <CAN0CFw1CbgYPRfAW2UHHWaBys_k0KPaVwxvQzd+Ed=Md5RkmRQ@mail.gmail.com>

[-- Attachment #1: Type: Text/Plain, Size: 2996 bytes --]

On Sunday 12 Feb 2012 02:07:28 Grant wrote:
> > <SNIP>
> > 
> >>> I do recognize my willingness to live with DRM is quite different than
> >>> many of my Linux friends. For that I apologize. I guess I should be
> >>> more militant...
> >> 
> >> Nah!  No need to apologise.  Respecting the wishes of the content
> >> creators when you don't *have* to makes you more militant - but in
> >> reverse!  Ha, ha, ha! :-))
> > 
> > Thanks for your willingness to allow me to continue attending... :-)))
> > 
> >> Have you tried using the rtmpdump and friends to sniff the stream
> >> address and then download it directly to your machine?
> >> 
> >> I don't know if it works with Amazon, because I do not have an account
> >> with them.
> > 
> > Never heard of it actually, and frankly I'm so enamored of just
> > streaming what I want when I want it that I don't really want to save
> > anything. Just the good stuff at NetFlix+Hulu Plus+Amazon Prime ==
> > more than I can watch in the next few years. I just keep on VMWare VM
> > for watching all this stuff and haven't had any problems that I
> > couldn't overcome pretty easily.

If rtmpdump works (it may well not) you can pipe its output to mplayer, or 
wherever you want.

> Since I don't want to run VMWare, mine goes (Netflix+makemkv)+Hulu
> Plus+Amazon Prime.  Loving it, although this new Amazon problem is a
> thorn in my side.

Let's try to remove this thorn, in case we might be able to:

Emerge rtmpdump:

$ eix -l rtmp
[I] media-video/rtmpdump
     Available versions:  
			2.3 "amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd" [gnutls polarssl 
ssl]
		(~)	2.4 "~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" [gnutls 
polarssl ssl]
		**	9999 [gnutls polarssl ssl]
     Installed versions:  2.4(23:23:30 08/12/11)(ssl -gnutls -polarssl)
     Homepage:            http://rtmpdump.mplayerhq.hu/
     Description:         Open source command-line RTMP client intended to 
stream audio or video flash content


Fire up your browser, or whichever way you normally access your content.  Do 
not start streaming yet.  We need to redirect the stream:

# iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT


Start a server:

# rtmpsrv


Now try to start playing the content using your browser, flash player or what 
not.  After a few seconds (be patient) there should be a URL stream shown on 
the terminal you started the server from.

Close the server (Ctrl+c) and remove the redirect in your iptables:

# iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT


Now go to a terminal and paste in the stream.  If it succeeds downloading 
you're in luck!  If not try rtmpsuck in case that works.

If you are getting adverts at the start of the stream then you may need to 
wait a bit longer until the main video starts and a different stream shows up.  
Some times blocking cookies in the browser can screw things up, so beware of 
that.

HTH.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2012-02-12 10:45 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-11  7:09 [gentoo-user] Amazon Streaming broken, need hal-0.5.14-gentoo-patches-5.tar.bz2 Grant
2012-02-11  7:33 ` Dale
2012-02-11 13:13 ` Neil Bothwick
2012-02-11 17:50   ` Grant
2012-02-12  3:08   ` Grant
2012-02-11 14:15 ` Mark Knecht
2012-02-11 17:54   ` Grant
2012-02-11 18:18     ` Mark Knecht
2012-02-11 19:40       ` Richard Cox
2012-02-11 19:59         ` Mark Knecht
2012-02-11 20:56           ` Mick
2012-02-11 23:16             ` Mark Knecht
2012-02-12  2:07               ` Grant
2012-02-12 10:43                 ` Mick [this message]
2012-02-11 18:53 ` Paul Hartman
2012-02-21  4:32 ` [gentoo-user] " Grant
2012-02-21 18:32   ` Grant
2012-02-21 18:37     ` Mark Knecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201202121043.37238.michaelkintzios@gmail.com \
    --to=michaelkintzios@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox