Kodi Community Forum
Release [depricated] old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release [depricated] old YouTube Plugin - XBMC 13.0 Frodo/Gotham only (/showthread.php?tid=79487)



- speed32219 - 2011-06-28

TobiasTheCommie Wrote:In that case tell me which one currently fails for you.

Uploaded 2.0.5
http://code.google.com/p/youtubexbmc/downloads/list

Please try it out and if something still fails throw me a debug log(and preferably also the name and id of the video in question).

Explore YouTube > YouTube Movies > Crime > Choke

Updated to newest 2.0.5

http://pastebin.com/CwEkehjx

Sorry, I just turned on full debugging in system setup and replaced pastebin entry above. Looks like possibly an rmtp handshake issue. But why would the Negotiator and Planted evidence work, unless they are hosted at a different site.

PS. Any other movie or Genre same failures, correction Planted Evidence also works, checking to see if it is a problem with age verifications. Age seems to be fine.


- TobiasTheCommie - 2011-06-28

speed32219 Wrote:Explore YouTube > YouTube Movies > Crime > Choke

Updated to newest 2.0.5

http://pastebin.com/bak3NtxG

PS. Any other movie or Genre same failures.

All i got from that debug log was
PHP Code:
08:55:09 T:3023039344 M:1372995584  NOTICE: -->Python Interpreter Initialized<--
08:55:09 T:3023039344 M:1372995584  NOTICEYouTube-2.0.5
08
:55:13 T:3023039344 M:1374556160  NOTICE: -->Python Interpreter Initialized<--
08:55:13 T:3023039344 M:1374556160  NOTICEYouTube-2.0.5
08
:55:16 T:3023039344 M:1374572544  NOTICE: -->Python Interpreter Initialized<--
08:55:16 T:3023039344 M:1374572544  NOTICEYouTube-2.0.5
08
:55:22 T:3023039344 M:1374347264  NOTICE: -->Python Interpreter Initialized<--
08:55:22 T:3023039344 M:1374347264  NOTICEYouTube-2.0.5
08
:55:33 T:3023039344 M:1371168768  NOTICE: -->Python Interpreter Initialized<--
08:55:33 T:3023039344 M:1371168768  NOTICEYouTube-2.0.5
08
:55:35 T:3023039344 M:1368256512  NOTICEYouTube-2.0.5 construct_video_urlstream_map True
08
:55:35 T:3077560192 M:1367621632  NOTICEDVDPlayerOpeningrtmpe://cp59009.edgefcs.net/youtube?auth=daEcicZbhdndFdYbJcBa3cLaEb.cxc_aNag-bocC9h-eS-PzEDKnqe&aifp=YT2008121701&slist=c5/id/167e91d1109017d2/itag/18 swfurl=http://s.ytimg.com/yt/swfbin/watch_as3-vfl6kYyMR.swf swfvfy=1 | Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 
Are you sure you enabled debug in the plugin?

ETA: i believe rtpme(which this video is) is broken right now.

There is nothing we can do but wait for librtmp to be updated. Though i guess that issue should be re-investigated by now. (Update: As far as i can tell no one is looking into this right now, so no solution is yet forthcoming).


- speed32219 - 2011-06-28

TobiasTheCommie Wrote:All i got from that debug log was
PHP Code:
08:55:09 T:3023039344 M:1372995584  NOTICE: -->Python Interpreter Initialized<--
08:55:09 T:3023039344 M:1372995584  NOTICEYouTube-2.0.5
08
:55:13 T:3023039344 M:1374556160  NOTICE: -->Python Interpreter Initialized<--
08:55:13 T:3023039344 M:1374556160  NOTICEYouTube-2.0.5
08
:55:16 T:3023039344 M:1374572544  NOTICE: -->Python Interpreter Initialized<--
08:55:16 T:3023039344 M:1374572544  NOTICEYouTube-2.0.5
08
:55:22 T:3023039344 M:1374347264  NOTICE: -->Python Interpreter Initialized<--
08:55:22 T:3023039344 M:1374347264  NOTICEYouTube-2.0.5
08
:55:33 T:3023039344 M:1371168768  NOTICE: -->Python Interpreter Initialized<--
08:55:33 T:3023039344 M:1371168768  NOTICEYouTube-2.0.5
08
:55:35 T:3023039344 M:1368256512  NOTICEYouTube-2.0.5 construct_video_urlstream_map True
08
:55:35 T:3077560192 M:1367621632  NOTICEDVDPlayerOpeningrtmpe://cp59009.edgefcs.net/youtube?auth=daEcicZbhdndFdYbJcBa3cLaEb.cxc_aNag-bocC9h-eS-PzEDKnqe&aifp=YT2008121701&slist=c5/id/167e91d1109017d2/itag/18 swfurl=http://s.ytimg.com/yt/swfbin/watch_as3-vfl6kYyMR.swf swfvfy=1 | Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 
Are you sure you enabled debug in the plugin?

ETA: i believe rtpme(which this video is) is broken right now.

There is nothing we can do but wait for librtmp to be updated. Though i guess that issue should be re-investigated by now.

PS. You are fast, I tried to update my previous post with debug mode turned on, new pastebin also.


- TobiasTheCommie - 2011-06-28

I'm not even sure we can change this to show a proper error message, and explain why it failed. At best i think we can give a warning before hand. (This is an rtmpe stream, it might fail!).

But that sucks.


- TobiasTheCommie - 2011-06-28

A positive update from HenrikDK
Quote:i read that they got it basically working
but are still missing swfverify v2



- speed32219 - 2011-06-28

TobiasTheCommie Wrote:I'm not even sure we can change this to show a proper error message, and explain why it failed. At best i think we can give a warning before hand. (This is an rtmpe stream, it might fail!).

But that sucks.

I agree!!!! Howard Chu who has been providing updates over at rtmpdump site posted he had a fix over 12 months ago that would negate any future rtmp changes to streams. I am not sure why he has not released the information, and just supplies patches

I used the latest patch to get the colbert report and daily show working. Hulu, Youtube, and many other sites are failing now. What a bummer, well I can launch FF or google chrome and watch them there, just not a nice implementation like the XBMC addons.


- speed32219 - 2011-06-28

TobiasTheCommie Wrote:A positive update from HenrikDK

That's good news also.


- TobiasTheCommie - 2011-06-28

stout Wrote:That was it. The youtube plugin is incompatible with 2-factor authentication. I disabled it and the plugin works like a champ.

However, I cannot leave it that way - 2factor auth is a requirement for me.

For now, I'll make a second account for youtube.. but someone should probably figure out how to do authentication with the 2factor system.

http://code.google.com/apis/youtube/2.0/developers_guide_protocol_clientlogin.html

Going from there to http://apiblog.youtube.com/2011/03/clientlogin-fail.html, I fall into the category of scenario 3. I'll add an application specific password for now. I'll prod the OAuth and AuthSub stuff tomorrow; hopefully one of those provides a suitable solution.

This is gonna be in the plugin. I use 2 factor authentication as well. It will in the plugin when Eden is released.


- boki99 - 2011-06-29

Hi there. I need help with this plugin. I still cant continuously play my playlist in youtube plugin. Still must push play button on my remote every single time when previous song stops. Is there any chance to continuously play every item in playlist when using this plugin in xbmcHuh


- HenrikDK - 2011-06-29

boki99 Wrote:Hi there. I need help with this plugin. I still cant continuously play my playlist in youtube plugin. Still must push play button on my remote every single time when previous song stops. Is there any chance to continuously play every item in playlist when using this plugin in xbmcHuh

Hi, this has been explained here before but, currently theres only one way (start a video and queue more videos with '0' button on the remote), we are preparing a new beta that will give a "play all" option on playlists, the new subscription videos feed and disco searches, but this version is still some way away and will only work on eden-pre nightlies.


- boki99 - 2011-06-29

Thanks for answer, When you expecting the new beta release?


- HenrikDK - 2011-06-29

boki99 Wrote:Thanks for answer, When you expecting the new beta release?

When I think it's ready Wink


- TobiasTheCommie - 2011-06-29

HenrikDK Wrote:When I think it's ready Wink

I was thinking not release it until Eden (and then preferably not as a beta)


- pezz - 2011-06-29

I'm running stable 10.1 and this AddOn is screwed.

How can I make an AddOn work with the "current stable" release?

We don't all run git versions of XBMC, can we have something that works in the actual stable repos?


- HenrikDK - 2011-06-29

pezz Wrote:I'm running stable 10.1 and this AddOn is screwed.

How can I make an AddOn work with the "current stable" release?

We don't all run git versions of XBMC, can we have something that works in the actual stable repos?

Hi, I run this plugin on 10.1 stable on my main machine and have no problems. Please note that "screwed" is not a meaningful description of anything, so in order for me to provide any assistance you will need to provide a debug log with the errors you are having.