blgrnt1 / bluecop-xbmc-repo

Automatically exported from code.google.com/p/bluecop-xbmc-repo
0 stars 0 forks source link

RTMP Handshare Error #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am not able to play any Videos :/ after selecting the desired quality nothing 
happens.
Hulu Plugin Version 2.8.7 from your repo
XBMC Dharma 10.1 (did not try your plugin on earlier xbmc releases)

Here a Snippet from the xbmc Log: http://pastebin.com/x5X9RqjZ (Line 48 with 
the Handshake Error)

Please help =) Thank you :*

Original issue reported on code.google.com by key...@gmail.com on 10 Mar 2011 at 10:41

GoogleCodeExporter commented 8 years ago
I think it is related to the other hulu crashing error that I also posted on.

Here is a log if it will help.

Original comment by Spacefre...@gmail.com on 11 Mar 2011 at 12:53

Attachments:

GoogleCodeExporter commented 8 years ago
I think this may be a new handshake that many providers are now using.  
Colbert, Daily Show, Hulu all seem to be affected.  Some details here:

http://lists.mplayerhq.hu/pipermail/rtmpdump/2011-March/001303.html

Original comment by Jim.Bl...@gmail.com on 12 Mar 2011 at 5:46

GoogleCodeExporter commented 8 years ago
How/when is this going to be fixed? I have the same issue

Original comment by ggauther...@gmail.com on 29 Mar 2011 at 10:18

GoogleCodeExporter commented 8 years ago
Still getting the handshake error on Colbert Report

details:
08:20:11 T:107077632 M: 92852224 WARNING: HandShake: Type mismatch: client sent 
6, server answered 9
08:20:11 T:107077632 M: 92852224 WARNING: HandShake: Server not genuine Adobe!

maybe this is just ATV 2 specific. i have not way of updating Flash Client on 
here.

Original comment by bgunte...@gmail.com on 15 Apr 2011 at 12:25

GoogleCodeExporter commented 8 years ago
The handshake issue appears to be resolved in librtmp trunk.  However, the 
streams are still broken because now the server sends back an error after the 
handshake.

DEBUG: Property: <Name:           no-name., STRING: _error>
DEBUG: Property: <Name:           no-name., NUMBER: 1.00>
DEBUG: Property: NULL
DEBUG: Property: <Name:           no-name., OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name:              level, STRING: error>
DEBUG: Property: <Name:               code, 
STRING: NetConnection.Connect.Rejected>
DEBUG: Property: <Name:        description, STRING: Connection failed.>
DEBUG: Property: <Name:        description, STRING: [ Server.Reject ] : 
Connection failed.>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_error>
ERROR: rtmp server sent error

I'll see if I can keep digging, but this is likely a change made on purpose by 
the content providers.

Original comment by Jim.Bl...@gmail.com on 18 Apr 2011 at 5:27

GoogleCodeExporter commented 8 years ago
it appeared as though bluecop was asking about this at the rtmp mailing lists, 
and it appears they have known about this new handshake, but I could not find 
confirmation a fix was available/ waiting to be implimented.

Hopefully, you are right and this fix is in upstream librtmp.

Original comment by Spacefre...@gmail.com on 20 Apr 2011 at 4:42

GoogleCodeExporter commented 8 years ago
Using the trunk version of librtmp will resolve the problem on some streams, 
like Colbert Report.  Others are still broken because the require the newer 
Flash 10 handshake, like Hulu.  Details: 
http://stream-recorder.com/forum/rtmpdump-does-not-start-error-handshake-type-t8
603.html

Original comment by Jim.Bl...@gmail.com on 20 Apr 2011 at 4:56

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I posted this in issue 30, but it appears as though issues 28 - 30 are all 
really the same thing...

"This issue, along with 28 and 29, are (I believe) related  to 
http://trac.xbmc.org/ticket/8971. If anyone would care to explain how to apply 
the patch..."

Now, you folks are talking about using the trunk version of librtmp... Please 
explain that a bit.

Original comment by CraigsLi...@gmail.com on 21 Apr 2011 at 12:20

GoogleCodeExporter commented 8 years ago
Much more than just those three.  The handshake seems to be affecting a lot of 
things.  There are two parts: one is the librtmp, and the other appears to be 
the new Adobe Flash handshake.  For the former, that may mean either compiling 
your own, or waiting until your OS distribution gets around to it.  For the 
latter, that will probably mean some work on the plugin.

Original comment by vwfoxg...@gmail.com on 21 Apr 2011 at 3:29

GoogleCodeExporter commented 8 years ago
Any solution for the handshake error? the daily show, the colbert show not 
working for me 

Original comment by pramod.b...@gmail.com on 28 Apr 2011 at 3:35

GoogleCodeExporter commented 8 years ago
To fix Colbert and The Daily Show you can compile a the trunk version of 
rtmpdump.  I can provide a general description of how to do so on Linux. Hulu 
requires the new handshake which has not been written yet.  The rtmpdump team 
are the folks who would write the handshake, not this project, so I would watch 
their mailinglist.

On you Linux XBMC host, you will download the Debian source package, upgrade it 
to SVN trunk of the project, build a new package, and install it.

apt-get source rtmpdump
svn co svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdump
rsync -Cav rtmpdump/ rtmpdump-2.3/
vi debian/patches/series
# remove the last two lines/patches, 02 and 03
cd rtmpdump-2.3/
debuild -uc -us
cd ..
sudo dpkg -i *deb

You may see some errors about missing package while going through these 
commands.   Use `sudo apt-get install` to install the suggested packages.  
After installing these packages, you should be able to play many of the streams.

Original comment by Jim.Bl...@gmail.com on 28 Apr 2011 at 5:51

GoogleCodeExporter commented 8 years ago
This fix doesn't appear to work with Fedora 14.  RPMFusion already has 2.3, 
with no patches.  I also tried building from svn as above (obviously not with 
deb).  Out of curiosity, what does patch 1 do?  I'm wondering what the 
difference is that yours is working and mine is not?

Original comment by vwfoxg...@gmail.com on 28 Apr 2011 at 6:17

GoogleCodeExporter commented 8 years ago
Patch 01 changes the Makefile to be consistent with Debian practices, it 
shouldn't modify the rtmpdump behavior.  Make sure you are installing the 
librtmp library when you compile from SVN, that's what contains the critical 
change. Just installing the rtmpdump binary will not help.

Original comment by Jim.Bl...@gmail.com on 28 Apr 2011 at 5:47

GoogleCodeExporter commented 8 years ago
Jim's method in Comment 13 worked.  Needed to install a lot of new packages and 
remember to use sudo.

sudo apt-get source rtmpdump
sudo apt-get install subversion
svn co svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdump
sudo rsync -Cav rtmpdump/ rtmpdump-2.3/
vi debian/patches/series
# remove the last two lines/patches, 02 and 03
cd rtmpdump-2.3
sudo apt-get install devscripts
sudo apt-get install debhelper
sudo apt-get install quilt
sudo apt-get install librtmp-dev
sudo debuild -uc -us -d
cd ..
sudo dpkg -i *deb

Original comment by mcosta1...@gmail.com on 2 May 2011 at 1:13

GoogleCodeExporter commented 8 years ago
Tried the above method in Natty (ubuntu 11.04), still daily show & colbert do 
not work same handshake error. which distribution are you using?

Original comment by pramod.b...@gmail.com on 3 May 2011 at 4:44

GoogleCodeExporter commented 8 years ago
attaching my xbmc log: 

HandShake: Type mismatch: client sent 6, server answered 9
21:47:41 T:139808081901664 M:1301819392 WARNING: HandShake: Server not genuine 
Adobe!
21:47:41 T:139808081901664 M:1301819392   ERROR: RTMP_Connect1, handshake 
failed.
21:47:41 T:139808081901664 M:1301819392   ERROR: Playlist Player: skipping 
unplayable item: 0, path 
[plugin://plugin.video.the.colbert.report/?url=http%3A%2F%2Fwww.colbertnation.co
m%2Ffull-episodes%2Fthu-april-28-2011-wade-graham&mode=10&name=April+28%2C+2011+
-+Wade+Graham&season=7&episode=56&premiered=04%2F28%2F11&plot=Stephen+travels+to
+England+for+the+royal+wedding+and+asks+Wade+Graham+about+Covent+Garden.&thumbna
il=http%3A%2F%2Fcolbertnation.mtvnimages.com%2F%2Fimages%2Fshows%2Fcolbert_repor
t%2Fvideos%2Fseason7%2F07056%2Fcr_07056_06_16x9.jpg%3Fwidth%3D400]

Original comment by pramod.b...@gmail.com on 3 May 2011 at 4:48

GoogleCodeExporter commented 8 years ago
I have the same problem as mentioned in Comment 18. Any chance to get it fixed?

11:13:10 T:8560 M:1743654912 WARNING: CDVDMessageQueue(player)::Put 
MSGQ_NOT_INITIALIZED
11:13:10 T:10788 M:1743654912  NOTICE: Creating InputStream
11:13:12 T:10788 M:1740771328 WARNING: HandShake: Type mismatch: client sent 6, 
server answered 9
11:13:12 T:10788 M:1740771328 WARNING: HandShake: Server not genuine Adobe!
11:13:12 T:10788 M:1740771328   ERROR: RTMP_Connect1, handshake failed.
11:13:12 T:10788 M:1740771328   ERROR: CDVDPlayer::OpenInputStream - error 
opening 
[rtmpe://hulu-990.fcod.llnwd.net/a4957/o23?as=adobe-hmac-sha256&av=1&te=connect&
mp=990/50128990&et=1304414291&fmta-token=de757a48b8b502ffa15009893fa49342d64526b
d92cbb841112d22dd49397b24&hgt=OZU7Pvs7j27-nhteNno7wijatEYonOlzDPKtbGFQTgeJfPqskt
pHWmLtBzlf3OAlif8BnSdQvuvcGcEkrqcaKls-

Complete Log File: http://pastebin.com/Qy9rbJK1

Thanks for any help.

Original comment by hardy....@online.de on 3 May 2011 at 9:32

GoogleCodeExporter commented 8 years ago
Hello, I just set up a new xbmc on a Win2k8 server. I am having the same 
problem as mentioned. I have gotten the new rtmpdump.zip which includes the 
libtmp files, but I can not seem to find where they should go. 

I new better then to run win, but I really wanted the netflix addon as well. 

Original comment by Nwkingsb...@gmail.com on 4 May 2011 at 8:51

GoogleCodeExporter commented 8 years ago
I'm getting the same problem on gentoo:

jeremybush@htpc /usr/local/bin % rtmpdump -r 
rtmpe://cp9950.edgefcs.net/ondemand/mtvnorigin/gsp.comedystor/com/fulleppromos/w
orkaholics_106_fearrection_768x432_1720.mp4
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
WARNING: HandShake: Server not genuine Adobe!
ERROR: RTMP_Connect1, handshake failed.

I used the git version, but it seems to be the same as svn.

Original comment by contract...@gmail.com on 6 May 2011 at 3:53

GoogleCodeExporter commented 8 years ago
The solution described in #16 ( 
http://code.google.com/p/bluecop-xbmc-repo/issues/detail?id=28#c16 ) worked for 
me.

Original comment by kaitimme...@googlemail.com on 11 May 2011 at 8:22

GoogleCodeExporter commented 8 years ago
@#22 Which distribution are you using?

Original comment by pramod.b...@gmail.com on 11 May 2011 at 8:25

GoogleCodeExporter commented 8 years ago
If it helps, here are RPMs of the SVN trunk checkout taken today.  Built for 
Fedora 14, but SRC.RPM included.

Original comment by vwfoxg...@gmail.com on 11 May 2011 at 10:15

Attachments:

GoogleCodeExporter commented 8 years ago
How can I update librtmp on AppleTV via the Mac Terminal?

Original comment by jimipo...@gmail.com on 12 May 2011 at 10:10

GoogleCodeExporter commented 8 years ago
the solution in 16 also worked for me, I'm running maverick, although I have 
kernel 2.6.38 running on it (for remote control purposes).  I don't think the 
kernel would affect this though 

Original comment by Daveconn...@gmail.com on 17 May 2011 at 6:00

GoogleCodeExporter commented 8 years ago
Any tips to resolve this on windows?

Original comment by wolf.mic...@gmail.com on 29 May 2011 at 12:26

GoogleCodeExporter commented 8 years ago
You can compile rtmpdump from source for Windows as well.  It's the same source 
tree for Windows as Linux.

Original comment by vwfoxg...@gmail.com on 29 May 2011 at 12:30

GoogleCodeExporter commented 8 years ago
Comment 16 worked for me. There's no rtmpdump source package for ubuntu 10.04 
lucid. I was able to git the deb source from the 
http://packages.ubuntu.com/source/maverick/rtmpdump

Worked from there. Also, note that debuild throws a debsign error at the end, 
but the deb's are still there to install.

Original comment by samjb...@gmail.com on 3 Jun 2011 at 2:19

GoogleCodeExporter commented 8 years ago
using: xbmc live
Slight variation of comments 13 and 16 did the trick here.
The commands I ran are below
Most things are up and running now (but sadly not hulu)

sudo apt-get source rtmpdump
sudo apt-get install subversion
svn co svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdump
sudo rsync -Cav rtmpdump/ rtmpdump-2.3/
cd rtmpdump-2.3
vi debian/patches/series
# remove the last two lines/patches, 02 and 03
sudo apt-get install devscripts
sudo apt-get install debhelper
sudo apt-get install quilt
sudo apt-get install librtmp-dev
sudo debuild -uc -us -d
cd ..
sudo dpkg -i *deb

I've attached the log file output from when I try to play a hulu video with the 
updated rtmpdump

Original comment by Zev.Gold...@gmail.com on 17 Jul 2011 at 8:22

Attachments:

GoogleCodeExporter commented 8 years ago
This (comment #30) worked for me.  Thanks so much for helping out the XBMC 
community.

Original comment by erik.h...@gmail.com on 22 Jul 2011 at 7:11

GoogleCodeExporter commented 8 years ago
I also found that updating the xbmc on ios and mac to the nightly build fixes 
this problem.

Original comment by tomthete...@gmail.com on 30 Jul 2011 at 6:27

GoogleCodeExporter commented 8 years ago
I was just messing around, and actually have success if I build it the same way 
u guys do, but instead of of getting the newer code from the subversion repo I 
used the git which has the latest code (rtmpdump 2.4).....so basically in 
comment 30 do:
git clone git://git.ffmpeg.org/rtmpdump instead of svn co 
svn://svn.mplayerhq.hu/rmtpdump/trunk rtmpdump......the result is hulu working 
again finally!!!   rtmpdump 2.4 has support for the RMPE type 9 handshake 
support which is what hulu switched to

Original comment by Daveconn...@gmail.com on 3 Aug 2011 at 7:48

GoogleCodeExporter commented 8 years ago
Comment 33 with rtmpdump 2.4 works great with Amazon!!! Will test with HULU! 
Gotta love linux....

Original comment by mazman2...@gmail.com on 18 Aug 2011 at 10:45

GoogleCodeExporter commented 8 years ago
I can confirm Comment 33 makes things working with hulu plugin running 
xbmc-live 10.1. Great! TV shows tested: Family Guy, Louie, Castle.

Sidenote: All of the episodes showed as "(HD)" in their descriptions before 
playback, but resolution was 720x400 for all of them. Tried changing CDN 
setting and 720p/3500/2500/1800 setting with no difference. Note: I do note 
have a hulu plus subscription if that could be the cause.

(Running another great bluecop addon; VEVO , there's no problem keeping a 
stable 1080p 5mbit video stream.)

Original comment by eir...@gmail.com on 27 Aug 2011 at 11:42

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Sorry to rebump this thread but I am having a weird issue relating to this I 
cant figure out.  I followed Comment 30 since I am also using xbmc live right 
out of the box, followed by Comment 33 referring to the new 2.4 version.  

I have followed all the steps up to the vi debian/patches/series without issue, 
but when I get here to edit the file, there is no file (or even a debian 
directory for that matter in the rtmpdump directory).  

I am fairly new to linux so I cant really think outside the box except for 
searching around on the internet for some help.  

Does anyone have any idea what I must do first?  Thanks again for this great 
thread

Original comment by redwu...@gmail.com on 24 Oct 2011 at 10:41

GoogleCodeExporter commented 8 years ago
http://ubuntuforums.org/showthread.php?t=1816737 contains the cut and paste 
version of how to install rtmpdump using git.. confirmed it works with hulu+ on 
ubuntu 11.10

Original comment by email.h...@gmail.com on 25 Oct 2011 at 2:28

GoogleCodeExporter commented 8 years ago
Thank you very much for the direction.  Cheers

Original comment by redwu...@gmail.com on 25 Oct 2011 at 4:22

GoogleCodeExporter commented 8 years ago
To get it working under windows, grab a build of rtmpdump 
(http://www.videohelp.com/tools/RTMPDump ...use the direct link)
And paste the librtmp.dll into ProgramFiles\XBMC\system\players\dvdplayer 

Original comment by brian.ro...@gmail.com on 25 Oct 2011 at 6:22

GoogleCodeExporter commented 8 years ago
advice from comment 30 worked for me.

from the ubuntu forums post:

sudo apt-get install build-essential git-core checkinstall libssl-dev
cd ~/ && \
git clone git://git.ffmpeg.org/rtmpdump && \
cd rtmpdump && \
version="$(git log -1 --abbrev-commit | grep commit | cut -d' ' -f2)" && \
make VERSION="v2.4\ $version~git" && \
sudo checkinstall --pakdir "$HOME/Desktop" --pkgname rtmpdump \
--pkgversion "2.4-$version~git" --backup=no --default && sudo ldconfig

Original comment by gsgleason on 26 Oct 2011 at 8:31

GoogleCodeExporter commented 8 years ago
Has anyone had issues with the playback being very choppy after moving to 
librtmp 2.4?  I am on windows 7 x64 and did not compile, but downloaded the 
compiled dll.  The versions I have tried are 2.4 git-b627335 2011-7-23 and 2.4 
git-6230845 2011-9-25.  Both had similar results.  No matter what quality or 
CDN I choose, the video is very choppy and pixelated (the sound is perfect).

Original comment by meman1...@gmail.com on 14 Nov 2011 at 3:50

GoogleCodeExporter commented 8 years ago
I have the same issues on WinXP with the latest versions of the hulu plugin. 
Tried looking up the other threads but couldn't find a solution. Is there a 
recommended solution to get RTMP streams from hulu/amazon working ?.

Cheers,
Trevor

Original comment by trevorwa...@gmail.com on 19 Nov 2011 at 10:48

GoogleCodeExporter commented 8 years ago

I have the same issue with Amazon as well. Have tried looking at the logs and i 
think it's the same RTMP error with Amazon. I might be wrong..but this is what 
i read from the logs.

http://pastebin.com/gFgV92cA

Am running Windows 7. Let me know what i could try out and i'll be more than 
happy to give it a shot.

08:58:44 T:11084 M:1857249280    INFO: 8a d4 a0 b4 38 0d bb 4a db 98 de f2 2a 
17 1e 61
08:58:44 T:11084 M:1857249280    INFO: 43 e8 fc ca 98 67 52 ec ed 17 46 97 04 
49 c9 3e
08:58:44 T:11084 M:1857249280    INFO: HandShake: Signature calculated:
08:58:44 T:11084 M:1857249280    INFO: dc b5 66 01 b5 03 c9 58 ab b0 f1 53 c2 
c4 c2 29
08:58:44 T:11084 M:1857249280    INFO: 1d 5b bd af 93 6f 0b 8d 89 f2 41 f5 1c 
7a 00 d5
08:58:44 T:11084 M:1857249280 WARNING: HandShake: Server not genuine Adobe!
08:58:44 T:11084 M:1857249280   ERROR: RTMP_Connect1, handshake failed.
08:58:44 T:11084 M:1857249280   ERROR: CDVDPlayer::OpenInputStream - error 
opening 
[rtmpe://119.161.91.30:1935/ondemand?_fcs_vhost=cp79203.edgefcs.net&ovpfv=2.1.4&
auth=da.d0bncPcHbrdodZaNbicpbnaWa0apa_aX-boYcAs-FPa-LwL0Bzr-q9ndk7sfreo3nTrblboe
masfmUmbk4nTrVnak5s3rbodnQr5l2oemesgmVm4lVnRqbnglRtTsXo8m6sVmQoa&aifp=v001&slist
=ans/107572/h264/PBS/v/811/ov3/n/ 
playpath=mp4:ans/107572/h264/PBS/v/811/ov3/n/e0c8f4ca-f99e-4d34-943f-e3cd8e3b330
1-028 pageurl=http://www.amazon.com/gp/product/B005MWKYL6 
swfurl=http://ecx.images-amazon.com/images/G/01/digital/video/streaming/5.10-0/U
nboxScreeningRoomClient._V153763303_.swf swfvfy=true]
08:58:44 T:11084 M:1857249280  NOTICE: CDVDPlayer::OnExit()
08:58:44 T:11084 M:1857249280  NOTICE: CDVDPlayer::OnExit() deleting input 
stream
08:58:44 T:11084 M:1858056192   DEBUG: Thread 11084 terminating
08:58:44 T:5204 M:1858121728   DEBUG: CAnnouncementManager - Announcement: 
PlaybackStopped from xbmc
08:58:44 T:5204 M:1858088960   ERROR: Playlist Player: skipping unplayable 
item: 0, path 
[plugin://plugin.video.amazon/?url="http%3A%2F%2Fwww.amazon.com%2Fgp%2Fproduct%2
FB005MWKYL6"&mode="play"&name="7x1+-+Engineering+Ground+Zero"&sitemode="PLAYVIDE
O"]
08:58:44 T:5204 M:1858088960   DEBUG: Playlist Player: one or more items failed 
to play... aborting playback
08:58:44 T:5204 M:1858088960    INFO: Loading skin file: DialogOK.xml
08:58:44 T:5204 M:1858084864   DEBUG: ------ Window Init (DialogOK.xml) ------
08:58:44 T:5204 M:1858080768  NOTICE: CDVDPlayer::CloseFile()
08:58:44 T:5204 M:1858080768 WARNING: CDVDMessageQueue(player)::Put 
MSGQ_NOT_INITIALIZED
08:58:44 T:5204 M:1858080768  NOTICE: DVDPlayer: waiting for threads to exit
08:58:44 T:5204 M:1858080768  NOTICE: DVDPlayer: finished waiting
08:58:44 T:5204 M:1864572928   DEBUG: ------ Window Deinit (DialogBusy.xml) 
------
08:58:44 T:5204 M:1864572928   DEBUG: ------ Window Deinit (DialogProgress.xml) 
------
08:58:44 T:11152 M:1864572928  NOTICE: 
{"message":{"timestamp":1321739928,"body":{"statusCallbackIntervalSeconds":180},
"statusCode":"SUCCESS"},"signature":"ehrR2bKiwB1FDDdvT564cay04kHg2yBij+Ee5aQBJkM
SGDIAEyThv72h3oO2ZCW3OQMaUggtCBcqoKx5cgeJz6rDuun5FD4WDEYNywtH232M0wITepudkXkomyw
AaqzV1rZW9ofpJx4AVVACYaqWUEFMpwcG+laVA9ExaN5f3OE="}
08:58:44 T:11152 M:1864572928  NOTICE: getURL: 
https://atv-ps.amazon.com/cdp/usage/ReportStopStreamEvent?deviceID=A1Q3MQ6ERL0P5
U1321739917549B005MWKYL6&source_system=http://www.amazon.com&format=json&event_t
imestamp=1321703924000&encrypted_customer_id=A1Q3MQ6ERL0P5U&http_referer=ecx.ima
ges-amazon.com&device_type_id=A13Q6A55DBZB7M&download_bandwidth=9926.29551820728
2&device_id=A13Q6A55DBZB7M&from_mode=purchased&operating_system=Linux%202.6.35-2
8-generic&version=1&flash_version=LNX%2010,3,181,14%20PlugIn&url=rtmpe%3A%2F%2F1
19.161.91.30%3A1935%2Fondemand%3F_fcs_vhost%3Dcp79203.edgefcs.net%26ovpfv%3D2.1.
4%26auth%3Dda.d0bncPcHbrdodZaNbicpbnaWa0apa_aX-boYcAs-FPa-LwL0Bzr-q9ndk7sfreo3nT
rblboemasfmUmbk4nTrVnak5s3rbodnQr5l2oemesgmVm4lVnRqbnglRtTsXo8m6sVmQoa%26aifp%3D
v001%26slist%3Dans%2F107572%2Fh264%2FPBS%2Fv%2F811%2Fov3%2Fn%2F&streaming_sessio
n_id=15297-d66957d4-cc20-47a0-998e-da38bcf21fa5&browser=Firefox+3.6.17&server_id
=119.161.91.30&client_version=UnboxScreeningRoomClient._V153763303_.swf&unique_b
rowser_id=188-6374218-1757635&amazon_session_id=186-7483377-4865908&page_type=tv
&start_state=Video&token=484f40b2da63b30be414ad7981f75d25&to_timecode=3883&strea
ming_bit_rate=348&new_streaming_bit_rate=2500&asin=B005MWKYL6&deviceTypeID=A13Q6
A55DBZB7M&firmware=LNX%2010,3,181,14%20PlugIn&customerID=A1Q3MQ6ERL0P5U
08:58:45 T:11152 M:1856577536  NOTICE: 
{"message":{"timestamp":1321739929,"body":{"backoffMilliSeconds":0},"statusCode"
:"SUCCESS"},"signature":"B0g17gwbf3DZtPridyZWOdVi7mR8MwnQ3daca02N9R5Vg3VUvVsx9gS
byRY78PavCqBLLwU4U9LhlcRiDff/QhQRDul/vMG2q5Ll+UlV+y/KovVE5OFx/g/fkXBXvG+d3O9hY2y
HReugpc42J0oZpEoRp5jPMTttvOCbXcZ8CR8="}
08:58:45 T:11152 M:1856659456    INFO: Scriptresult: Success
08:58:45 T:11152 M:1856659456    INFO: Python script stopped
08:58:45 T:11152 M:1856659456   DEBUG: Thread 11152 terminating
08:58:45 T:5204 M:1856757760   DEBUG: python thread 17 destructed
08:58:46 T:5204 M:1856888832   DEBUG: SDLKeyboard: scancode: 28, sym: 13, 
unicode: 13, modifier: 0
08:58:46 T:5204 M:1856888832   DEBUG: CApplication::OnKey: 61453 pressed, 
action is Select
08:58:46 T:5204 M:1856876544   DEBUG: ------ Window Deinit (DialogOK.xml) ------

Cheers,
Trevor

Original comment by trevorwa...@gmail.com on 20 Nov 2011 at 7:46

GoogleCodeExporter commented 8 years ago

Thanks mate. I followed the instructions here and it works like a charm. 

"To get it working under windows, grab a build of rtmpdump 
(http://www.videohelp.com/tools/RTMPDump ...use the direct link) And paste the 
librtmp.dll into ProgramFiles\XBMC\system\players\dvdplayer"

Excellent plugin. Appreciate the effort. For the excellent work you are doing i 
would recommend that you consider linking this page to paypal. We would like to 
support the work being done and help you keep up development of the plugin.

Cheers,
Trevor

Original comment by trevorwa...@gmail.com on 20 Nov 2011 at 11:26

GoogleCodeExporter commented 8 years ago
For those using ubuntu who don't want to do their own compile..  Jon Hedgerows 
seems to have built everything needed to install iplayer, which includes the 
latest version of librtmp.  So an easier way is to do the following (needs to 
have the root password of course).

    sudo add-apt-repository ppa:jon-hedgerows/get-iplayer
    sudo apt install rtmpdump

For now this is working really well...

Original comment by yoav.yer...@gmail.com on 1 Jan 2012 at 12:06

GoogleCodeExporter commented 8 years ago
Comment #40 worked for me today on a fresh Windows XP SP3 and XBMC 10.1 install 
running with administrator rights.  To clarify, in this process you are 
replacing the existing librtmp.dll file that came with the XBMC install.

Original comment by tomscan...@gmail.com on 24 Feb 2012 at 6:05

GoogleCodeExporter commented 8 years ago
Has anyone got this to work for ATV1?

Original comment by daniel.t...@gmail.com on 8 Jul 2012 at 8:28