I’ve seen that Plex is trying to get picons (channels images) from xteve via https (secure) but xteve server (on windows) is (obviously) only http accessible.
More interesting, the picons does appear when setting up the tuner (because the request is via http) but does not appear anymore in the live section (because the request is made only via https). Please check the attached screencaps.
Plex does not fetch the channel icons directly from xTeVe. You set the channel icon location in xTeVe for each channel and then that specific URL is passed to Plex for it to load. This is verified by downloading the m3u xTeVe provides. The icon location can be http or https it doesn’t matter… mine are all https. There’s something wrong with your configuration but we cant know without more information.
If you have Image Caching turned on in the xTeVe settings then turn it off as it is not needed and only wastes space and resources.
You can also try clearing the PhotoTranscoder directory inside the Plex data directory. This is 100% safe to delete the contents of this folder.
Thank you sixxnet, I know about image caching in xteve, but unfortunately xteve gets picons from a non-SSL server also (it’s a VU+ box (enigma 2).
If I’m using a SSL source for picons (just for testing pusposes), Plex shows the picons correctly (image caching in xteve must be disabled, of course, in this case) - this is why I suspect it’s a bug in Plex - it does not accept non-SSL sources for picons.
I’ve checked in a chrome browser with “Developer Tools” and this is how I’ve discovered that Plex insists to get picons exclusively via https.
So, a solution could be to place a reverse proxy in front of xteve machine, to force only SSL connections to the xteve machine, but I didn’t find a quick and easy solution for this.
The inablity to load pictures per http if the main “webpage” has been loaded per https, is due to a policy that lives in your web browser. Plex has no say in it.
Either you load the web app also only per http (which means loading the local web app from your own server), or you change the image links to https.