akukic1 / bluecop-xbmc-repo

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

Hulu not working on xbmc android #171

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.open hulu video in xbmc on android
2.video loads to 42% then fails
3.

What is the expected output? What do you see instead?
The video to play

What version of the product are you using? On what operating system?
Android 4.1 on Nexus 7. Xbmc beta 12.0 Alpha4. 

Please provide any additional information below.
I know this isn't supported yet and xbmc on android is beta I just wanted to 
let you know it isn't working in case you had not found out. 

Thanks for all your hard work. Keep of up. 

Original issue reported on code.google.com by curt.sch...@gmail.com on 28 Jul 2012 at 2:17

GoogleCodeExporter commented 8 years ago
Same here. Android 4.0.4 on SGE4GT. Compiled today from latest git pull. 
Generated APK is xbmcapp-armeabi-v7a-debug.apk.

Tried with Hulu, not Hulu Plus. It plays a commercial. Immediately after the 
commercial, it simply returns to the video list. The video, aside from the 
commercial, never plays.

I expect my Mele A2000 will be here today. I've read its the same result there 
too. Hopefully in the next day or two, I'll be able to pull off some debug 
information and/or provide some logs. For now, here's the adb (android 
debugging logging) output.

I didn't really see anything stellar jump out at me in the log. I read 
elsewhere someone had already tracked it down to a library failing to load. 
Take that with a grain of salt.

Original comment by gtcopeland on 13 Aug 2012 at 3:38

Attachments:

GoogleCodeExporter commented 8 years ago
I can also confirm this.

Original comment by bprosn...@gmail.com on 20 Aug 2012 at 5:06

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Same prob on ATV v.1 
:(

Original comment by hylt...@gmail.com on 15 Sep 2012 at 11:34

GoogleCodeExporter commented 8 years ago
same over here =\

Original comment by gilad.m...@gmail.com on 28 Sep 2012 at 12:29

GoogleCodeExporter commented 8 years ago
I think this is because of issues with rtmp support on android I don't know if 
it can truly be consider a bug

Original comment by slh...@gmail.com on 12 Jan 2013 at 3:44

GoogleCodeExporter commented 8 years ago
My understanding is the rtmp library is part of the xbmc build. There are 
apparently buggy versions of the rtmp library which cause all sorts of 
streaming problems. Unfortunately, some forks of xbmc contain the buggy rtmp 
libraries. Seems the xbmc android fork includes this buggy library. Some of the 
known problems include failure to support redirects and decoding bug which 
causes streaming to fail within minutes of start - usually at 60-second mark. 
The no redirect bug is why commercials play but the show does not.

The fix appears to be to include the latest working version of the rtmp 
libraries with the xbmc build.

So yes, now that I better understand what I believe to be the origin of the 
problem, it does not appear to be a plugin issue.

Original comment by gtcopeland on 13 Jan 2013 at 7:36