Maybe some of you have already noticed, but YT.Rexx no longer plays all YouTube streams and the Emotion I/O error occurs. It was pointed out to me on Amigans because I created a guide for the forum that describes how we can use YT.Rexx with Emotion.
Of course I got suspicious and tested it myself on "
https://inv.nadeko.net/" and was able to convince myself that not all streams are played, if the video is not found in a certain resolution it comes to the I/O error.
So I tested it a little further because it is of course important to me that I can also watch YouTube under AmigaOs4.1 with Emotion in high resolutions. I then added all the video types to TagOrder that seemed important to me, mainly 720p and 1080p. Since then all links work again and are streamed in 1080p when available.
PClient="WEBSAFARI" /* See docs for available player client options */
/* Examples: TV, MWEB, ANDROID, IOS and more */
PlayMode="3" /* See documentation for available playback modes 1-3 */
/* This option only applies to HLS links */
TagOrder="301 300 96 95 37 46 636 635 18 93 92 232 230 229" /* 360p */
/* 720p/360p/240p (HLS / Live HLS) */
/* 720p/360p/240p (IOS HLS) *
If a resolution is not found, the program switches to the next video type and searches for the resolution again...., which works for me without any problems.
I will change it later in the instructions I have created for the forum, but I would still like to know what @MickJT writes about it.