Release YouTube - 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 YouTube (/showthread.php?tid=356934) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
|
RE: YouTube - neo_ - 2020-11-18 Has there ever been a fix to get the Watch Later feature fully working? I have similar issues here. I've added " WL" (and even "WL") as the custom playlist in Add-On settings as instructed by a previous post, (Note: I did not edit any files) and it fixed it partially. The Watch Later playlist does finally successfully populate with my preexisting list and I'm able to play them. Problem is when I use try adding a new video to Watch Later I get "playlist not found". If I attempt to "Retrieve watch later playlist id" in the Add-On settings, I receive the error "Failed to retrieve Watch Later playlist id. Add a few videos to Watch Later via the web/app and retry" even though my Watch List has plenty added. If a dev wants to see logs, let me know. Though you should be able to replicate it as I'm seeing several people complaining. (2020-11-07, 11:21)sus67 Wrote:(2020-11-03, 19:19)anxdpanic Wrote: ...@anxdpanic RE: YouTube - starslayer74 - 2020-11-19 So I created and added a new API key and I'm still getting errors.... I uploaded my log here, any ideas? https://paste.kodi.tv/irufosahag RE: YouTube - some videos not playing a 720p only 360p - simonmoon - 2020-11-19 An ever increasing amount of videos are not playing at 720p, but I can play them at 360p. Here is the log. LOG RE: YouTube - neo_ - 2020-11-19 For people having issues playing videos here’s is the configuration that worked for me. I’m using Kodi Add-On YouTube 6.8.8-beta1 on Kodi 18.9 1) Create new Google dev project and generate new keys. Generating new API keys under the old project may work with opening some videos but thumbnails won’t work. It’s important to create a new project. You don’t need to reinstall the Kodi YouTube Add-On just to change keys, but do check you’re on the newest version. When you finish inserting the new keys, restart Kodi. Note: If your Kodi device is limited to a remote, you can enable the YouTube WebUI for API keys to connect via any browser under YouTube Kodi Add-On settings: HTTP Server -> IP Whitelist Insert the local IP of the device you’ll be connecting from. API -> Enable API Configuration Page Then go to any browser and connect to http://0.0.0.0:50152/api Replace 0.0.0.0 with your Kodi IP address. Remember to disable “Enable API configuration page” once you insert new keys. Remember to restart the Kodi device once new keys are inserted. 2) Kodi YouTube Add-On settings: MPEG-DASH: Install InputStream Adaptive and InputStream Helper if they currently aren’t installed. Use MPEG-DASH -> Enabled Use for videos -> Enabled Video Quality -> Do NOT use adaptive. For example, I use “1080p (HD)” Edit: this is mostly for troubleshooting purposes, once you get it working try switching back to adaptive. Use for live streams -> Disabled IMPORTANT: Live streams don’t open unless you disable this. RE: YouTube - warrenspe - 2020-11-20 Hello, It appears that the youtube add on has troubles playing monetized videos. I recently had to go through the process of creating an API key for the add on, and have found that after doing so some videos will not play through Kodi any more, while others play back just fine. I focused in on a particular video, which after repeated attempts would not play, and then started a trial for youtube premium (which removes ads for ones account, and presumably API keys) and immediately afterwards the previously problematic video was able to play without error. I am unable to SSH on to my box for whatever reason, but was able to take a few pictures of the logs. https://imgur.com/a/pGvJ7cO Warren RE: YouTube - warrenspe - 2020-11-20 I may have spoken too soon .. my apologies, am still getting some errors trying to play videos back after starting a trial membership Warren RE: YouTube - simonmoon - 2020-11-20 (2020-11-19, 12:43)neo_ Wrote: For people having issues playing videos here’s is the configuration that worked for me. I’m using Kodi Add-On YouTube 6.8.8-beta1 on Kodi 18.9 I was able to resolve my playback issues by installing the VideoPlayer InputStream add-on and enabling InputStream Adaptive ( This seems necessary for MPEG-DASH ), and enabling MPEG-DASH in the YouTube add-on. I did not change my API key. I did switch to YouTube 6.8.8-beta1, but MPEG-DASH was needed to resolve video issues, so I don't know if the Beta is a needed change or not. RE: YouTube - neo_ - 2020-11-20 (2020-11-20, 11:51)simonmoon Wrote:(2020-11-19, 12:43)neo_ Wrote: For people having issues playing videos here’s is the configuration that worked for me. I’m using Kodi Add-On YouTube 6.8.8-beta1 on Kodi 18.9 Glad you got it working. I assumed a few things and edited my post to reflect installing InputStream. You can’t use MPEG-DASH without InputStream anyway. I thought this was obvious. Regarding Adaptive, it has a history of incompatibility so I prefer to troubleshoot without it but once things are working Adaptive is fine to use. Which i also now edited my post to include. API key changes are needed mostly for Quota Exceeded error messages, not everyone will have the same issues but plenty currently do so my small guide included recreating new keys. It’s not a specific tailored troubleshooting guide, I tried to cover as many issues as possible that currently has surfaced. RE: YouTube - xdoktor - 2020-11-21 (2020-11-20, 16:26)neo_ Wrote:Yes thanks for the tips - installing VideoPlayer InputStream add-on and enabling InputStream Adaptive worked for me on 6.8.7 stable.(2020-11-20, 11:51)simonmoon Wrote:(2020-11-19, 12:43)neo_ Wrote: For people having issues playing videos here’s is the configuration that worked for me. I’m using Kodi Add-On YouTube 6.8.8-beta1 on Kodi 18.9 I use my own APi keys. RE: YouTube - ninjafuchs - 2020-11-21 So now i had enough. and did create a new project in the google developer console. after entering all keys everything worked like before for me. this video helped me a lot by doing the annoying stuff: https://www.youtube.com/watch?v=DcgXSxPkbvY MPEG-DASH / IputStream Adaptive seem to cause ocassional video stuttering - simonmoon - 2020-11-21 In order to solve some videos not playing a 720p, I installed IputStream Adaptive and enabled MPEG-DASH. Videos now always play at 720p, but now there is an issue with video stuttering throughout some videos, and frequently there is a glitch where the screen blacks out for one second after the video starts and plays for a couple of seconds, and then continues normally ( except for the stutter issue ). Is there a setting that I can change in IputStream Adaptive or the Youtube add-on that would help relieve the starting glitch and stuttering issue ? RE: YouTube - G0mez - 2020-11-22 Just updated to 6.8.8 and now I get no streams found on every video :/ Oh nevermind, suddenly it started to work again :] RE: YouTube - goldwc - 2020-11-23 (2020-11-19, 12:43)neo_ Wrote: For people having issues playing videos here’s is the configuration that worked for me. I’m using Kodi Add-On YouTube 6.8.8-beta1 on Kodi 18.9 Thank you a lot for your message from Russia with love RE: YouTube - sa2rn - 2020-11-23 Help pls! Suggest a way to play the last viewed video via JSON. I try: {"jsonrpc": "2.0", "method": "Addons.ExecuteAddon", "params": { "addonid": "plugin.video.youtube", "params": ["/play/?playlist_id=HL&play=1&order=default"]}, "id": "1"} but without results ( RE: YouTube - poppascoop - 2020-11-24 Want to say thank you , enabling mpeg-dash working for me. Still a little video playback stutter, but it is maybe related to refresh rate of my TV..I don't know, changing those in settings will either make it worse or better. |