I built binaries jqt on mac and ran from there, apparently it used OpenGL
(not sure why) but it can play the video.
The console log are as follows.

bill:~/dev/apps/ide/jqt(master)% jqt-9.04 ~/r1.ijs
qt.core.qobject.connect: QObject::connect: No such signal
QSignalMapper::mapped(QWidget *)
qt.webenginecontext:

GLImplementation: core_profile
Surface Type: OpenGL
Surface Profile: CoreProfile
Surface Version: 4.1
Using Default SG Backend: yes
Using Software Dynamic GL: no
Using Angle: no

Init Parameters:
  *  application-name jqt-9.04
  *  browser-subprocess-path
/opt/homebrew/Cellar/qt/6.2.3_1/lib/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Conten
  *  disable-features
DnsOverHttpsUpgrade,ConsolidatedMovementXY,InstalledApp,BackgroundFetch,WebOTP,WebPayments,WebUSB,PictureI
  *  disable-speech-api
  *  enable-features NetworkServiceInProcess,TracingServiceInProcess
  *  enable-threaded-compositing
  *  gpu-preferences
SAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAwAAAAAAABgDAAAAAAAACAEAACAAAAA
  *  in-process-gpu
  *  use-gl core_profile

qt.qpa.fonts: Populating font family aliases took 144 ms. Replace uses of
missing font family "Mono" with one that exists to avo
js: Error with Permissions-Policy header: Unrecognized feature:
'ch-ua-bitness'.
js: Error with Permissions-Policy header: Unrecognized feature:
'ch-ua-full-version-list'.



On Tue, May 10, 2022 at 10:30 AM 'robert therriault' via Beta <
[email protected]> wrote:

> Here is a simple script that will demonstrate that video is being blocked
> in jQt but not in a browser or through JHS in J904
>
> NB. multimedia lab viewer for jqt platform
>
> NB. Video Source is Youtube promotional video for J
> VIDEO=:'https://www.youtube.com/embed/aV936cVrN0I?feature=oembed;rel=0&amp
> ;'
>
> NB. === form description
> MULTIMEDIA=: 0 : 0
> pc multimedia;
> cc mm webview;set mm sizepolicy expanding;
> )
>
> NB. === close button
> multimedia_close=: 3 : 0
> wd 'pclose'
> )
>
> play=: 3 : 0
>  wd MULTIMEDIA
>  wd 'set mm minwh 480 285 ;'
>  wd 'set mm html <iframe width="450" height="265" src="',y,'"></iframe>;'
>  wd 'pshow;'
> )
>
> watch=: 3 : 0 NB. watch VIDEO will show video without jQt
>  launch y
> )
>
> play VIDEO  NB. will play video when loaded
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to