oe-alliance / oe-alliance-core

The openembedded alliance core.
GNU General Public License v2.0
163 stars 181 forks source link

Rebuild webkit to solve hbbtv problems of Rai channels #334

Open maxbambi opened 6 years ago

maxbambi commented 6 years ago

I have got an octagon sf4008 with openatv 6.2... There are problems to show hbbtv of RAI channels. I have changed webkit-classic.bb in order to enable svg object and html video tag EXTRA_OECONF = " --enable-debug=no --with-gtk=2.0 --disable-spellcheck --enable-optimizations --disable-channel-messaging --disable-meter-tag --enable-image-resizer --disable-sandbox --disable-xpath --disable-xslt --enable-svg --disable-filters --disable-svg-fonts --enable-video --enable-video-track --with-target=directfb --disable-jit --enable-fast-malloc --enable-shared-workers --enable-workers --enable-javascript-debugger --enable-fast-mobile-scrolling --enable-offline-web-applications " This is needed because Raiplay pages use a lot of svg object and its code doesn't use properly hbbtv video object (some ifs in code switch execution from hbbtv video object and html video tag) This last thing is really stupid because enigma2 plugin can play without problems videos from a lot of other european hbbtv services!

I have built the package with changes in recipe and now i can show raiplay menu with progress bar and other svg objects... But it seems that browser couldn't support html video tag even if I have changed config...

What's wrong in recipe?

AbuBaniaz commented 1 year ago

@maxbambi Is this still applicable on atv 7.2/7.3?