VNSI - Picture goes white - BBC One HD

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 1,942
Joined: Feb 2009
Reputation: 24
Location: Heerlen, The Netherlands
Post: #11
yeah send a streamchange when starting a stream and when something changed and ignore the other ones. like I said, it might not be the cause of the blank screen, but at least you'll get less log spam.

opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
find quote
ant_thomas Offline
Fan
Posts: 355
Joined: May 2008
Reputation: 0
Location: Manchester, UK
Post: #12
Has there been any ideas or progress with this?

It also happens on BBC HD as well as BBC One HD.

Happened today and yesterday during F1 Qualifying and the F1 Race.
find quote
FernetMenta Online
Team-XBMC Member
Posts: 1,614
Joined: Jul 2010
Reputation: 34
Location: Munich
Post: #13
would you like to test if this fixes your problem:
https://github.com/FernetMenta/xbmc/comm...9e1f9ce25f
find quote
ant_thomas Offline
Fan
Posts: 355
Joined: May 2008
Reputation: 0
Location: Manchester, UK
Post: #14
FernetMenta Wrote:would you like to test if this fixes your problem:
https://github.com/FernetMenta/xbmc/comm...9e1f9ce25f

Is that the XBMC addon? Does it need compiling?
find quote
FernetMenta Online
Team-XBMC Member
Posts: 1,614
Joined: Jul 2010
Reputation: 34
Location: Munich
Post: #15
yes, the change is in the vnsi addon and needs compiling. i haven't submitted a pull request so far because i am waiting for feedback from the vdr-vnsi-pluin owner.
find quote
ant_thomas Offline
Fan
Posts: 355
Joined: May 2008
Reputation: 0
Location: Manchester, UK
Post: #16
The issue still exists.

Here's my most recent log of the problem...

http://pastebin.com/qemLGQcM

ODK38
find quote
FernetMenta Online
Team-XBMC Member
Posts: 1,614
Joined: Jul 2010
Reputation: 34
Location: Munich
Post: #17
did this happen after you had chosen next audio language?
find quote
ant_thomas Offline
Fan
Posts: 355
Joined: May 2008
Reputation: 0
Location: Manchester, UK
Post: #18
Not straight after. I often change it from MP2 to whatever the DD5.1 track is but I generally do that at the start and the white screen issue happens after a reasonable length of viewing. It seems to cause XBMC quite a few issues because there is a huge delay when I press stop to it actually stopping, compared to normal.
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 1,942
Joined: Feb 2009
Reputation: 24
Location: Heerlen, The Netherlands
Post: #19
could you try this and tell me whether it helps:
- create ~/.xbmc/userdata/advancedsettings.xml if it doesn't exist
- stick this in it:
Code:
<advancedsettings>
  <pvr>
    <minaudiocachelevel>10</minaudiocachelevel>
  </pvr>
</advancedsettings>
- restart xbmc

this will probably increase channel switching time a bit.

edit:
sorry, video was causing issues here (though your log is spammed with audio related buffer underrun messages)
so, use this instead:
Code:
<minvideocachelevel>10</minvideocachelevel>

opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
(This post was last modified: 2011-05-28 18:07 by opdenkamp.)
find quote
ant_thomas Offline
Fan
Posts: 355
Joined: May 2008
Reputation: 0
Location: Manchester, UK
Post: #20
I'll give that a go. I don't tend to watch BBC One HD all that much, but I will be tomorrow during the F1 so I'll get back to you then.
find quote