Bug Android black screen on PlayMedia(%s,1) windowed mode
#1
I have an inconsistent bug in Android from my TV Guide Fullscreen and also the original TV Guide.

When I play some addon streams from the guide I end up with a black overlay over the playing video window.
It is 1 pixel shorter and thinner than fullscreen so you can see a slither of video under a black overlay.

I know it is not the addon because I made all the fullscreen textures different colours and then made them invisible.
It still happens.

It does not happen on Windows7 or LibreELEC 7.0.2 rpi.

The stream is started like this:
Code:
xbmc.executebuiltin('PlayMedia(%s,1)' % url)
so that an overlay will cover the fullscreen video.
The 1 parameter means windowed although the video window is 1280x720 fullscreen.

Here is the context:
https://github.com/primaeval/script.tvgu...ui.py#L692

It could always be in the addon but I did all I could to turn off anything that would cover the video window or be timeout dependent.
Reply
#2
This is a support request, not a development discussion, and as such requires a debug log.
Reply
#3
(2016-08-24, 08:14)Koying Wrote: This is a support request, not a development discussion, and as such requires a debug log.

I opened a ticket up with a debug log and screenshot. Thanks.
http://trac.kodi.tv/ticket/16856
Reply
#4
(2016-08-24, 08:14)Koying Wrote: This is a support request, not a development discussion, and as such requires a debug log.

It might also have been the way I called PlayMedia, which is why I asked in here first.
Reply
#5
Your log requires permission...
Reply
#6
(2016-08-25, 07:32)Koying Wrote: Your log requires permission...

Sorry. I put it in my Public Share. I'll fix it.
Reply
#7
It looks like Google Drive Public Share's aren't really public.
I added a link to a Dropbox file in the ticket.
Reply

Logout Mark Read Team Forum Stats Members Help
Android black screen on PlayMedia(%s,1) windowed mode0