You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: