![]() |
|
[RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC (/showthread.php?tid=79487) 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 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 |
- HenrikDK - 2011-05-15 17:04 liemaz Wrote:No changes to the network. Search function in the Youtube plug-in works, and I can browse the categories and even log in to my Youtube account though the plugin. All other internet plugins such as TED talks etc... work fine. It's kinda hard for me to offer anymore help than that.. as the problem doesn't really appear in the plugin, but in XBMC when the dvdplayer tries to open the video stream from YouTube there's a curl error that indicates that youtube is returning Http >400 errors, but sadly xbmc doesn't give more information than that. Code: 09:29:31 T:1640 M:4294967295 NOTICE: YouTube-2.0.3 - Playing video: Call of Duty Black Ops: Top 10 Amazing Kills: Episode 22 by Anoj - -AhibiieqAA - http://v20.lscache2.c.youtube.com/videoplayback?sparams=id,expire,ip,ipbits,itag,ratebypass&fexp=914002,906717&itag=22&ipbits=8&signature=8AF4B4220170AF40B507BC4A3510DE28EBF2503C.54FE7FF962DA63B8FE89EC5C64297437FAAA6DBD&sver=3&ratebypass=yes&expire=1305482400&key=yt1&ip=69.0.0.0&id=f808626e289ea800 | Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8Code: CURLE_HTTP_RETURNED_ERROR (22)- liemaz - 2011-05-15 17:24 HenrikDK Wrote:It does not download videos either. Its not a big deal, maybe it a problem with my router or something my ISP as messed up. I appreciate you taking a look at it. - speed32219 - 2011-05-15 20:27 I get similar errors as posted below if I add the line <cachemembuffersize>0</cachemembuffersize> to my advancedsettings.xml. <network> <disableipv6>true</disableipv6> <cachemembuffersize>0</cachemembuffersize> </network> I lose streaming from apple movie trailers, cnn, cnet, etc. it continues through the meus and selections as if everrything is good, but when you select a stream you get the following error. If you remove or comment out the cachemembuff entry and reload xbmc it will start working again. Code: 14:19:48 T:2904890224 M:1805402112 NOTICE: [PLUGIN] - Apple Movie Trailers Lite (Version: 1.9.0-r1639) initialized!Hope this helps, but what release/date do I need installed for the cache to work. I am current running the following: Starting XBMC, Platform: Linux (Ubun tu 10.10, 2.6.35-28-generic i686). Built on Mar 9 2011 (Git:Unknown) I installed a release using git, it is XBMC 10.1 Git Unknown Compiled March 9, 2001. - pike - 2011-05-15 21:18 not sure, May 1 2011 should work I think time to checkout GIT and build yourself maybe
- gott_sei_dank - 2011-05-16 01:27 @pike finally a sensible approach, before I had set <cachemembuffersize> to a multiple of my internet download speed thinking it would be an approximation of buffering time but I found myself watching the codec info more than the content itself. @pike and HenrikDK So what chance a more intelligent buffer for the future, if you know the size of the stream and the type of codec used with the user setting their max download speed couldn't <cachemembuffersize> be set automatically, this of course makes an assumption of number of network conditions. - liemaz - 2011-05-16 01:39 liemaz Wrote:It does not download videos either. Its not a big deal, maybe it a problem with my router or something my ISP as messed up. The problem has been fixed. It was not an issue with the plug-in. It was some sort of DNS error. - speed32219 - 2011-05-16 05:17 pike Wrote:not sure, May 1 2011 should work I think Thank you for the date info.
- HenrikDK - 2011-05-16 12:10 gott_sei_dank Wrote:@pike and HenrikDK So what chance a more intelligent buffer for the future, if you know the size of the stream and the type of codec used with the user setting their max download speed couldn't <cachemembuffersize> be set automatically, this of course makes an assumption of number of network conditions. From my point of view this is entirely an xbmc issue as xbmc's "dvdplayer" core is the piece of code thats best positioned to control and regulate streaming, the plugins job should just remain to be resolving a video id to the final video url, other wise it would break the whole idea with plugins. - pike - 2011-05-16 20:20 HenrikDK Wrote:From my point of view this is entirely an xbmc issue as xbmc's "dvdplayer" core is the piece of code thats best positioned to control and regulate streaming, the plugins job should just remain to be resolving a video id to the final video url, other wise it would break the whole idea with plugins. Indeed it is. But you could still offer ideas of how you would want this intelligent caching system to work (I got some ideas already) - HenrikDK - 2011-05-16 20:42 pike Wrote:Indeed it is. But you could still offer ideas of how you would want this intelligent caching system to work (I got some ideas already) Well now that I think about it, I have one minor suggestion from my own experience, right now xbmc seems to throw away video that's already been played, meaning that when you "skip back", the video stream has to be downloaded again, and you wait for buffering once more. Also we have some users who have children that are watching the same videos again and again (repetition is fun ), it would be nice if the caching system would keep the last 2-3 videos lying around (disk space permitting) or at-least the last played item (ie like the YouTube flash player).The last suggestion there is something we are working on in the plugin (ie. if a user has downloaded a video we serve up the local copy) so it might not be as important, but the buffering issues during rewind seem very unfortunate. |