<p> @kas1e</p> <blockquote> <p> <span style="font-family: Verdana, Arial, Helvetica, sans-serif;">While i made some fast fix packing with fixing minor things, will be good if now, anyone who have problems with locales (those ones which come with 1.23 on morphos by default), can send me fixed ones and i can include them to fast-fix too.</span><br style="font-family: Verdana, Arial, Helvetica, sans-serif;" /> <br style="font-family: Verdana, Arial, Helvetica, sans-serif;" /> <span style="font-family: Verdana, Arial, Helvetica, sans-serif;">Currently have one Italian one from samo. </span><br style="font-family: Verdana, Arial, Helvetica, sans-serif;" /> <br style="font-family: Verdana, Arial, Helvetica, sans-serif;" /> <span style="font-family: Verdana, Arial, Helvetica, sans-serif;">edit: The old ones ppls send me in between i just skip, because they was for 1.16, and so they can't be included in 1.23. Now, anyone who have problems with their locales, can make one for 1.23, test it, and send me, so i can include it to fast fix</span></p> </blockquote> <p> </p> <p> still the same problem with the german catalog like the old odyssey. i again sent a mail to you regarding the utf-8 catalog parts.</p> <p> thanks and regards...<br /> michael</p>
Great job mate! Everything is working great here! Peggy Rulez! for the best performance in youtube i have to run the video in 240p But the browsing is fast and smooth and enjoyable every ware .
wonderfull job. It works fine. I want just point out a couple of minor problems: At starting the about message still mention 1.16 version. (I went a bit in confusion!) In the next release it would be possible to add an install/update script?
Only had a quick test but all seems well so far. I did notice the CPU seems to hang around 35% on YouTube even after the page has fully loaded. This is on a Sam440ep.
No doubt greater minds here can say why I tried leaving the page longer to see if it's JS still running on the page. Doesn't appear to be the case.
If that CPU loss could be retrieved, it would help playback
You can use Youtube's HTML5 player, but since there are still many videos not available as HTML5, you'd better rely on youtube.js / youtube_fullscreen_fix.js ( youtube_center userscript available at userscripts.org is also nice). All videos will play then. Just read the documentation at youtube section, it's explained in details.
Besides, the video playback is faster when using builtin HTML5 player rather than Youtube's HTML5 player (less rescaling and js involved).
About the HTML5 player implementation, it's not a separate executable. It's a player i wrote from scratch, embedded in Odyssey, relying on ffmpeg libraries to decode the video/audio files.
And anyway, the bottleneck is not the player itself, but the slowness of the cairo backend (displaying 25 frames per second using cairo image surface is rather suboptimal, which is why i implemented a direct overlay mode, which is unfortunately not available in the OS4 version yet, due to the limited p96pip API).
which is why i implemented a direct overlay mode, which is unfortunately not available in the OS4 version yet, due to the limited p96pip API).
There are no such limits in the PIP API, the reason it doesn't work is just the same as for all other non-working parts in the AmigaOS 4.1 builds (according to another thread for example loading the catalogs is still broken as well, although I told him at least twice how he has to do it): Roman refuses to port Odyssey to AmigaOS, simply builds your MorphOS sources with -D__MORPHOS__ -D__USE_UINLINE__ instead and of course your MorphOS code can't work on AmigaOS.