How to use ionic-youtube-streams

Hi to all

I’m trying to follow this simple tutorial to streams youtube video in an Ionic App, using streaming media plugin as player:

Unfortunately this tutorial get me at last the following error:

ERROR Error: Uncaught (in promise): Object: {"status":404,"url":"https://www.youtube.com/get_video_info?video_id=qhiVTfZOkGQ&eurl=https%3A%2F%2Fyoutube.googleapis.com%2Fv%2FqhiVTfZOkGQ&ps=default&gl=US&hl=en","headers":{"alt-svc":"h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"","x-android-received-millis":"1622107225851","x-frame-options":"SAMEORIGIN","content-type":"text/html; charset=utf-8","x-content-type-options":"nosniff","date":"Thu, 27 May 2021 09:20:24 GMT","strict-transport-security":"max-age=31536000","p3p":"CP=\"This is not a P3P policy! See http://support.google.com/accounts/answer/151657?hl=en for more info.\"","x-android-sent-millis":"1622107225753","cache-control":"no-cache","server":"YouTube Frontend Proxy","content-length":"0","x-android-response-source":"NETWORK 404","x-android-selected-protocol":"http/1.1","expires":"Tue, 27 Apr 1971 19:44:06 GMT","x-xss-protection":"0","set-cookie":"VISITOR_INFO1_LIVE=WxRpAV-w-KI; path=/; domain=.youtube.com; secure; expires=Tue, 23-Nov-2021 09:20:24 GMT; httponly; samesite=None, s_gl=9ac72c6a1fae954ce2c787405a80b298dQIAAABVUw==; path=/; domain=.youtube.com"},"error":""}
    at resolvePromise (http://localhost/polyfills-es5.js:10371:31)
    at http://localhost/polyfills-es5.js:10281:17
    at rejected (http://localhost/vendor-es5.js:128214:89)
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (http://localhost/polyfills-es5.js:9910:26)
    at Object.onInvoke (http://localhost/vendor-es5.js:64589:33)
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (http://localhost/polyfills-es5.js:9909:52)
    at Zone.push../node_modules/zone.js/dist/zone.js.Zone.run (http://localhost/polyfills-es5.js:9669:43)
    at http://localhost/polyfills-es5.js:10429:34
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (http://localhost/polyfills-es5.js:9942:31)
    at Object.onInvokeTask (http://localhost/vendor-es5.js:64580:33)defaultErrorLogger @ vendor-es5.js:45196

I wonder if ionic-youtube-streams is still functioning, or if it is necessary use a youtube API Key in the config.xml. In particular the url www.youtube.com/get_video_info?video_id= seems no more available, but on google there isn’t available information about this url, nor about the ionic-youtube-streams and if it is still functioning

Thanks in advance for any suggestion

Searching in google i’ve founded this stackoverflow post:

where is advised to correct the url www.youtube.com/get_video_info?video_id=xxxxxxxx

with the string www.youtube.com/get_video_info?video_id=xxxxxxxx&html5=1

How is possible correct the plugin to contemplate this modification to the url?