akukic1 / bluecop-xbmc-repo

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

Hulu Handshake #85

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Attempt to play Hulu videos

What is the expected output? What do you see instead?
xbmc.log:
20:40:32 T:139990422833024 WARNING: CDVDMessageQueue(player)::Put 
MSGQ_NOT_INITIALIZED
20:40:32 T:139989840434944  NOTICE: Creating InputStream
20:40:32 T:139989840434944 WARNING: HandShake: Type mismatch: client sent 6, 
server answered 9
20:40:33 T:139989840434944 WARNING: HandShake: Server not genuine Adobe!
20:40:33 T:139989840434944   ERROR: RTMP_Connect1, handshake failed.

What version of the product are you using? On what operating system?
xbmc: 11.0-BETA1
system: xubuntu-11.10
RTMPDump v2.4 5d03a4f~git and also v2.3
hulu plugin: 3.0.1
plugin configuration:
no hulu plus
either 480 or 720
swf verify either on or off
pre-roll adds on any setting
trailing adds on any setting
enabled commercial breaks on any setting

Please provide any additional information below.
I've jiggled all of the settings I can find.  Have two systems, way different 
hardware but roughly the same software.  This occurs on both.

Original issue reported on code.google.com by conradah...@gmail.com on 16 Dec 2011 at 5:03

GoogleCodeExporter commented 8 years ago
RESOLVED:

I had followed instructions here to re-package rtmpdump from git (comment #41): 
http://code.google.com/p/bluecop-xbmc-repo/issues/detail?id=28

Those instructions package the files to install in /usr/local/lib/.  I already 
had Ubuntu package librtmp0 installed.  Both provide librtmp.so.0.  I copied 
librtmp.so.0 from /usr/local/lib/ over the one installed by librtmp0 in 
/usr/lib/x86_64-linux-gnu/.  Plugin now works.  Not sure if that's going to do 
anything bad to the rest of my system.  Will work on repackaging in a more 
proper manner later.

Ubuntu package librtmp0 is a dependency for many things.  I'm new to Ubuntu's 
packaging system and not positive how to work that all out.

Original comment by conradah...@gmail.com on 17 Dec 2011 at 1:54

GoogleCodeExporter commented 8 years ago
Commented on issue 28, but if you want to override the default rtmp with a 
package that updates, you can do the following (and then you don't have to 
download and compile etc):

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

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