E2OpenPlugins / e2openplugin-OpenAirPlay

AirPlay server with AirTunes support
GNU General Public License v2.0
20 stars 20 forks source link

Youtube video not playing #1

Closed Xento closed 12 years ago

Xento commented 12 years ago

I installed this plugin at my dreambox. But I can't play a video from youtube.

Here is the part of the log: http://pastebin.com/LrgQGKYL

skaman commented 12 years ago

The crash happen because openairplay use relative coordinates in his default skin. This permit to openairplay to work fine on SD XD and HD skins. You should apply the pieterg's patch (to enigma2) https://github.com/E2OpenPlugins/patches/blob/master/0001-skin-add-support-for-relative-coordinates.patch to solve the issue. Otherwise... it you want a fast and dirty solution.. you can change relative coordinates with absolutes values on your installation. https://github.com/E2OpenPlugins/e2openplugin-OpenAirPlay/blob/master/plugin/airplay.py Inside the skin tags change the size values with absolutes dimensions.