Author Topic: Qt6 Application Testing  (Read 177546 times)

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2095
  • Karma: +160/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #135 on: February 21, 2023, 08:15:30 am »
Yes, most sites likely use H264/H265. Guess assembly will need fixing in OpenH264, not sure if your build supports H265.
html5test shows a No for h265 - not sure what's needed to enable it.

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2095
  • Karma: +160/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #136 on: February 22, 2023, 08:52:39 am »
https://smedley.id.au/tmp/qt6webee-20230222.zip seems to improve youtube video support - at least for me :P

Mike Kölling

  • Full Member
  • ***
  • Posts: 131
  • Karma: +6/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #137 on: February 22, 2023, 10:12:12 am »
https://smedley.id.au/tmp/qt6webee-20230222.zip seems to improve youtube video support - at least for me :P

Dooble still freezes my computer once I try YouTube. It seems to run out of low shared memory.
Regards,
Mike

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2095
  • Karma: +160/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #138 on: February 22, 2023, 10:38:30 am »
What's your VIRTUALADDRESSLIMIT set to?

Mike Kölling

  • Full Member
  • ***
  • Posts: 131
  • Karma: +6/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #139 on: February 22, 2023, 11:00:13 am »
What's your VIRTUALADDRESSLIMIT set to?

VIRTUALADDRESSLIMIT=3070

Mike

David McKenna

  • Hero Member
  • *****
  • Posts: 751
  • Karma: +24/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #140 on: February 22, 2023, 12:29:56 pm »
 Hey Paul,

  Don't really see much change with the 20230222 version of QT6Webee - wwwYouTube.com locks up the system after rendering the page, and googling a YouTube video, then trying to play starts playing, then quickly locks the system. So no silent exit at least...

Regards,

G. M. Anchieri

  • Newbie
  • *
  • Posts: 24
  • Karma: +4/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #141 on: February 22, 2023, 02:18:59 pm »
Dear Paul,
I have installed a month ago, your version of QT6 and all of your update to this file
- dooble-2023.01.18-os2-qt6-20230121.zip     2291814
- qt6webee-20230222.zip                               90182159
then run this FILE : DOOBLE.CMD
that contain this statement:

/****************************************************************
 *    lancia il programma Dooble QT6                            *
 ****************************************************************/
if RxFuncQuery('SysLoadFuncs') then
   do
   rc = RxFuncAdd('SysLoadFuncs','RexxUtil','SysLoadFuncs')
   rc = SysLoadFuncs()
   end

'@ECHO On '
ADDRESS CMD


rc = SETLOCAL()

'REM SET LIBPATHSTRICT=T'
'SET BEGINLIBPATH=P:\QT6\LIB;'
'SET PATH=P:\QT6\BIN;%PATH%'
'SET UNIXROOT=P:\QT6'
'SET DOOBLE_HOME=P:\HOME\QT6'
'SET EXCEPTQ=ZZ'
'SET QTWEBENGINE_CHROMIUM_FLAGS="--ignore-certificate-errors ignore-ssl-errors --log-level=1" '

'DOOBLE.EXE  '

FINELAV:
rc = endlocal()

Immediately I receive this msg of error:
- sys1804: the system can not find the file: QT6POSIG (.DLL)

roberto

  • Hero Member
  • *****
  • Posts: 810
  • Karma: +3/-6
    • View Profile
Re: Qt6 Application Testing
« Reply #142 on: February 22, 2023, 03:46:50 pm »

'SET EXCEPTQ=ZZ'
'SET QTWEBENGINE_CHROMIUM_FLAGS="--ignore-certificate-errors ignore-ssl-errors --log-level=1" '
You have to delete this 2 lines.
Quote
Immediately I receive this msg of error:
- sys1804: the system can not find the file: QT6POSIG (.DLL)
You have to delete all /qt6/
Download and install this other:
https://www.os2world.com/forum/index.php/topic,3252.msg38355.html#msg38355
and update with Dooble... and qt6webee...
saludos
« Last Edit: February 22, 2023, 03:49:21 pm by roberto »

roberto

  • Hero Member
  • *****
  • Posts: 810
  • Karma: +3/-6
    • View Profile
Re: Qt6 Application Testing
« Reply #143 on: February 22, 2023, 05:12:51 pm »
https://smedley.id.au/tmp/qt6webee-20230222.zip seems to improve youtube video support - at least for me :P
I have had a very good experience with this version with YouTube, more than 1 hour and 10 minutes without problem, until I wanted to use the Google translator, which showed me this
Code: [Select]
js: Uncaught (in promise) cancel: Animation halted by halt()
and the dooble was blocked, having to close all the windows of the dooble.

G. M. Anchieri

  • Newbie
  • *
  • Posts: 24
  • Karma: +4/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #144 on: February 22, 2023, 06:16:38 pm »
Dear Roberto,
thank you for your help, but now I have this new message:
- sys1804: the system cannot find the file vpx113
How can I find this file?



Dave Yeo

  • Hero Member
  • *****
  • Posts: 4805
  • Karma: +99/-1
    • View Profile
Re: Qt6 Application Testing
« Reply #145 on: February 22, 2023, 08:37:45 pm »
It was in one of the packages that Paul uploaded. I'll attach it. Put it in Qt6\lib.

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2095
  • Karma: +160/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #146 on: February 22, 2023, 09:09:15 pm »
It was in one of the packages that Paul uploaded. I'll attach it. Put it in Qt6\lib.
Thanks Dave - now also available at https://smedley.id.au/tmp/libvpx-1.13.0-os2.zip @Martin can you add to the 1st post?

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2095
  • Karma: +160/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #147 on: February 22, 2023, 09:10:26 pm »
Hey Dave,
  Don't really see much change with the 20230222 version of QT6Webee - wwwYouTube.com locks up the system after rendering the page, and googling a YouTube video, then trying to play starts playing, then quickly locks the system. So no silent exit at least...

Interesting... I'll have to do some testing on another machine - I was able to play multiple youtube videos, video from ABC News, and video from the Nine TV network (the latter two are .au TV streaming sites).

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2095
  • Karma: +160/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #148 on: February 22, 2023, 09:11:40 pm »
Hi Roberto,

https://smedley.id.au/tmp/qt6webee-20230222.zip seems to improve youtube video support - at least for me :P
I have had a very good experience with this version with YouTube, more than 1 hour and 10 minutes without problem, until I wanted to use the Google translator, which showed me this
Code: [Select]
js: Uncaught (in promise) cancel: Animation halted by halt()
and the dooble was blocked, having to close all the windows of the dooble.

Out of interest - what hardware are you using to test with? My testing has been in Virtualbox to date, as it's more convenient, but I'll try test on bare metal later today.

Cheers,

Paul

roberto

  • Hero Member
  • *****
  • Posts: 810
  • Karma: +3/-6
    • View Profile
Re: Qt6 Application Testing
« Reply #149 on: February 22, 2023, 09:59:19 pm »
Out of interest - what hardware are you using to test with? My testing has been in Virtualbox to date, as it's more convenient, but I'll try test on bare metal later today.
This is a portatil HP8760W, bare metal, with a new .Doble profile
saludos