shayar hashim
shayar hashim
i tried to change /routes/index.coffee on line 90 from: ``` compilecmd = "c-preload/compiler-wrapper #{compiler} #{asm} " + "-std=#{standard} -c #{optimize} -Wa,-ald " + "-g /tmp/test#{fileid}.#{lang}" ``` to: ``` compilecmd =...
Hello there, yes i can relate too, mean while i have found that changing the mac screen resolutions settings from the display menu, you can change it to “large text”...
I am facing the same issue, any new updates?
Same issue: https://github.com/newtaDev/pod_player/issues/233#issue-2546565579
any updates? i seen that the YoutubeExplode package said you can muxed it yourself? did anyone figured it out yet?
Hello again everyone, i have tried every youtube video player out there, all of them are only 360p; the issue is from YouTube it self not the codes.
Temporary fix for this issue: Edit the pubspec.yaml file: ``` yaml dependency_overrides: youtube_explode_dart: git: "https://github.com/rsozdance/youtube_explode_dart.git" ``` Please note this is only a temporary fix.
Quick Update, the issue started happening again with some videos.
Edit the pubspec.yaml ``` dependency_overrides: youtube_explode_dart: ^2.2.3 ```
Yes unfortunately, the new youtube_explode_dart: ^2.2.3 updated the VideoController.iosClient https://github.com/Hexer10/youtube_explode_dart/commit/41e4475dbfa8a94c3494b3da18df7442da3a952b which i think made a problem in pod_player. i am looking for a solution now.