Hi
@salezli, thank you for the hard work. I just updated to version 1.2.7.44.
First I noticed, that ytdl-format='mp4' is now hardcoded. It picks automatically the highest available stream resolution with h264 codec. As a result it is impossible to watch 4k content on youtube, in fact the ytdl-format="bestvideo[height<=2160]+bestaudio/best" setting does not work at all. You can't change to no other resolution (480, 720, etc.). Basically, it forces only the highest available h264 resolution, but never above 1080 (because youtube uses the h264 codec only in resolutions up to 1080).
I noticed also that IPTV channels are all recorded with the .ts encapsulation (previously hevc -> .mkv and h264 -> .mp4). As a result, I think version 1.2.7.44 is crippling many of the options previously available in 1.2.7.43.
For example, in version 1.2.7.43 I could set the option ytdl-format="bestvideo[height<=2160]+bestaudio/best" and enjoy 4k content and with this I was also able to record in all resolutions. I did not mind, that SFVIP Player could not open some recordings it had just made, because I could watch them in another player. Furthermore, I could quickly disable [ytdl-format="bestvideo[height<=2160]+bestaudio/best"] in mpv.config and enable instead [ytdl-format='bestvideo[ext=mp4]+bestaudio/best'], which fixed the playback, but broke the resolutions selection and the 4k content on youtube (pretty much as it is now in version 1.2.7.44). Furthermore, in 1.2.7.43 I liked the fact, that IPTV streams in "hevc" were recorded with "mkv" encapsulation and the "h264" with "mp4".
With all of the above, I want to ask if it is possible to return to version 1.2.7.43. In my opinion this version is the best so far and certainly better, than 1.2.7.44. And if it is not possible, can you please, please provide a link where I can download the 1.2.7.43, because I would like to stay with that version for now.
Thank you in advance and please sorry for constantly bothering you with requests.