Kodi Community Forum

Full Version: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495
Server is back online, links are updated.
(2017-01-28, 13:52)Milhouse Wrote: [ -> ]
(2017-01-28, 13:01)niedi_74 Wrote: [ -> ]server is down temporary or forever?

Temporary - the admin (team member) will be back Sunday or Monday. We'll also have to make sure this doesn't happen again, as this is a paid-for server. We thought we had a backup admin but apparently that was for a different server.
thanks for the info!
i ve no pressure with an update.

Gesendet von meinem SM-G900F mit Tapatalk
(2017-01-28, 19:03)Milhouse Wrote: [ -> ]Server is back online, links are updated.
Great, Just tested and updated from #0124 to #0127 OK (via unofficial LibreELEC dev update add-on)
(2017-01-28, 18:58)popcornmix Wrote: [ -> ]Yes, that is the most likely cause. Let me produce a couple of test firmwares with cleanups 13, 12 and 11 reverted to try to narrow it down exactly.

It would be useful if anyone with CEC issues could test these firmwares:
Firmware with cec cleanup 13 reverted
Firmware with cec cleanups 12 and 13 reverted
Firmware with cec cleanups 11, 12 and 13 reverted

and report which are good or bad. Probably worth unpluggin the TV from the mains for a minute before testing as TVs often seem to remember CEC state longer than you would want.
(2017-01-28, 17:55)popcornmix Wrote: [ -> ]
(2017-01-28, 17:45)polo_joe Wrote: [ -> ]I made some recordings with previous builds with no errors. Can't spot a build the issues started with.
Maybe with media build, but I'm not sure.

It's unlikely we'll be able to fix the issue without knowing which build it started with.

I tried build of 7th january (before media build), started a recording, copied a recording to a usb attached usb sdd, started watching recording, copied new build to update folder.
The error counter increased very fast, setting deinterlace mode to bob mmal seemed to improve the situation. So you were right I think. Anything that can be done here?
(2017-01-28, 21:43)polo_joe Wrote: [ -> ]I tried build of 7th january (before media build), started a recording, copied a recording to a usb attached usb sdd, started watching recording, copied new build to update folder.
The error counter increased very fast, setting deinterlace mode to bob mmal seemed to improve the situation. So you were right I think. Anything that can be done here?

Advanced HD deinterlace just produce enough sdram traffic that is can make USB fiq run slower and potentially miss a packet.
There is a setting you can tweak in config.txt. See here for description.
Code:
v3d_limiter=0x880f1

Increasing the first digit may help. Can you try v3d_limiter=0xa80f1
(2017-01-28, 20:03)popcornmix Wrote: [ -> ]It would be useful if anyone with CEC issues could test these firmwares:
Firmware with cec cleanups 11, 12 and 13 reverted
This one is working, TV is switching source on kodi while media playback is starting. Will see and report if returning from idle state is working too.
I have only fixup.dat/start.elf replaced, all firmware builds images tested.
(2017-01-28, 23:12)popcornmix Wrote: [ -> ]
(2017-01-28, 21:43)polo_joe Wrote: [ -> ]I tried build of 7th january (before media build), started a recording, copied a recording to a usb attached usb sdd, started watching recording, copied new build to update folder.
The error counter increased very fast, setting deinterlace mode to bob mmal seemed to improve the situation. So you were right I think. Anything that can be done here?

Advanced HD deinterlace just produce enough sdram traffic that is can make USB fiq run slower and potentially miss a packet.
There is a setting you can tweak in config.txt. See here for description.
Code:
v3d_limiter=0x880f1

Increasing the first digit may help. Can you try v3d_limiter=0xa80f1
I will try and report back.
(2017-01-28, 20:03)popcornmix Wrote: [ -> ]
(2017-01-28, 18:58)popcornmix Wrote: [ -> ]Yes, that is the most likely cause. Let me produce a couple of test firmwares with cleanups 13, 12 and 11 reverted to try to narrow it down exactly.

It would be useful if anyone with CEC issues could test these firmwares:
Firmware with cec cleanup 13 reverted
Firmware with cec cleanups 12 and 13 reverted
Firmware with cec cleanups 11, 12 and 13 reverted

and report which are good or bad. Probably worth unpluggin the TV from the mains for a minute before testing as TVs often seem to remember CEC state longer than you would want.

** edited**

Oops, I notice that these are not in the form that I can simply move into the .update folder. How can I load these versions using WinSCP?

P.S. I am very certain that build 0117 is okay.
Bill
New LibreELEC.tv Leia build #0128: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.9.5 #1 Sat Jan 28 21:04:48 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Jan 27 2017 19:49:51
Copyright (c) 2012 Broadcom
version 0875008ba501762e9a1cb7351b6d6c0bd36c8e40 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170128210345-#0128-g7184ad3 [Build #0128]

# Kodi version
(18.0-ALPHA1 Git:1f12c2f). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (7184ad32, changelog) and tip of XBMC master (6d5a87b1, changelog) with the following modifications: Build Highlights:
  1. VideoPlayer fixes
Build Details:
  1. XBMC:
    • VideoPlayer: ffmpeg decoder - implement fail-safe for missing key frames (PR:11556, 1 commit, 1 file changed)
    • VideoPlayer: fix audio stream not started (PR:11559, 1 commit, 1 file changed)
(2017-01-29, 01:05)bill_orange Wrote: [ -> ]
(2017-01-28, 20:03)popcornmix Wrote: [ -> ]
(2017-01-28, 18:58)popcornmix Wrote: [ -> ]Yes, that is the most likely cause. Let me produce a couple of test firmwares with cleanups 13, 12 and 11 reverted to try to narrow it down exactly.

It would be useful if anyone with CEC issues could test these firmwares:
Firmware with cec cleanup 13 reverted
Firmware with cec cleanups 12 and 13 reverted
Firmware with cec cleanups 11, 12 and 13 reverted

and report which are good or bad. Probably worth unpluggin the TV from the mains for a minute before testing as TVs often seem to remember CEC state longer than you would want.

** edited**

Oops, I notice that these are not in the form that I can simply move into the .update folder. How can I load these versions using WinSCP?

P.S. I am very certain that build 0117 is okay.
Bill

Never mind, I found my old notes on mount ,r,w and was able to replace fixup.dat,start.elf and bootcode.bin with the contents of firmware_revert13. That fixed the CEC problem, I think. I am still not sure my test procedure is entirely valid. If we know that revert 13 does the trick, is there any need to test the other combination?

I will double-check in the morning that that my successful test of revert 13 is correct.

Bill
(2017-01-28, 23:23)bardu Wrote: [ -> ]
(2017-01-28, 20:03)popcornmix Wrote: [ -> ]It would be useful if anyone with CEC issues could test these firmwares:
Firmware with cec cleanups 11, 12 and 13 reverted
This one is working, TV is switching source on kodi while media playback is starting. Will see and report if returning from idle state is working too.
I have only fixup.dat/start.elf replaced, all firmware builds images tested.
Full cleanup revert restores return from idle state too!
I will extend the test of firmware images on my other unit with latest build, #0128!
(2017-01-28, 20:03)popcornmix Wrote: [ -> ]Firmware with cec cleanup 13 reverted

This is working for me!
(2017-01-29, 06:35)bill_orange Wrote: [ -> ]Never mind, I found my old notes on mount ,r,w and was able to replace fixup.dat,start.elf and bootcode.bin with the contents of firmware_revert13. That fixed the CEC problem, I think. I am still not sure my test procedure is entirely valid. If we know that revert 13 does the trick, is there any need to test the other combination?

No, if revert13 is working fine, then revert1213/revert111213 should also be fine.
It may be more useful to switch back to default firmware (just updating to a recent build will do that) just to confirm the problem recurs and then switch back to revert13 to confirm the problem is resolved. For issues that can be a bit random it can be hard to be 100% sure of a fix so it's best to double check.
Hello guys,
got some issues with Tvheadend since 0108 build with lots of continuity errors and no picture/ sound from DVB-S2 channels:

Code:
2017-01-29 14:40:34.950 mpegts: 12343.5H in 23E - tuning on Montage Technology M88DS3103 : DVB-S #0
2017-01-29 14:40:34.952 subscription: 0001: "epggrab" unsubscribing
2017-01-29 14:40:35.247 subscription: 0006: "127.0.0.1 [  | Kodi Media Center ]" subscribing on channel "CT 24 HD", weight: 150, adapter: "Montage Technology M88DS3103 : DVB-S #0", network: "23E", mux: "12343.5H", provider: "CESKA TELEVIZE", service: "CT 24 HD", profile="htsp", hostname="127.0.0.1", username="127.0.0.1", client="Kodi Media Center"
2017-01-29 14:40:35.499 http: 127.0.0.1: HTTP/1.1 HEAD /imagecache/403 -- 404
2017-01-29 14:40:35.499 http: 127.0.0.1: HTTP/1.1 HEAD /imagecache/404 -- 404
2017-01-29 14:40:35.499 http: 127.0.0.1: HTTP/1.1 HEAD /imagecache/6 -- 404
2017-01-29 14:40:35.503 http: 127.0.0.1: HTTP/1.1 HEAD /imagecache/7 -- 404
2017-01-29 14:40:35.505 http: 127.0.0.1: HTTP/1.1 HEAD /imagecache/113 -- 404
2017-01-29 14:40:35.505 http: 127.0.0.1: HTTP/1.1 HEAD /imagecache/405 -- 404
2017-01-29 14:40:35.507 http: 127.0.0.1: HTTP/1.1 HEAD /imagecache/402 -- 404
2017-01-29 14:40:35.508 http: 127.0.0.1: HTTP/1.1 HEAD /imagecache/120 -- 404
2017-01-29 14:40:35.511 http: 127.0.0.1: HTTP/1.1 HEAD /imagecache/353 -- 404
2017-01-29 14:40:35.512 http: 127.0.0.1: HTTP/1.1 HEAD /imagecache/356 -- 404
2017-01-29 14:40:35.515 http: 127.0.0.1: HTTP/1.1 HEAD /imagecache/122 -- 404
2017-01-29 14:40:35.515 http: 127.0.0.1: HTTP/1.1 HEAD /imagecache/118 -- 404
2017-01-29 14:40:35.820 TS: 23E/12343.5H/CT 24 HD Transport error indicator (total 1)
2017-01-29 14:40:35.890 TS: 23E/12343.5H/CT 24 HD: H264 @ #1310: Invalid start code fe:df:ff
2017-01-29 14:40:35.958 TS: 23E/12343.5H/CT 24 HD: H264 @ #1310 Continuity counter error (total 1)
2017-01-29 14:40:35.958 TS: 23E/12343.5H/CT 24 HD: TELETEXT @ #1130 Continuity counter error (total 1)
2017-01-29 14:40:36.000 TS: 23E/12343.5H/CT 24 HD: MPEG2AUDIO @ #1320 Continuity counter error (total 1)
2017-01-29 14:40:36.260 TS: 23E/12343.5H/CT 24 HD: MPEG2AUDIO @ #1323 Continuity counter error (total 1)
2017-01-29 14:40:36.972 TS: 23E/12343.5H/CT 24 HD: DVBSUB @ #1350 Continuity counter error (total 1)
2017-01-29 14:40:38.716 TS: 23E/12343.5H/CT 24 HD: MPEG2AUDIO @ #1320: Invalid start code 22:7f:42
2017-01-29 14:40:44.146 TS: 23E/12343.5H/CT 24 HD: MPEG2AUDIO @ #1323: Invalid start code 6e:d4:f5
2017-01-29 14:40:45.799 TS: 23E/12343.5H/CT 24 HD Transport error indicator (total 754)
2017-01-29 14:40:45.953 TS: 23E/12343.5H/CT 24 HD: H264 @ #1310 Continuity counter error (total 1419)
2017-01-29 14:40:45.971 TS: 23E/12343.5H/CT 24 HD: TELETEXT @ #1130 Continuity counter error (total 183)
2017-01-29 14:40:46.006 TS: 23E/12343.5H/CT 24 HD: MPEG2AUDIO @ #1320 Continuity counter error (total 218)
2017-01-29 14:40:46.093 TS: 23E/12343.5H/CT 24 HD: H264 @ #1310: Invalid start code ff:ff:f7
2017-01-29 14:40:46.512 TS: 23E/12343.5H/CT 24 HD: MPEG2AUDIO @ #1323 Continuity counter error (total 72)

I can get a picture after some time but totally distorted. This channel is FTA, RPI3 (no o/c) and latest Tvheadend build (service.tvheadend42-8.1.109-#0128-milhouse-v4.1-2415-ge5f5a42) here. 0107 is fine, no issues. Please help.

Thanks!
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 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495